Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DSN on advantage database
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01453262
Message ID:
01454393
Views:
62
Try
CREATE CONNECTION NORTHWINDCONNECTION CONNSTRING (lcConnString)
>
>ok !
>
>
>  TEXT To lcConnString NOSHOW TEXTMERGE PRETEXT 15
>"driver=Advantage StreamlineSQL ODBC;
>DataDirectory=C:\cdbk90\amline\AdsBob\JM;
>SERVER=NotTheServer;Compression=;
>DefaultType=Advantage;
>Rows=False;
>Language=ANSI;
>AdvantageLocking=ON;
>Locking=Record;
>MemoBlockSize=64;
>MaxTableCloseCache=5;
>ServerTypes=6;
>TrimTrailingSpaces=False"
>  ENDTEXT
>
>
> CREATE CONNECTION NORTHWINDCONNECTION CONNSTRING &lcConnString   
>
>
>
>This code give me a error ( Command contains unrecognized phrase/keyword (Error 36) )
>
>
>
<snip>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform