Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field type for character (binary)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Field type for character (binary)
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:
01588668
Vues:
44
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)
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform