D
Don Woods
System: XP Pro, IIS, Access 2000, Visual Studio .NET
I'm accessing an access database from a webpage. I have
no trouble using select to access the information, but I
receive errors when I try and UPDATE, DELETE or INSERT.
If i use Access 2000 directly I can. Any ideas on how I
can figure out what's going on? Here's an example of the
errors I'm getting:
On a delete:
DELETE FROM MOVIES WHERE MOVIES.[ID]=198
Description: Could not delete from specified tables.
Help context: 5003086
Help file:
Native error: -199756777
Error number: -2147467259
Error source: Microsoft JET Database Engine
SQL state: 3086
On an update:
UPDATE MOVIES SET Title='Fallen: Special Edition ',
Studio='MGM', Genre='Suspense Thriller',
Format='AWS/P&S', Sound='DD 5.1', Length='125 Min',
Date='6/16/1998 12:00:00 AM' WHERE ID=198
Description: Syntax error in UPDATE statement.
Help context: 5003144
Help file:
Native error: -526847407
Error number: -2147217900
Error source: Microsoft JET Database Engine
SQL state: 3000
Where can I look up the error code(s)?
I also brought some work i was doing on another pc server
onto this server. On the other pc everything works. On
this pc updates, etc. don't work. I feel confident it's
not the SQL, so it's gotta be something else. Perhaps
Access Control? I can't figure out where to look.
Any help appreciated,
Thanks,
Don
I'm accessing an access database from a webpage. I have
no trouble using select to access the information, but I
receive errors when I try and UPDATE, DELETE or INSERT.
If i use Access 2000 directly I can. Any ideas on how I
can figure out what's going on? Here's an example of the
errors I'm getting:
On a delete:
DELETE FROM MOVIES WHERE MOVIES.[ID]=198
Description: Could not delete from specified tables.
Help context: 5003086
Help file:
Native error: -199756777
Error number: -2147467259
Error source: Microsoft JET Database Engine
SQL state: 3086
On an update:
UPDATE MOVIES SET Title='Fallen: Special Edition ',
Studio='MGM', Genre='Suspense Thriller',
Format='AWS/P&S', Sound='DD 5.1', Length='125 Min',
Date='6/16/1998 12:00:00 AM' WHERE ID=198
Description: Syntax error in UPDATE statement.
Help context: 5003144
Help file:
Native error: -526847407
Error number: -2147217900
Error source: Microsoft JET Database Engine
SQL state: 3000
Where can I look up the error code(s)?
I also brought some work i was doing on another pc server
onto this server. On the other pc everything works. On
this pc updates, etc. don't work. I feel confident it's
not the SQL, so it's gotta be something else. Perhaps
Access Control? I can't figure out where to look.
Any help appreciated,
Thanks,
Don