Click here to Skip to main content
16,004,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionregarding web.config Pin
aslamshaik251097828-Jan-07 9:18
aslamshaik251097828-Jan-07 9:18 
AnswerRe: regarding web.config Pin
Christian Graus28-Jan-07 9:58
protectorChristian Graus28-Jan-07 9:58 
Questionregistrationpage error Pin
aslamshaik251097828-Jan-07 8:47
aslamshaik251097828-Jan-07 8:47 
AnswerRe: registrationpage error Pin
Christian Graus28-Jan-07 9:58
protectorChristian Graus28-Jan-07 9:58 
Questionhow to insert totalprice value to access database Pin
blurMember28-Jan-07 6:53
blurMember28-Jan-07 6:53 
AnswerRe: how to insert totalprice value to access database Pin
Parwej Ahamad28-Jan-07 7:09
professionalParwej Ahamad28-Jan-07 7:09 
GeneralRe: how to insert totalprice value to access database Pin
blurMember28-Jan-07 8:01
blurMember28-Jan-07 8:01 
AnswerRe: how to insert totalprice value to access database Pin
Guffa28-Jan-07 8:27
Guffa28-Jan-07 8:27 
The error message means that you have one or more names in the query that doesn't match the database. Check the name of the table and the names of the fields.

If the fields are numeric, you should not use apostrophes around the values, as that makes them string values.

Why are you storing the total price in the database anyway? If you display the data later, don't you want to display both the price and the total price? You can always calculate the total price if you store the price and the quantity, but if you store the total price and quantity you have to re-create the price, which is a bit backwards.

---
Year happy = new Year(2007);

GeneralRe: how to insert totalprice value to access database Pin
blurMember28-Jan-07 8:33
blurMember28-Jan-07 8:33 
AnswerRe: how to insert totalprice value to access database Pin
Guffa28-Jan-07 9:10
Guffa28-Jan-07 9:10 
Questiontrading partners(project) Pin
aslamshaik251097828-Jan-07 5:37
aslamshaik251097828-Jan-07 5:37 
AnswerRe: trading partners(project) Pin
Colin Angus Mackay28-Jan-07 5:44
Colin Angus Mackay28-Jan-07 5:44 
AnswerRe: trading partners(project) Pin
Christian Graus28-Jan-07 10:04
protectorChristian Graus28-Jan-07 10:04 
Questionregarding logging page(error in web.config) Pin
aslamshaik251097828-Jan-07 5:29
aslamshaik251097828-Jan-07 5:29 
AnswerRe: regarding logging page(error in web.config) Pin
dinus2828-Jan-07 20:14
dinus2828-Jan-07 20:14 
Questionloginpage error Pin
aslamshaik251097828-Jan-07 5:25
aslamshaik251097828-Jan-07 5:25 
AnswerRe: loginpage error Pin
dinus2828-Jan-07 20:22
dinus2828-Jan-07 20:22 
Questionshow / hide Menu ? Pin
sanaziuse28-Jan-07 5:03
sanaziuse28-Jan-07 5:03 
AnswerRe: show / hide Menu ? Pin
Christian Graus28-Jan-07 9:59
protectorChristian Graus28-Jan-07 9:59 
QuestionApplication Object And Reference Type Pin
ronivars28-Jan-07 3:56
ronivars28-Jan-07 3:56 
AnswerRe: Application Object And Reference Type Pin
Guffa28-Jan-07 8:34
Guffa28-Jan-07 8:34 
GeneralRe: Application Object And Reference Type Pin
ronivars28-Jan-07 11:13
ronivars28-Jan-07 11:13 
AnswerRe: Application Object And Reference Type Pin
Guffa28-Jan-07 11:50
Guffa28-Jan-07 11:50 
GeneralRe: Application Object And Reference Type Pin
ronivars29-Jan-07 5:20
ronivars29-Jan-07 5:20 
QuestionRe: Application Object And Reference Type Pin
ronivars29-Jan-07 11:27
ronivars29-Jan-07 11:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.