Hi All,
I Have the following problem. I want to add images to my postgresql database without writing a program for it. All images must be convert to a byte array. The only examples that the internet gives are source code samples for different languages.
I want to insert images with a SQL statement into the images database.
can any help me with that.
best regards,
Remco
I Have the following problem. I want to add images to my postgresql database without writing a program for it. All images must be convert to a byte array. The only examples that the internet gives are source code samples for different languages.
I want to insert images with a SQL statement into the images database.
can any help me with that.
best regards,
Remco
Comment