Z
zapov
Hi!
Did anyone successfully managed to use some custom ADO.NET
provider with SqlDataSource? I'd like to connect to some
other database than MSSQL (like MySQL, Firebird or PostgreSQL)
but I'm having problems making this work.
Inside connectionStrings I added my name, provider and
connectionString but for some reason SqlDataSource is trying
to use System.Data.SqlClient even if my provider is
different.
Also I tried registering my provider in machine.config but it
won't show up in VS.
Any help would be appreciated.
Did anyone successfully managed to use some custom ADO.NET
provider with SqlDataSource? I'd like to connect to some
other database than MSSQL (like MySQL, Firebird or PostgreSQL)
but I'm having problems making this work.
Inside connectionStrings I added my name, provider and
connectionString but for some reason SqlDataSource is trying
to use System.Data.SqlClient even if my provider is
different.
Also I tried registering my provider in machine.config but it
won't show up in VS.
Any help would be appreciated.