T-SQL OPENQUERY to MySQL - Insert ID

Posted by n0chi on Stack Overflow See other posts from Stack Overflow or by n0chi
Published on 2010-05-12T15:01:36Z Indexed on 2010/05/12 15:04 UTC
Read the original article Hit count: 197

Filed under:

I am using OPENQUERY to do an insert from MSSQL 2005 to MySQL. How do I get at the last inserted id on the MySQL db back into my MSSQL procedure?

© Stack Overflow or respective owner

Related posts about openquery