RE: [PHP] get insert_id in odbc

2003-02-19 Thread Jonathan Villa
45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] get insert_id in odbc At 21:28 19.02.2003, Jonathan Villa spoke out and said: [snip] >Using MySQL, one can use mysql_insert_id to get the value of an >auto_increment column. > >How w

Re: [PHP] get insert_id in odbc

2003-02-19 Thread Ernest E Vogelsinger
At 21:28 19.02.2003, Jonathan Villa spoke out and said: [snip] >Using MySQL, one can use mysql_insert_id to get the value of an >auto_increment column. > >How would I do this using ODBC and Access? [snip] Assuming the

Re: [PHP] get insert_id in odbc

2003-02-19 Thread Ray Hunter
Looks like there is not a function for it built in but you should be able to query the sequence and get the number from there by writing your own function... -- Ray On Wed, 2003-02-19 at 13:28, Jonathan Villa wrote: > Using MySQL, one can use mysql_insert_id to get the value of an > auto_incremen

[PHP] get insert_id in odbc

2003-02-19 Thread Jonathan Villa
Using MySQL, one can use mysql_insert_id to get the value of an auto_increment column. How would I do this using ODBC and Access? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php