SQLConnection component

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
 
G

Greg Burns

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top