Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need advice with long vfp commands over 254 characters
Message
From
27/01/2005 02:34:22
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP3
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00981108
Message ID:
00981117
Views:
22
Nancy,
you may simply replace the longer command string with a variant,like this:
    Var1="...insert into yourtable ..." &&no limits with 254 characters
    =sqlprepare(...Var1...)
    =sqlexec(...)
Steven
Previous
Reply
Map
View

Click here to load this message in the networking platform