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?
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?