Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC
Message
From
14/09/2001 12:45:52
 
 
To
14/09/2001 11:58:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: ODBC
Miscellaneous
Thread ID:
00556482
Message ID:
00556591
Views:
24
Cetin,

With this code I get a connection not made.

lcConnection = 'DRIVER=Client Access ODBC Driver (32-bit);'+;
'SERVER=webprddtx;DATABASE=;User ID = draw;PW=weber'

gnHandle1 = SQLCONNECT('lcConnection')
If gnHandle1 <= 0 Then
Wait Window "Connection not Made"
Cancel
Else
Wait Window "Connection Made"
EndIf
= SQLDISCONNECT(gnHandle1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform