Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sirmilt
Starting Member
49 Posts |
Posted - 2010-11-22 : 17:22:33
|
| I am working with SQL Server express 2008 And visual Basic 2008. Here's what I'm trying to do, if it is possible.Using an Insert query to create a new record in the table. A sequential ID number is inserted when the quey is run in Visual Basic.I want to capture this number in a variable and use it immediately following the execution of the query.Is this possible or do I have to capture the value in a second query?Milt |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|
|