I can't seem to get my insert-retrieve last ID working since migrating from Access to MySql
After the insert routine I used to just:
rs.update
session(""ident") = rs("ID")
and there it was...
I have tried some of the MySql routines eg
MySql_insert_ID()
but nothing.
tia
Struth
"Away from the actual ... everything is virtual"
After the insert routine I used to just:
rs.update
session(""ident") = rs("ID")
and there it was...
I have tried some of the MySql routines eg
MySql_insert_ID()
but nothing.
tia
Struth
"Away from the actual ... everything is virtual"