Greetings
I use the following syntax to insert a image on my desktop PC. I would like to now use it in B4A but I cant get the syntax right.
iNSERT INTO TableA (Id,Images)
SELECT 1, BulkColumn
FROM Openrowset( Bulk 'C:\th.jpg', Single_Blob) as image
What would the syntax be in B4A including the correct file location reference.
Thank you
Steve
I use the following syntax to insert a image on my desktop PC. I would like to now use it in B4A but I cant get the syntax right.
iNSERT INTO TableA (Id,Images)
SELECT 1, BulkColumn
FROM Openrowset( Bulk 'C:\th.jpg', Single_Blob) as image
What would the syntax be in B4A including the correct file location reference.
Thank you
Steve