ms sql 6.5 access from c#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I would like to access a legacy ms sql 6.5 database from a c# application. When I execute the connect method, it tells me only 7.0 and above are supported. Does anyone know a way around this?
-
I would like to access a legacy ms sql 6.5 database from a c# application. When I execute the connect method, it tells me only 7.0 and above are supported. Does anyone know a way around this?
Use ODBC.NET instead of the pseudo-native SQLServer .NET data provider.