S
sanders_mike_newsgroups
Hi
I have a web app that needs to be able to use either SQL Server or MS
Access - depending upon the installation. I want to avoid having
unnessesary amounts of code (eg: dim x as sqlDataReader, dim y as
OLEDBDatareader in lots of parts of the app)
Could I not just avoid this and use OLEDB for both database types?
Whats the best way - OLEDB or to create some kind of data access layer
that returns recordsets.
Thanks
Mike
I have a web app that needs to be able to use either SQL Server or MS
Access - depending upon the installation. I want to avoid having
unnessesary amounts of code (eg: dim x as sqlDataReader, dim y as
OLEDBDatareader in lots of parts of the app)
Could I not just avoid this and use OLEDB for both database types?
Whats the best way - OLEDB or to create some kind of data access layer
that returns recordsets.
Thanks
Mike