Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weird newbie error

Status
Not open for further replies.

rua17

Programmer
Joined
Jun 10, 2003
Messages
4
Location
CR
I create a db connection, a command and I put a recordsource, I also put a option group and I link it to my recordsource.

I run the application the first time and it works, if I run it again I have the next problem:
Error Type:
Provider (0x80004005)
Unspecified error
/tiquetico/Lista_producto.asp, line 46

Line 46 is

DBConn.Open(Application('cn_tiquetico_ConnectionString'), Application('cn_tiquetico_RuntimeUserName'), Application('cn_tiquetico_RuntimePassword'));

I need to recover the value from my option group and pass it to another page, I use a submit button but the same problem happens

Any help?
 
DBConn.Open(Application('cn_tiquetico_ConnectionString'), Application('cn_tiquetico_RuntimeUserName'), Application('cn_tiquetico_RuntimePassword'));

remove this ;



Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top