Connecting to SQL Server

J

jrbrady

I am configuring a SQLDataAdapter using the Data Adapter
Configuration Wizard. I click New Connection. I select my
server name, user name and password, and the database
name. I test the connection. It works. I click Ok and
am asked for the password again. I enter it, and click
ok. I receive the following message:

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

What does this mean?

I'm using Visual Basic .NET Standard and am running SQL
Server 2000.
 
J

Jorge Cavalheiro

Hello J.
Sorry but you will have to upgrade to Visual Studio
Professional. You can't use vb.net standard for that or
you have setup MSDE instead of MSSQL to use it.

Kind Regards
Jorge Cavalheiro
 

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