Re: Euphoria and ODBC
- Posted by m_sabal Oct 25, 2008
- 995 views
The nice thing about ODBC is it doesn't care what the underlying database is. I have a service program that runs 24/7 checking and comparing the data from two separate databases; so it has to maintain those two connections simultaneously all the time. Since you have to specify a connection for each query, as long as you keep them both open until your program is finished, it just works.