[PHP-DB] Get the id generated from the previous INSERT operation

2001-05-06 Thread Alpha
mysql_insert_id - Get the id generated from the previous INSERT operation So how do I do that in ms-sql? - Alpha -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-DB] Get the id generated from the previous INSERT operation

2001-05-06 Thread Felix Kronlage
On Sun, May 06, 2001 at 07:22:24PM +0200, Alpha wrote: mysql_insert_id - Get the id generated from the previous INSERT operation So how do I do that in ms-sql? as sql it should be something like '@@IDENTITY'don't know if there is a php-function for it, just worked with ms-sql via java.