M
Max André Bündchen
I'm developing a bigger application that will run under three DB (SQL Server, Oracle and Firebird).
I would like to use a helper class (like the Professional ADO.NET 2 example). My problem is 'simple'. In a insert I would like to
use direct SQL and not sp (manage sps for three DBs if a time problem). In a simple insert using ADO.NET 2, how to take back a id
column or other field filled by the DB?
I would like to use a helper class (like the Professional ADO.NET 2 example). My problem is 'simple'. In a insert I would like to
use direct SQL and not sp (manage sps for three DBs if a time problem). In a simple insert using ADO.NET 2, how to take back a id
column or other field filled by the DB?