Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field type for character (binary)
Message
 
To
26/11/2013 10:06:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01588668
Message ID:
01588671
Views:
39
>>I need to convert some fields from Character type to Character (binary) using Alter Table so they can hold passwords. I can't seem to find any reference to this code anywhere. I can do it with Modify Table but I need to send out an update that does it on the run.
>>
>>Anyone know how to do this? Following code returns Syntax Error.
>>
>>Thanks
>>
alter table stuff ;
>>alter column c1 character binary(30) ;
>>alter column c2 character binary(30)
>
>alter table stuff alter column c1 C(30) NOCPTRANS
>
>Regards,
>Pieter

Pieter,
. You just made my day. That code is not listed anywhere.
Many thanks,
John
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform