Re: DLL Interface
- Posted by m_sabal Nov 07, 2008
- 1006 views
Yes it will. The DLL is actually sending a query to the remote database, and getting the answer back. The answer is in memory on your local machine, so peek will work just fine.
Yes it will. The DLL is actually sending a query to the remote database, and getting the answer back. The answer is in memory on your local machine, so peek will work just fine.