with vb6 + mySql 4.1
i am having a blob field called (images) in data base db1
my doubts are.
(1) how can i down load the file on to hard disk over a hot line net work from the server
|
Go4Expert Member
|
|
| 14Dec2009,16:18 | #2 |
|
[quote=Cseek;61621]with vb6 + mySql 4.1
i am having a BLOB field called (images) in data base db1 my doubts are. i can term it as down load (1) how to save the file in BLOB field on to the desk top ( memory ) |
|
Skilled contributor
|
![]() |
| 24Jan2010,19:51 | #3 |
|
write i did it
i thnk you'll have already got the string of the path of the image using the sql queerty then suppose dim strImg as string = "127.0.0.1/images/test.png" my.computer.network.downloadFile(strImg, my.computer.filesystem.specialdirectories.desktop) ohh i forget' use try catch block because you'll sure have eroorss!! |
|
Go4Expert Member
|
|
| 29Jan2010,18:59 | #4 |
|
sorry if i missed the info
My front end is being written in VB6 |

