Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binary or blob data type
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01668007
Message ID:
01668009
Vues:
72
J'aime (1)
>Hi,
>
>I would like to experiment with binary data. I read in the VFP help that for binary data you have to use Blob type field.
>I created a test cursor with B type field. But, the following produces error:
>
>CREATE CURSOR binerytest (testfld b)
>INSERT INTO binerytest (testfld) VALUES ("123")
>
>
>How do you store a string in this field?
Hi Dmitry,
CREATE CURSOR binerytest (testfld W) && or Q(254)
INSERT INTO binerytest (testfld) VALUES (0h313233)
INSERT INTO binerytest (testfld) VALUES (CAST("123" AS VARBINARY(3)))
MartinaJ
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform