![]() |
down load code in vb6
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 |
Re: down load code in vb6
[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 ) |
Re: down load code in vb6
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!! |
Re: down load code in vb6
sorry if i missed the info
My front end is being written in VB6 |
| All times are GMT +5.5. The time now is 09:05. |