notuserfriendly
Programmer
Has anybody succeded in doing this. Can update text but when I try with the blobs it doesn't work.
Running (Testing) on a Win XP, MyOBDC 3.51, IIS 5.
the error I get is:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Query-based update failed because the row to update could not be found.
Show = "SELECT date FROM products WHERE id=" & Request.QueryString("id") & " "
rs.Open Show, strConnect, adOpenKeyset, 3
rs("date") = Date & " " & Time
rs.Update
this works, adding blobs to this does not
(rs("blob1") = Image.Binary)
Running (Testing) on a Win XP, MyOBDC 3.51, IIS 5.
the error I get is:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Query-based update failed because the row to update could not be found.
Show = "SELECT date FROM products WHERE id=" & Request.QueryString("id") & " "
rs.Open Show, strConnect, adOpenKeyset, 3
rs("date") = Date & " " & Time
rs.Update
this works, adding blobs to this does not
(rs("blob1") = Image.Binary)