Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field type for character (binary)
Message
De
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:
01588669
Vues:
67
This message has been marked as the solution to the initial question of the thread.
>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 Runia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform