Search found 128 matches: postgres

Return to advanced search

Re: hbsqlitepp

No Antonio...
La que ellos quieren es la de acceder a SQLite, la que tú dices es la que hice para Postgres
by xmanuel
Wed Oct 04, 2023 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbsqlitepp
Replies: 9
Views: 759

Re: Nueva clase para trabajar con PostgreSQL

hi,
xmanuel wrote:Acabo de subir al "Curso de C" una librería para acceder a bases de datos postgres con todos sus fuentes y ejemplos.

"where" do you have upload the Stuff :?:
please post a link to it, thx
by Jimmy
Sun Oct 01, 2023 7:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nueva clase para trabajar con PostgreSQL
Replies: 4
Views: 411

Nueva clase para trabajar con PostgreSQL

Acabo de subir al "Curso de C" una librería para acceder a bases de datos postgres con todos sus fuentes y ejemplos. Las características son: Está hecha en clases de C++ al 100x100 para usar como clases de Harbour. Muy compacta y robusta Con control de errores ...
by xmanuel
Sat Sep 30, 2023 11:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nueva clase para trabajar con PostgreSQL
Replies: 4
Views: 411

Re: who use PostgreSQL with Fivewin ?

Hello, I use postgres, only for reading and updating data. Function AdoPostgre()local oPon, oRs, oData, cString, aLIst, oReccString := "Driver={PostgreSQL ANSI};Server=localhost;Port=5432;Database=postgres;Uid=postgres;Pwd=ekatroncito;"TRY  ...
by Willi Quintana
Wed Sep 27, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1072

Re: build Import LIB from LibPQ.DLL

... by PostgreSQL 32 / 64 Bit so my Question was wrong i need to build a 64 Bit Version of hbpgsql.lib for Fivewin using these Files: tpostgre.prg postgres.c rddcopy.c i know to use buildh.bat ti build EXE but how to build 64 Bit LIB for MSVC :?:
by Jimmy
Thu Jun 29, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2904

Re: recordSet vs Hash

Todo eso está más superado en el mundo de las bases relacionales (SQL). No vas a tener caídas de ningún tipo en MySQL, MaiaDB, SQLite, Postgres, etc. Una vez que te hayas decidido dejar las DBF y entrar en el mundo SQL tienes que volver a elegir que base de datos vas a elegir y que CLASE ...
by xmanuel
Mon Jun 26, 2023 5:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: recordSet vs Hash
Replies: 3
Views: 343

Re: does Fivewin hbpgsql.lib include CLASS TPQServer ?

hi, thx for Answer ok i have ask wrong : does C:\fwh\lib\hbpgsql.lib (here 32 Bit) include postgres.c rddcopy.c tpostgre.prg like used in c:\harbour64\contrib\hbpgsql\hbpgsql.hbp :?: i have include libs=hbpgsql.LIB and libs=libpq.lib in *.HBC but still got "Unresolved ...
by Jimmy
Mon Jun 26, 2023 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin hbpgsql.lib include CLASS TPQServer ?
Replies: 2
Views: 192

does Fivewin hbpgsql.lib include CLASS TPQServer ?

... Error: Unresolved external '_HB_FUN_PQGETVALUE' referenced from C:\FWH\0\LISTVIEW\OBJ\HBPGU.OBJ in HMG Version it include tpostgre.prg, postgres.c and rddcopy.c where CLASS TPQSERVER is "in" *.PRG so what is in Fivewin hbpgsql.lib and libpq.lib :?:
by Jimmy
Sun Jun 25, 2023 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin hbpgsql.lib include CLASS TPQServer ?
Replies: 2
Views: 192

Re: to Rao

1) I am using MSSQL
2) FWH 23.04
3) xHarbour 2022 Bld773

I am trying postgres v.8 too

thank You
by kajot
Sun Jun 18, 2023 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Rao
Replies: 16
Views: 1154

Re: Alguien que acceda a Postgres

... AdoPostgre()local oPon, oRs, oData, cString, aLIst, oReccString := "Driver={PostgreSQL ANSI};Server=localhost;Port=5432;Database=postgres;Uid=postgres;Pwd=ekatroncito;"oPon := TOleAuto():new("adodb.connection")oPon:ConnectionString := cStringTRY  ...
by Willi Quintana
Fri Feb 25, 2022 3:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien que acceda a Postgres
Replies: 5
Views: 543

Re: Alguien que acceda a Postgres

Gracias mi estimado, solucionado con ODBC Hola willi. Saludos. ¿Podrias compartir la manera de conectar y actualizar? Me interesa postgres ya que he leido que es mucho mas poderoso que mysql en cuanto a volumenes de datos y complejidad de consultas. Agradecido por cualquier colaboracion ...
by JoseAlvarez
Wed Feb 23, 2022 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien que acceda a Postgres
Replies: 5
Views: 543

Re: Alguien que acceda a Postgres

Gracias mi estimado, solucionado con ODBC
by Willi Quintana
Thu Feb 17, 2022 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien que acceda a Postgres
Replies: 5
Views: 543

Re: Alguien que acceda a Postgres

...    oCon := CreateObject( "ADODB.Connection" )     oCon:ConnectionString := "DSN=eldsn;Uid=postgres;Pwd=tupass;"     oCon:Open()     vConecta:=.t.  CATCH oError     FW_ShowAdoError(oCon)  ...
by leandro
Mon Jan 10, 2022 11:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien que acceda a Postgres
Replies: 5
Views: 543

Re: Alguien que acceda a Postgres

Willi,

Harbour proporciona una librería para usar Postgres:

https://github.com/harbour/core/tree/master/contrib/hbpgsql
by Antonio Linares
Mon Jan 10, 2022 7:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien que acceda a Postgres
Replies: 5
Views: 543

Alguien que acceda a Postgres

Compañeros, buenos dias.
Alguien que tenga uno modo de acceder a postgres y actualizar sus datos?
GRacias
by Willi Quintana
Sat Jan 08, 2022 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien que acceda a Postgres
Replies: 5
Views: 543
Next

Return to advanced search