Martyh
Registered User.
- Local time
- Today, 06:31
- Joined
- May 2, 2000
- Messages
- 196
I am entering huge amount of data (which was finally normalized) with SQL commands.
In this 1:M schema, the first “insert” is simple, but the next INSERT requires that I get the foreign key from the first INSERT.
What is the simplest way to do this?
TIA
In this 1:M schema, the first “insert” is simple, but the next INSERT requires that I get the foreign key from the first INSERT.
What is the simplest way to do this?
TIA