Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Packet size & Sql server
Message
 
 
To
03/08/2001 08:55:58
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00539334
Message ID:
00539343
Views:
12
Maybe it cannot be changed after connection is open? Try to change Visual FoxPro default settings at the environment level and than restore it back.
set default to d:\data\foxpro
lnPacketSize = Sqlgetprop (0,"packetsize")
? Sqlsetprop (0,"packetsize",8192)
? sqlc ('bv1','pduser','pduser')
? sqlsetprop (0,"packetsize", lnPacketSize)
>When I try to set the packet size to a larger size in FoxPro 6.0 Sp5 with the following syntax:
>
>set default to d:\data\foxpro
>?sqlc ('bv1','pduser','pduser')
>
>sqlsetprop (1,"packetsize",8192)
>
>I get the following errors:
>
>Warning: The connection sync/async mode cannot be set.
>
>&
>
>Warning: The connection packet size cannot be set.
>
>Any ideas?
>
>Thanks,
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform