Search found 90 matches: fwconnect

Return to advanced search

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... " ,".\connect.ini") cDBName := GetPvProfString("mysql","dbname" ," " ,".\connect.ini") TRY FWCONNECT oServer HOST cServer ; USER cUser ; PASSWORD cPassword ; DATABASE cDBName CATCH oErr oServer:ShowError() END EndIf RETURN oServer Contenido ...
by CARLOS ATUNCAR
Thu Sep 14, 2023 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1720

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... " ,".\connect.ini") *cDBName := GetPvProfString("mysql","dbname" ," " ,".\connect.ini") TRY FWCONNECT oServer HOST cServer ; USER cUser ; PASSWORD cPassword ; DATABASE cDBName CATCH oErr oServer:ShowError() END Else ?"NO FILE" // ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1720

Re: FW: Funcionalidad para Mysql y Mariadb

I just create a directory(DTB) and save there ERRMSG.SYS. Into this directory, i have also create a directory(MEMORY) to the database, and use it by this way:

FWCONNECT oBD HOST "C:\DTB\" DATABASE "memory"
by vilian
Thu Jul 20, 2023 11:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW: Funcionalidad para Mysql y Mariadb
Replies: 20
Views: 2022

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

Is there a wiki that explains how to use fwconnect so I can see what is needed for an embedded mariadb connection?

thanks
by goosfancito
Wed Jul 19, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28756

Can´t initialize character set unknown (path: compiled_in)

... grabar registros que contengan caracteres especiales (óñáé, etc.) quedan como "?" en algunas tablas Conecto de esta forma con la ddbb: FWConnect oMyCon Host <cIPSuc> User <cAUsu> Password <cPsw> Port <nPort> DB <cDB> Estoy usando las siguientes herramientas, ...
by José
Wed Jul 19, 2023 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 222

Error 1251 at runtime using native connection to MySql

... 'fw_openadoconnect'. Now (my first time) I am trying to connect to a mysql database (service mysql named 'MySql80') using native FWH connection 'fwconnect', with library libmysql.lib. At runtime I get this error in a dialog, and the connection does not work: 1251 Client does not support authentication ...
by max
Mon Jul 25, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 311

RESUELTO -Re: FWCONNECT ??? Error

Hola, Ahora estoy trabajando con otro proveedor de servicios; éste no tiene el checkbox para indicar que un usuario pueda conectarse externamente a la BBDD. Lo tiene mejor, permite indicar rangos de IP con comodines (y yo no sabía identificarlo en pantalla). En fin, una chorrada de 3 días y 8 mensaj...
by FiveWiDi
Mon Jul 18, 2022 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT ??? Error
Replies: 3
Views: 557

Re: FWCONNECT ??? Error

Hola, posiblemente al cambiar el host, no tengas el usuario ampa32% con los permisos para acceso remoto Si tienes acceso a la base de datos, executa esto y te dira los usuarios que tienes en tu base de datos SELECT HOST,USER FROM mysql.user Otra posibilidad es que en una versión de mysql nueva, pue...
by FiveWiDi
Tue Jul 12, 2022 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT ??? Error
Replies: 3
Views: 557

Re: FWCONNECT ??? Error

Hola, posiblemente al cambiar el host, no tengas el usuario ampa32% con los permisos para acceso remoto Si tienes acceso a la base de datos, executa esto y te dira los usuarios que tienes en tu base de datos SELECT HOST,USER FROM mysql.user Otra posibilidad es que en una versión de mysql nueva, pued...
by cmsoft
Mon Jul 11, 2022 11:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT ??? Error
Replies: 3
Views: 557

FWCONNECT ??? Error

Hola, Venía utilizando FWCONNECT oConDbDummy ; HOST AMPAarra[2][3][1][35] ; // SQLSERVERNAME USER AMPAarra[2][3][1][36] ; // SQLUSER PASSWORD AMPAarra[2][3][1][37] ; // SQLPASSWORD DB AMPAarra[2][3][1][39] ; // SQLBBDDNAME PORT AMPAarra[2][3][1][38] ...
by FiveWiDi
Mon Jul 11, 2022 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT ??? Error
Replies: 3
Views: 557

Detectar conexión fallida a Mysql ? SOLUCIONADO

En el foro de inglés Hola amigos. Hago esto...para conectarme. FWCONNECT oCon HOST chost USER cUser PASSWORD cPassword DB cdatabase If oCon == NIL MsgInfo("No hay conexxión a la bases de datos","Informe") QUIT Endif Primero muestra el ...
by D.Fernandez
Sun Jan 17, 2021 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar conexión fallida a Mysql ? SOLUCIONADO
Replies: 0
Views: 266

How to detect fail connection to MySql SOLUCIONADO

Hi friend. I need help to detect the fail connection to Mysql If I do... FWCONNECT oCon HOST chost USER cUser PASSWORD cPassword DB cdatabase If oCon== nil MsgInfo("No hay conexxión a la bases de datos","Informe") Endif First show an error ...
by D.Fernandez
Sun Jan 17, 2021 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to detect fail connection to MySql SOLUCIONADO
Replies: 7
Views: 688

MySql OrdScope SOLUCIONADO

... ) } Hi friends. I have two xBrowse, the one with clients and the two with accounts. (one clients has more than 1 account) THE FIRST xBrowse FWCONNECT oConsql HOST chost USER cUser PASSWORD cPassword DB cDatabase oRs := oConSql:RowSet( "select * from clientes" ) oRs:SetOrder(1) ...
by D.Fernandez
Sun Dec 27, 2020 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql OrdScope SOLUCIONADO
Replies: 3
Views: 602

MySql OrdScope SOLUCIONADO

... el campo. oRs:FieldGet(2) contiene el número por el que quiero filtar. Hola, tengo 2 xBrowse, el campo cliente contienen lo mismo en los dos. 1) FWCONNECT oConsql HOST chost USER cUser PASSWORD cPassword DB cDatabase oRs := oConSql:RowSet( "select * from clientes" ) oRs:SetOrder(1) ...
by D.Fernandez
Sun Dec 27, 2020 4:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql OrdScope SOLUCIONADO
Replies: 4
Views: 801

mysql_embedded: Unknown error 1146

... in .\source\internal\FWMARIA.PRG Called from MARIA_CONNECT(126) in .\source\internal\FWMARIA.PRG Called from MAIN(34) in mysqlmbd.prg line 34 is : FWCONNECT oCn HOST cDataFolder LANGFOLDER cLangFolder DATABASE "Fwh" My version of FWH : FWH 20.08 VersionNo 20081 BCC 7 : Embarcadero C++ ...
by mauri.menabue
Sat Dec 12, 2020 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mysql_embedded: Unknown error 1146
Replies: 1
Views: 433
Next

Return to advanced search