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
5241
July 29, 2004 02:46PM
3093
July 29, 2004 03:39PM
3353
July 29, 2004 05:21PM
2940
July 30, 2004 12:40AM
3338
July 30, 2004 07:43AM
Re: Okay....
2908
July 30, 2004 08:11AM
2979
July 30, 2004 03:17PM
2966
July 31, 2004 02:06AM
2975
July 31, 2004 12:07PM
3075
August 01, 2004 09:12AM
3108
August 02, 2004 06:15PM
2993
August 03, 2004 01:49PM
3127
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.