how to insert last id value from one table to another plzzz help me...

thnx

Recommended Answers

All 2 Replies

A very database specific question.
An example in SQLServer : SELECT @LastId=IDENT_CURRENT('TableName');
Search for the compatible statements in your database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.