M
Mark Goldin
I'd like to design using C# a universal data connector dll that I could use
to access SQL or Oracle databases
from my existing apllications. It should be really generic. Accepts
parameters for server name, database name, SQL command, login name, and so
forth.
Is there anything like this already exists?
If I need to develop it myself what would the best practice of doing this
be?
Thanks
to access SQL or Oracle databases
from my existing apllications. It should be really generic. Accepts
parameters for server name, database name, SQL command, login name, and so
forth.
Is there anything like this already exists?
If I need to develop it myself what would the best practice of doing this
be?
Thanks