MySQL Forums
Forum List  »  Microsoft Access

Re: Okay....
Posted by: Nick Roper
Date: July 30, 2004 08:11AM

Jim,

I used your table definition to create a table called Visitors, then I executed the following:

INSERT INTO VISITORS(Visitor) VALUES ('David');

and it works fine.

Can you post the SQL statement string that is being generated and sent to the engine from your application, so that we can see if we can spot anything?



--
Nick Roper

Options: ReplyQuote


Subject
Views
Written By
Posted
5028
July 29, 2004 02:46PM
3001
July 29, 2004 03:39PM
3244
July 29, 2004 05:21PM
2804
July 30, 2004 12:40AM
3218
July 30, 2004 07:43AM
Re: Okay....
2829
July 30, 2004 08:11AM
2887
July 30, 2004 03:17PM
2862
July 31, 2004 02:06AM
2902
July 31, 2004 12:07PM
2982
August 01, 2004 09:12AM
2999
August 02, 2004 06:15PM
2900
August 03, 2004 01:49PM
3015
August 03, 2004 01:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.