Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Server 7 & storing images

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-17 : 19:51:41
Lewis writes "I am trying to store an image in a SQL Sever database by using ASP forms.

I have set up the database to store images but cannot get the front end to execute.

I am trying to use a code extract similiar to the following:

rs (recordset declared previously)

rs.add
rs("picture") = picture (carried across from previous page)
rs.update

The path for the picture is carried across Ok because I can display it ok.

This probably makes no sense at all, but your best guess would be a start"
   

- Advertisement -