Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binary or blob data type
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01668007
Message ID:
01668009
Views:
71
Likes (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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform