Jump to content

APS error object required


Recommended Posts

Hi,

I get an asp error object required .

My code is as follows:

updatequery = "UPDATE prodlist set Prod_SKU='"&sku&"', Prod_Description='"&descr&"', Prod_ManufactureNum='"&manNum&"', Prod_NAME='"&Name&"' where auto_id='"&auto_id&"'"
response.write " updatequery:" & updatequery
set rs = oConn.execute (updatequery,lngRecs,1)

i have this: dim oConn, rs

in a global config file.

It works on a different page but now somehow doesnt. Can anyone see the mistake?

The error is from the line which starts with set.

Thanks in advance for your help!

Link to comment
https://forums.phpfreaks.com/topic/265389-aps-error-object-required/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.