Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conection string
Message
De
13/11/2008 09:42:15
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
13/11/2008 02:25:30
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01361574
Message ID:
01361640
Vues:
12
>I cannot connect with this connection string using Visual Web developer express edition.
>It's a MSSQL database from my hosting cie
>I received error 26 error locating server/INSTANCE SPECIFIED at data objet(422,6)
>
>I tried both server name mssqlhost\sqlexpress or mssqlhost without succes
>
>Thanks for all
>
>connectionString ="Server=mssqlhost\sqlexpress;uid=u70594835;pwd=148684;database=d60532942"
>
>Server MSSQLHOST
>
>Database Named 60532942
>
>Username u70594835 (read only)
>
>Password148684

Try:

connectionString ="Server=localhost\sqlexpress;uid=u70594835;pwd=148684;database=d60532942"

and be sure it allows remote connections.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform