MEGA Search
20.3 Million


Sign Up
From: hene william  
Subject: Borland Database Engine (error $2B32). + WebServices
NewsGroup: borland.public.delphi.webservices.soap
Date Posted: 20-Oct-2004 at 12:24:20 PST
hello friends


I have webServices, These webServices makes called to one another WebServices.  Each WebServices contains procedure. Each procedure has connection with the database.  
when connecting in the 2 webService occurs error 
"An error occurred while attempting to initialize the Borland Database Engine (error $2B32)."

Work with two database 
1º WebServices makes connection with SQL-Server 
2º WebServices makes connection with CACHÉ

Example:


WebService 1º 
////////////////////////////////////////////////////////
procedure Maior
begin
     db.conection:=true; //connection with SQL-SERVER
       ........
     getProcesso().Menor(params); -->calling the 2 webServices
end;
///////////////////////////////////////////////////////////


webService 2º
///////////////////////////////////////////////////////////////
procedure Menor
begin                      //connection with SQL-CACHÉ
    db.conection:=true; //An error occurred while attempting to initialize the Borland Database Engine (error $2B32).
        .......
end;
//////////////////////////////////////////////////////////////

grateful for the attention!  Brazil greetings


From: Deepak Shenoy (TeamB)  
Subject: Re: Borland Database Engine (error $2B32). + WebServices
NewsGroup: borland.public.delphi.webservices.soap
Date Posted: 25-Oct-2004 at 4:55:55 PST
hene william wrote:

> 
> hello friends
> 
> 
> I have webServices, These webServices makes called to one another
> WebServices.  Each WebServices contains procedure. Each procedure has
> connection with the database.  when connecting in the 2 webService
> occurs error "An error occurred while attempting to initialize the
> Borland Database Engine (error $2B32)."

BDE connections through ISAPI or CGI are tricky - they rely on some
user settings, and the user used by IIS is different. Check out :

http://bdn.borland.com/article/0,1410,28965,00.html

http://groups.google.com/groups?hl=en&selm=fh7b0u8jem1t8lcg6c7qrls9ma71r
j7fhf%404ax.com



-- 
Deepak Shenoy (TeamB)
Agni Software
http://www.agnisoft.com