E
EMala
Hello everybody!
I have a problem and I dont find a answer...
Please help me.
I have a application, that the user log in the app, get a
usersessionID, and buy the products on my virtual mall..
The problen occurs whe the user lost his session and try to navigate
in the virtual mall...
He gets the message:
OraOLEDB error '80004005'
Erro não especificado (dont specific error..)
In line 90
"The line 90" try to execute a procedure in Oracle, but how the
session is empty, the error occours...
THE LINE 90!
Cmd1.CommandText = "SP_PESQUISA(" & id_mall & ",'" & search &
"',null)"
Set rsProduto1 = Cmd1.Execute
Thanks a lot for the help and sorry by my bad english
Best Regards
EMala
I have a problem and I dont find a answer...
Please help me.
I have a application, that the user log in the app, get a
usersessionID, and buy the products on my virtual mall..
The problen occurs whe the user lost his session and try to navigate
in the virtual mall...
He gets the message:
OraOLEDB error '80004005'
Erro não especificado (dont specific error..)
In line 90
"The line 90" try to execute a procedure in Oracle, but how the
session is empty, the error occours...
THE LINE 90!
Cmd1.CommandText = "SP_PESQUISA(" & id_mall & ",'" & search &
"',null)"
Set rsProduto1 = Cmd1.Execute
Thanks a lot for the help and sorry by my bad english
Best Regards
EMala