[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

How to get or set images from SQLCE database?

Hans

3/7/2006 6:48:00 PM

How can I save a bmp to a SQLCE database in the Image field?
I tried following:
cmd.parameters.addwithvalue("@image1",bmp)????

And how can I load the SQL data into the bmp?

I like it in Visual basic code if possible.

Hans