Search found 102 matches: connector

Return to advanced search

Re: Conectarse con mariaDB

... empieza a dar sugerencias muy válidas: Insisto: usen la IA para obtener ideas generales y luego profundizen :-) brew install mysql Install MySQL Connector/C: Make sure you have MySQL Connector/C installed on your macOS. You can download it from the official MySQL website: https://dev.mysql.com/downloads/connector/c/ ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9886

Native access to Sqlite3

Hello, I had an old program that used an sqlite3 database. To achieve this, I used an OBDC connector that had to be installed on each computer in order to use the program. This connector, "sqliteodbc.exe," comes from the website: http://www.ch-werner.de/sqliteodbc/ ...
by alvaro533
Wed Jun 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Native access to Sqlite3
Replies: 9
Views: 1074

Re: Problem with xBrowse

... "Bharat@1950" }, .t. )  I got the error, perhaps the problem is my MySql version? what do you think?, or my connector? I have MySql 5.1 version BEst regards
by Armando
Wed May 31, 2023 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2147

Re: Crystal Reports XI R2 deployment

Let see this page for create runtime installer.
https://www.vdf-guidance.com/ContribPage.asp?Page=HOWTOPRNTCRXIRTI&ContribRecId=109
You must create installer for ODBC too.
mysql-connector-odbc-5.3.4-win32.msi
by dutch
Sat Sep 05, 2020 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal Reports XI R2 deployment
Replies: 2
Views: 465

Re: Quiero comenzar con sqlite

... Driver};Server=localhost;Port=3306;Database=datos;User=root; Password=passw;Option=3;" ( para el ejemplo se debe instalar el conector (mysql-connector-odbc-3.51.12-win32.msi) Para Sqlite cCADENA:="Driver={SQLite3 ODBC Driver};Database=datos.db;" ( se instala SQLiteodbc.exe se debe ...
by Marco Augusto
Wed Jul 29, 2020 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4771

Re: Ayuda con Mysql

... ADO or directly with FWH inbuilt MySql library. You propose to connect and work using ADO. For this, you need to download and install MySql ODBC connector on every PC using your software. We assume you have installed the ODBC connector. We advise you not to make your own connection strings for ...
by nageswaragunupudi
Wed Jul 08, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 1945

Re: SQLITE MEDIUMBLOB problem

Hi,

It seems to be a Connector problem, because, if I test it with FIVEDBU, I have the same problem.
Does anyone alse use an other connector that can handle bigger BLOB fields?
by Marc Vanzegbroeck
Tue Jul 30, 2019 6:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLITE MEDIUMBLOB problem
Replies: 1
Views: 332

New FTDN March/Marzo 2019 (FWH 19.03)

... is used. * New: DATA nBarHeight --> allow modify height of folders CLASS TTabs * Enhancement: Added support for the new MySql ODBC Connector version 8.0 in function FW_OpenAdoConnection(...) * New: NATIVE SUPPORT FOR DISPLAY AND PRINTING OF BARCODES, without 3rd party libs or additional ...
by Antonio Linares
Mon Apr 08, 2019 11:20 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2019 (FWH 19.03)
Replies: 2
Views: 2827

Re: postgres

Yes.
First, you need to install either ODBC connector or preferably OLEDB provider for PostgreSQL.

Then
oCn := FW_OpenAdoConnection( cConnectionString, .t. )

Please refer to the documentation of www.connectionstrings.com to determine the correct connection string to be used.
by nageswaragunupudi
Mon Mar 18, 2019 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: postgres
Replies: 15
Views: 2418

Re: Conexión a Base Datos

For working with ADO, you need to download and install MySql ODBC connector. That is the reason for the error you are getting. Because you are using FWH 18.01, it is a lot easier to connect to and work with MySql tables using the inbuilt functionality of ...
by nageswaragunupudi
Fri Nov 23, 2018 12:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexión a Base Datos
Replies: 2
Views: 871

Re: MariaDB on Crystal Reports

Hi All, I would like to update this thread. Please allow me to share :wink: First, using MariaDB ODBC Connector v3.x which you can download from MariaDB website 2nd, using Crystal Reports ActiveX ... cConnStr := 'Driver={MariaDB ODBC 3.0 Driver};Server=192.168.1.1;Port=3306;DB=YourDatabase;UID=YourUserID;PWD=YourPassword;'...crApp ...
by fraxzi
Sat Aug 04, 2018 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB on Crystal Reports (SOLVED)
Replies: 7
Views: 1384

Re: Can Fivewin be used for process IO hardware ?

Reading about COM port is telling me that I need to look for the right PIN's from the Com-connector. that is used for power signal in/out

Has anyone done this for a application ?
by Marc Venken
Thu Jun 14, 2018 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Fivewin be used for process IO hardware ?
Replies: 9
Views: 2090

Re: MariaDB on Crystal Rerports

... Regards, Hi Nicanor, The PC Client has no ADO or Connector installed (not ideal at the moment). So I am looking how to directly pass the recordset (MariaDB) to Crystal Report as table. Thanks for sharing ...
by fraxzi
Fri May 11, 2018 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB on Crystal Reports (SOLVED)
Replies: 7
Views: 1384

Re: Error en SQL

Mr. Rao:

In these sample is necesary install the connector?

Regards
by Armando
Fri Jan 26, 2018 12:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en SQL
Replies: 3
Views: 1063

Re: Request for feedback for SQL

No. If you want to use ADO, we need to install ODBC connector. But we advise using either built-in library in FWH or 3rd party libs like Dolphin or TMySql. In these three cases, we need to have a dll file in the exe folder. FWH provides everything ...
by nageswaragunupudi
Fri Oct 13, 2017 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for feedback for SQL
Replies: 7
Views: 1345
Next

Return to advanced search