B
Bob
I wrote an application that uses the SQLClient namespace. It only does an
insert using the SqlConnection, SQLCommand & SqlParameter objects. Will
this only work with Microsoft's SQL server? Do I need to write code fore
each server I want to support or is there a way to use one name space and
have it work with all servers?
90% will probably be using MS SQL server but what if someone wants to use
MySQL, Oracle, or an access dabase file?
Bob
insert using the SqlConnection, SQLCommand & SqlParameter objects. Will
this only work with Microsoft's SQL server? Do I need to write code fore
each server I want to support or is there a way to use one name space and
have it work with all servers?
90% will probably be using MS SQL server but what if someone wants to use
MySQL, Oracle, or an access dabase file?
Bob