Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Remote View
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00498740
Message ID:
00498742
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Anybody know, what is the connection string to use for SQL server using integrated security? Thanks
>John

Instead of specifying a UID=someID;PWD=somepwd substitute TrustedConnection=Yes instead.

Ex.
lnconn = sqlstringconnect("Driver = {SQL Server};Server=MyServer;Database=MyDatabase;TrustedConnection=Yes")

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform