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
4829
July 29, 2004 02:46PM
2903
July 29, 2004 03:39PM
3119
July 29, 2004 05:21PM
2716
July 30, 2004 12:40AM
3115
July 30, 2004 07:43AM
Re: Okay....
2738
July 30, 2004 08:11AM
2772
July 30, 2004 03:17PM
2760
July 31, 2004 02:06AM
2792
July 31, 2004 12:07PM
2876
August 01, 2004 09:12AM
2893
August 02, 2004 06:15PM
2789
August 03, 2004 01:49PM
2922
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.