Hi,
I have 1 business component and 1 data component. the first calls to second.
<component><classname> <instancing> <transactional mode>
(1) COMBUSTV.CBTiendaVirtual Multiuse New Transaction
(2)COMDATTV.CDProducto Multiuse Support
(2)COMDATTV.CDCliente Multiuse Support
(2)COMDATTV.CDOrden Multiuse Support
My application is a web page ASP, when it executes:
Set objPdto= CreateObject("COMBUS04.CBTiendaVirtual"
Set rstProducto=objPdtbtenerOfertaProductos(Session("CadenaConexion") <(line 55)THIS LINE has an ERROR>
and return into the ASP page with this message:
error '8004e00f'
/TiendaVirtual04/Principal.asp, line 55
My server:
Windows NT4
MTS 2.0
Components was developed and compiled in dll file with VBasic 6.0 and registered into package in MTS.
Thanks for your help
PD: I'm sorry, my english is not good, but I hope you understand me
Kimera
I have 1 business component and 1 data component. the first calls to second.
<component><classname> <instancing> <transactional mode>
(1) COMBUSTV.CBTiendaVirtual Multiuse New Transaction
(2)COMDATTV.CDProducto Multiuse Support
(2)COMDATTV.CDCliente Multiuse Support
(2)COMDATTV.CDOrden Multiuse Support
My application is a web page ASP, when it executes:
Set objPdto= CreateObject("COMBUS04.CBTiendaVirtual"
Set rstProducto=objPdtbtenerOfertaProductos(Session("CadenaConexion") <(line 55)THIS LINE has an ERROR>
and return into the ASP page with this message:
error '8004e00f'
/TiendaVirtual04/Principal.asp, line 55
My server:
Windows NT4
MTS 2.0
Components was developed and compiled in dll file with VBasic 6.0 and registered into package in MTS.
Thanks for your help
PD: I'm sorry, my english is not good, but I hope you understand me
Kimera