R
Rob
Hi,
I develop apps that need to user either SQL Server or Oracle for the RDBMS.
The engine varies from one site to the next (i.e. a client never needs to
connect to both at the same time).
So far I've been using the ODBC adapter, but recently ran into some issues
when using stored procedures, at which point I switched to the OleDb
adapter. So now I'm wondering if I should've been using the OleDb adapter
all along.
Does anyone have any advice, or links to articles that gives the advantges
of one over the other within a SQL/Oracle scenairio?
Appreciated,
Rob
I develop apps that need to user either SQL Server or Oracle for the RDBMS.
The engine varies from one site to the next (i.e. a client never needs to
connect to both at the same time).
So far I've been using the ODBC adapter, but recently ran into some issues
when using stored procedures, at which point I switched to the OleDb
adapter. So now I'm wondering if I should've been using the OleDb adapter
all along.
Does anyone have any advice, or links to articles that gives the advantges
of one over the other within a SQL/Oracle scenairio?
Appreciated,
Rob