Re: help for image into database

2002-11-22 Thread John Ragan
since i've not done much with blobs, i hesitate to respond, but since nobody else has, maybe some observations might help. first of all, you're coding to an oledb provider, but specifying an odbc driver. you can use both if you feed the provider from the driver. otherwise, you need to use

help for image into database

2002-11-21 Thread luoya li
Hi, mysql I want to put a image into mysql database,but when I run program listed below <% formsize=Request.TotalBytes formdata=Request.BinaryRead(formsize) set rs=server.CreateObject("adodb.recordset") strconn="driver={mysql};dbq="&server.MapPath("test.mdb")&";uid=root;pwd=l05m;" sql="SELE