Click here to Skip to main content
15,914,642 members
Home / Discussions / Database
   

Database

 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
Mazdak27-Oct-02 19:02
Mazdak27-Oct-02 19:02 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
Rickard Andersson2028-Oct-02 2:08
Rickard Andersson2028-Oct-02 2:08 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
David Stone27-Oct-02 19:56
sitebuilderDavid Stone27-Oct-02 19:56 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
SimonS27-Oct-02 22:01
SimonS27-Oct-02 22:01 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
Rickard Andersson2028-Oct-02 2:05
Rickard Andersson2028-Oct-02 2:05 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
Rickard Andersson2029-Oct-02 2:48
Rickard Andersson2029-Oct-02 2:48 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
SimonS29-Oct-02 9:39
SimonS29-Oct-02 9:39 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
Vasudevan Deepak Kumar29-Oct-02 3:05
Vasudevan Deepak Kumar29-Oct-02 3:05 
Hi Rick,

The way Access JET database gives error messages can be at times confusing. When you misspell parameters it will say as

'Too few parameters. Expected x'

where x can be no. of parameters misspelt.

Have a look at the following to ascertain the type of error and whether the file/directory where the MDB is located is also writeable(this if fails gives the message 'Operation must use an updateable query')

http://www.brinkster.com/GeneralDatabaseGuide.asp
http://www.brinkster.com/PremiumDatabaseGuide.asp

The above are actually a hosting providers' FAQ. However you can filter out those stuff related to keeping MDB over there and take the content that befits your needs and concern.

I have an article called WebSQL for ASP.NET. Perhaps you can download that and put in your query over there and have a preview of the same. Either you can view the WebSQL for ASP.NET Article from the 'articles from this author' link or you can follow this link to WebSQL sourcecode.

http://www15.brinkster.com/deepaknet/sourcescripts/websqlnet.htm


It is just about 4 kb and has an ASPx page and a codebehind .cs With WebMatrix, I think you may need to do some CTRL+C and CTRL+V from .cs to .aspx block so that WebMatrix server JITs the code at runtime, rather than depending on the compiled bin folder which WebMatrix might not support.

Hope this solves your problem. Smile | :)

deepak
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
Vagif Abilov4-Nov-02 0:43
professionalVagif Abilov4-Nov-02 0:43 
GeneralRe: Syntax error in my simple UPDATE query!!!! Pin
Rickard Andersson204-Nov-02 3:10
Rickard Andersson204-Nov-02 3:10 
QuestionHow to compact and repair database? Pin
LukeV26-Oct-02 7:10
LukeV26-Oct-02 7:10 
AnswerRe: How to compact and repair database? Pin
Philip Patrick26-Oct-02 9:02
professionalPhilip Patrick26-Oct-02 9:02 
GeneralEdit an Access DB on an internet server using a WinForms DataGrid Pin
Ikke24-Oct-02 9:00
Ikke24-Oct-02 9:00 
GeneralRe: Edit an Access DB on an internet server using a WinForms DataGrid Pin
Mazdak24-Oct-02 23:51
Mazdak24-Oct-02 23:51 
GeneralRe: Edit an Access DB on an internet server using a WinForms DataGrid Pin
Ikke25-Oct-02 5:41
Ikke25-Oct-02 5:41 
GeneralInserting spaces into TABLE creation Pin
José Luis Sogorb24-Oct-02 3:20
José Luis Sogorb24-Oct-02 3:20 
GeneralRe: Inserting spaces into TABLE creation Pin
Paul Watson24-Oct-02 4:15
sitebuilderPaul Watson24-Oct-02 4:15 
GeneralBest way of doing this (ADO) Pin
Jeremy Pullicino24-Oct-02 2:31
Jeremy Pullicino24-Oct-02 2:31 
GeneralRe: Best way of doing this (ADO) Pin
Mazdak24-Oct-02 2:35
Mazdak24-Oct-02 2:35 
GeneralRe: Best way of doing this (ADO) Pin
Ed Gadziemski24-Oct-02 4:05
professionalEd Gadziemski24-Oct-02 4:05 
GeneralOracle Data Provider Pin
Johan Lombaard23-Oct-02 23:55
Johan Lombaard23-Oct-02 23:55 
GeneralRe: Oracle Data Provider Pin
Vasudevan Deepak Kumar29-Oct-02 1:57
Vasudevan Deepak Kumar29-Oct-02 1:57 
GeneralRe: Oracle Data Provider Pin
Johan Lombaard29-Oct-02 2:03
Johan Lombaard29-Oct-02 2:03 
GeneralMultiple Inserts in a Stored Procedure Pin
RJS23-Oct-02 11:32
RJS23-Oct-02 11:32 
GeneralRe: Multiple Inserts in a Stored Procedure Pin
Nick Parker23-Oct-02 12:50
protectorNick Parker23-Oct-02 12:50 

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.