|
-
Mar 24th, 2007, 06:01 PM
#1
Thread Starter
Lively Member
MySQL Insert Problem
hi there!
I have a problem adding recorsd to a mysql table.
I use ado connection to the database and when I try to add a record it works really fine but it puts the record on the first position in the table...so... if a try to add another record...it says it already has another record to that position and cannot add it.
Also I tried Insert command but....error in sql statement.
Pleae help me.....first I would like to know if there's any chance for me to add records to database using ado connection and I would like also to have the insert statement for vb6.0.
thanks a lot
-
Mar 25th, 2007, 11:11 AM
#2
Re: MySQL Insert Problem
There shouldn't be a problem, so it seems like there is something wrong with your code - we'll need to see it to be able to tell what.
There are examples of adding records (using recordsets, Insert statements, etc) in our Database FAQ's at the top of this forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|