Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mmor10
Starting Member
2 Posts |
Posted - 2004-05-04 : 10:31:10
|
| I'm having a problem with the Last_Insert_ID statement on Windows 98 machines. It seems as though the statement is not supported. Is there any other way to get the last ID inserted without using this statement that would work on Win 98, 2K, and XP? If anyone has any idaes, I'd greatly appreciate your help. Thanks in advance. |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-05-04 : 11:04:55
|
| This would be the mysql function?I would suggest upgrading to a proper database :) MSDE version of sql server is free unlike mysql.Try mysql_insert_id() don't know if that will work but was there before Last_Insert_ID().Other than that try a mysql forum (if this is mysql).==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|