Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to open local SQL Server database
Message
From
16/01/2006 13:24:39
 
 
To
16/01/2006 04:35:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01087065
Message ID:
01087257
Views:
14
>AFAIK .NET use its own connection string when you use SqlConnection that is different then usual Connection strings.
>
>Try with:
>
>lcSQLString=[Driver={SQL Server};Server=MyServerName/SQLEXPRESS;Database=Test;Trusted_Connection=yes;]
>lnSqlHandle = SQLSTRINGCONNECT(lcSQLString)
>
>Something like this. Not tested

This doesn't work. But, I think this situation relies on a proper server name. I think the computer name I put doesn't work.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform