E
Elmo Watson
Let's say I have a tableAdapter which uses an Insert sProc -- the last line
in the sProc is a Select statement, returning the identity
in code, I write something like:
Dim myTA as (TableAdapter)
label1.text=MyTA.Insert_sproc
However, the label always gets 0, though the row is getting inserted
- - anyone know how I can fix this?
in the sProc is a Select statement, returning the identity
in code, I write something like:
Dim myTA as (TableAdapter)
label1.text=MyTA.Insert_sproc
However, the label always gets 0, though the row is getting inserted
- - anyone know how I can fix this?