MickeD
Programmer
- Feb 20, 2000
- 54
Hi there!<br>I'm trying to connect from Web page to Advantage Database Server (ADS have a lot of API funtions to do it)<br>But making connection to remote server and opening .DBF files takes a lot of time. <br>Can I use DCOM to do it?<br>I think, I must create a ActiveX Server Component that make connection and hold all Data files opened. And another ActiveX Dll for passing queries to "Server" and getting a Data. Am I on right way? <br>Where can I get some info about DCOM? Only MSDN? Is there somthing else?<br>Thanks in advise