Unable to connect to SQL database

  • Thread starter Thread starter Chris Zambas
  • Start date Start date
C

Chris Zambas

Hi,

It is only possible to connect to SQL server Desktop Engine databases
and Microsoft Access databases with this version of Visual Studio.

What's the workaround to the above problem in VB.Net 2003 standard??

Thanks,
Chris
 
* (e-mail address removed) (Chris Zambas) scripsit:
It is only possible to connect to SQL server Desktop Engine databases
and Microsoft Access databases with this version of Visual Studio.

What's the workaround to the above problem in VB.Net 2003 standard??

You can still establish a connection through code, but you cannot use
the visial tools (IDE) to connect to SQL Server.
 
Back
Top