how to retrieve identity (Any OleDb Provider)

G

Guest

Hello, (sorry for my english).

I'm trying to build an oledb data access generic class and would like to get
the value of an identity column for any oleDb provider... I have seen so many
specific examples for ms-access, sql server, oracle, mySql... Can anyone tell
me if there is any general solution for this problem?

Thank you!!
 
M

Mary Chipman [MSFT]

No, there isn't a single solution that will work for every provider.
Each data source you've mentioned handles identity/autonumber values
somewhat differently.

--Mary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top