News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Oracle conn via ODBC

Started by avcaballero, June 13, 2020, 09:04:38 PM

Previous topic - Next topic

avcaballero

Hello

Does anyone have any example of connection to an Oracle bbdd via ODBC? DSN/Server/Usu/pss. I already know the example of connection to an mdb but that's not what I'm looking for.

Thank you

TimoVJL

In what way you want to do that ?
I use SQLDriverConnect()

PS: If you can use  a SQLRelay, things are  just just simpler.
One driver for all connections  :thumbsup:
May the source be with you

avcaballero

I do not care what format to choose, I just want to connect. I am using the Iczelion example. At the moment I have connected to a mdb but not to Oracle, I have tried in several ways without success. That is, at the moment I am in the stage of connecting to the bbdd.

avcaballero

I think I finally got it, I found the correct connection string  :thumbsup:. Anyway, if you have an example, I'm all ears.  :biggrin: