Creating database in ASP .NET

R

Robin

When I try to create a new database, I receive the
following error:

"
ADO error:' [DBNETLIB][ConnectionOpen (Connect()).]SQL
Server does not exist or access denied
"

Any sugguestions??
 
E

Elliot M. Rodriguez

How are you creating the database? With SQL? If so, the user may not have
proper permissions to create the database on the db server.
 
S

Steve Jansen

This means nothing more than your connection string is incorrect, your SQL
Server is down, or another network related issue is preventing contact (such
as IPSec rules or firewall rules).

See http://www.connectionstrings.com for help.

-Steve Jansen
 

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

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top