Is it possible to connect vb.net to Microsoft SQL Server 7.0?

liunx

Guest
Hello,

I've been trying to make a connection to a SQL Server 7.0 database, but have been unsucessful.

Can anyone confirm whether or not it is possible to make a connection to Microsoft SQL Server 7.0 using visual studio.net 2005?

Thanks,

RasharActually, I found the answer as I was searching through studio 2005. I need to select Microsoft SQL Server for the Data source, and then I need to choose the OLEDB option for the Data Provider.Yes, it is possible to do it. Use SqlDataProvider for it. Do not use OleDb.
 
Back
Top