Is it possible to use the BLOB literal sytax X'ABCD' with encoded NULLs?

For example:

INSERT INTO mytable VALUES (X'BADF00D0')

When I do this, the length of the data is 2 instead of the expected 4.

I know I could use prepared statements but the library I am using doesn't 
expose them.

Any Ideas?

- Greg





_________________________________________________________________
Internet explorer 8 lets you browse the web faster.
http://go.microsoft.com/?linkid=9655582
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to