B
BoM
Hi, I'm using a DataAdapter with sqlserver(Express) in a server app.
The SQL Insert is generated with an additional Select when not checked off. How can the result of this generated select be accessed? GetData() with get all the data in the table and not the just inserted data.
Thanks
BoM
The SQL Insert is generated with an additional Select when not checked off. How can the result of this generated select be accessed? GetData() with get all the data in the table and not the just inserted data.
Thanks
BoM