Necesito String de coneccion MariaDB

Necesito String de coneccion MariaDB

Postby D.Fernandez » Tue Nov 24, 2015 1:26 pm

Estimados amigos: (En conections string no lo vi)

Ya que Antonio AHF, está tratando de incluir MariaDB a su excelente trabajo, necesito saber el string
de coneccion de MariaDB.

Según vi es igual a MySQL, pero:
Tengo que tener instalado MySQL, cual es el driver de coneccion de MariaDB

Como estoy intentando, no quisiera equivocarme, y darle a AHF informacion erronea.

Disculpen y muchas gracias.

Ruben Dario Fernandez.
Dario Fernandez
FWH 24.09, Harbour, MVS2022 Community, BCC, MySql & MariaDB, Dbf/Cdx VSCode.
Maldonado - Uruguay
D.Fernandez
 
Posts: 463
Joined: Wed Jul 31, 2013 1:14 pm
Location: Maldonado - Uruguay

Re: Necesito String de coneccion MariaDB

Postby Baxajaun » Tue Nov 24, 2015 1:55 pm

Buenas tardes Ruben Dario,

si la conexión es via ODBC, puedes utilizar el conector del gestor MariaDB

https://mariadb.com/kb/en/mariadb/about-mariadb-connector-odbc/

En esa dirección verás un ejemplo de conexión.

Espero te sea de utilidad.

Saludos
User avatar
Baxajaun
 
Posts: 968
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: Necesito String de coneccion MariaDB

Postby D.Fernandez » Tue Nov 24, 2015 2:50 pm

Gracias Baxajaun: Disculpen que estaba en el foro de Inglés.

Sorry, English forum

Ruben Dario Fernandez
Dario Fernandez
FWH 24.09, Harbour, MVS2022 Community, BCC, MySql & MariaDB, Dbf/Cdx VSCode.
Maldonado - Uruguay
D.Fernandez
 
Posts: 463
Joined: Wed Jul 31, 2013 1:14 pm
Location: Maldonado - Uruguay

Re: Necesito String de coneccion MariaDB

Postby anserkk » Wed Nov 25, 2015 3:52 am

MariaDB connection works fine with MySQL ODBC driver too.

Code: Select all  Expand view
cConnectSring:="Driver={MySQL ODBC 5.3 Unicode Driver};Server=YourServerIP;Port=3306;;Database=YourDatabaseName;User=YourUserName;Password=YourPassword;Option=3;"


I haven't tried MariaDB ODBC Driver till now.

As per MariaDB site
Code: Select all  Expand view
"Driver={MariaDB ODBC 1.0 Driver};Server=YourServerIP;UID=YourUserName;PWD=YourPassword;DB=YourDatabaseName;Port=3306"


Regards

Anser
User avatar
anserkk
 
Posts: 1332
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 77 guests