Hi all
I want to do "INSERT INTO Table (Blob) Values('blobdat aasstring')".
...rather than using the parameter driven method, is it possible? And if so
what encoder do I use to convert the bytes to string format?
Thanks
Kev
I want to do "INSERT INTO Table (Blob) Values('blobdat aasstring')".
...rather than using the parameter driven method, is it possible? And if so
what encoder do I use to convert the bytes to string format?
Thanks
Kev
Comment