Suggestions NameSpace Selection

  • Thread starter Thread starter solex
  • Start date Start date
S

solex

Hello,

I am interested in your thoughts regarding name space selection. Is there
really that much difference between OleDB and SQLClient. OleDB will give me
some abstraction, but supossedly SqlClient is much faster, what strategy are
you using?

Thanks,
Dan
 
Hi,

I'm using the SQL namespace when I use SQL as the DB
server as you sad it's faster. Otherwise I use other
classes, OLEDB, ORACLE etc... for other data sources.

JN
 
Johan,

Thanks for your reply, coming from ADO/OLEDB "classic", RDO, ODBC, JDBC etc.
It makes me wonder if I should drop the abstraction that I am comfortable
with for a proprietary technology. Does it bother you?

Dan
 
Back
Top