SQLConnection component

  • Thread starter Thread starter Maileen
  • Start date Start date
M

Maileen

Hi,

Is the SQLConnection component only for SQL Server (from MS) or can we
use it for MySQL and PostgreSQL too ?

Because when i use the OdbcConnection component, and try to debug my
application, i have a "database connection was disabled" message after a
long timeout...and i do not know what did generate this long time out.

thanks a lot,
Maileen
 
Maileen said:
Hi,

Is the SQLConnection component only for SQL Server (from MS) or can we use
it for MySQL and PostgreSQL too ?


Everything in System.Data.SqlClient is only for use with MS SQL Server.

Greg
 
Back
Top