Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question on SQL Server connections
Message
 
To
03/06/2002 12:00:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00664094
Message ID:
00664111
Views:
28
In addition to what Kirk said, you can define a DSN-less connection in you DBC and use it in your remote views (if you will use remote views)
CREATE CONNECTION MyConn CONNSTRING "DRIVER={SQL SERVER};SERVER=xxxx;UID=yyyyy;pwd=zzzzzz;Network=DBMSSOCN;database=YouSQLDB"
>I will be designing an application which will be used by numerous
>individuals, which will need to access various SQL Server tables for
>reference lists. I have done very little work with SQL Server.
>
>Is it necessary to set up ODBC-type connections individually at each PC
>which will use this application (during application setup), or can Visual FoxPro "on-the-fly" set up temporary connections to the SQL Server tables as needed?
>
>Thanks,
>Randy W.
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform