I've written a C program which inserts new entries into a table
with an auto_incremented column.  In testing it I created several entries,
which I then deleted by connecting to mysql from the unix command line.  
The problem is, when I reset the last_insert_id from the mysql prompt, it
doesn't reset the insert id that's used when I connect through the C
program.  Is there a way to do this, aside from deleting and repopulating
the table, or adding that capability to my program?

Thanks,
-Alex


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to