Re: ODBC
- From: "RobinS" <RobinS@xxxxxxxxxxxxxxx>
- Date: Sun, 7 Jan 2007 21:50:54 -0800
I'd use their SQL driver. ODBC is slower than an afternoon with the IRS.
Robin S.
---------------------------
"Dennis" <Dennis@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:728ABF5E-5526-481B-AB8B-F73362A1F34D@xxxxxxxxxxxxxxxx
I am trying to use "MySQL" and I have a choice, I think, of using their
SQL
driver or OBDC driver with VB.Net. Which do you think would be faster
and
the better choice?
--
Dennis in Houston
"tomb" wrote:
My preference has always been to get the database vendor to provide
the
connectivity to use with .Net. I've done that with Oracle and it
worked
SO MUCH BETTER than the MS version.
Tom
marcmc wrote:
Hey,
What do people/gurus think of ODBC connections to databases?
The beauty of .net is it allows the database to only be connected to
for the
length of time you need it. This is great for classes like SQLClient
and
OLEDB.
However, I'm quite worried that my use of Microsoft.Data.odbc.dll to
connect
to Teradata will impose application performance issues(it takes 20
seconds)
by constantly connecting/disconnecting/connecting again etc.
Does anyone know for sure that the .NET Provider for Teradata is
only
compatible with VS 2005?
.
- References:
- Re: ODBC
- From: tomb
- Re: ODBC
- Prev by Date: Re: connectivity to Oracle
- Next by Date: Re: Tutorials on connecting to VB .NET databases
- Previous by thread: Re: ODBC
- Next by thread: How to kill the active application with hotkeys
- Index(es):
Relevant Pages
|