P
Pavils Jurjans
hallo,
is there a way to add binary BLOB data to field, using a kind of sql syntax?
INSERT INTO MyTable ( dataNum ) SELECT 1234 AS dataNum;
INSERT INTO MyTable ( dataBin ) SELECT whateverSyntaxHere AS dataNum;
I know there is nice syntax for MS SQL, and I am looking for JET driver
syntax here
thanks,
-- Pavils
is there a way to add binary BLOB data to field, using a kind of sql syntax?
INSERT INTO MyTable ( dataNum ) SELECT 1234 AS dataNum;
INSERT INTO MyTable ( dataBin ) SELECT whateverSyntaxHere AS dataNum;
I know there is nice syntax for MS SQL, and I am looking for JET driver
syntax here
thanks,
-- Pavils