saving images in database

  •  12-05-2005, 2:14 AM

    saving images in database

     
    I have a vb.net web application  and i want to use database for storing images. The problem is, if i use the sqlfilestorage class that is provided with samples, it gives some version error. I guess the sqlfilestorage dll was compiled with older version of cuteeditor. The other way i was trying to do is by putting the sqlfilestorage class in my application and compiling it. But since that file is in c# it didnt work. So is there vb version of that file available. I m really stuck at this.
View Complete Thread