1. Euphoria and ODBC

Hi,

Has anyone attached to multiple db's via ODBC or a stable replacement? I will need to manipulate MS SQL Server and PostGres.

Thanks, Gene

new topic     » topic index » view message » categorize

2. Re: Euphoria and ODBC

I read back 10 pages on the forum and didn't see anything definitive. Whatever you've done with layered db access, I'd be glad to know about it.

Thanks, Gene

new topic     » goto parent     » topic index » view message » categorize

3. Re: Euphoria and ODBC

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.

new topic     » goto parent     » topic index » view message » categorize

4. Re: Euphoria and ODBC

...and you're calling an api to reach the driver or using a part of euphoria similar to ado or dao with vb?

new topic     » goto parent     » topic index » view message » categorize

5. Re: Euphoria and ODBC

HappyGene said...

...and you're calling an api to reach the driver or using a part of euphoria similar to ado or dao with vb?

If you're talking about my odbc library, then it's using the operating system ODBC API. FYI, you can, in theory, use ADO or DAO using EuCOM.

Matt

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu