![]() | |
#11
| |||
| |||
|
|
On Sun, 12 Nov 2006 10:39:31 +0100, Bjorn Sagbakken wrote: Eventually I will use .NET for web-pages, so I need to figure out how to store images into the SQL from that side also. At the risk of showing my ignorance of most of the topics discussed in this thread -- are you trying to serve images into web pages? If you are, you realize that the web page won't contain the bits and bytes of the actual image, but only the path (URL) to where the image is stored as a jpg, png, or gif. So maybe you only need to store the images's URLs in your SQL table, and not the images themselves. All you need to do for the images is save them as jpegs and load them into a subdirectory on your web site server, then store the paths to these images in the table. |
#12
| |||
| |||
|
|
I have written a test-script in Paradox to copy the graphic from Pdox to SQL, using tcursors and graphic variables. Björn, Try to use a binary variable instead of a graphic one. I use readfromfile to get the image into a binary variable and then tCursors to get it into the MSSQL table. |
![]() |
| Thread Tools | |
| Display Modes | |
| |