Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field type for character (binary)
Message
 
À
26/11/2013 10:06:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01588668
Message ID:
01588671
Vues:
38
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform