Search found 130 matches: postgres

Return to advanced search

Re: HDBC para SQLite

Manuel, buenos dias alla creo, que buena noticia, yo siempre ando esperando algo para Postgres, un par de preguntas: - se podra utilizar un solo codigo para interacturar con las diferentes DBs? - habra un active record? esto creo que si, pienso que es casi inevitable? ...
by Marcelo Via Giglio
Sat Nov 09, 2024 3:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDBC para SQLite
Replies: 6
Views: 298

Re: Building modharbour with ADS on Linux

... + ADS on Linux I have been using mod harbour + ADS in a Linux machine for 2 years . It's faster, stable and easy to maintain/config . I use also Postgres driver to connect on particular Database . It's fast and stable. If you want some help don't esitate to contact me here in the forum or via ...
by giuliano
Tue Jul 02, 2024 2:08 pm
 
Forum: mod_harbour
Topic: Building modharbour with ADS on Linux
Replies: 5
Views: 986

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: 1053

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: 664

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: 664

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: 1722

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: 4645

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: 528

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: 261

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: 261

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: 1692

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: 594

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: 594

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: 594

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: 594
Next

Return to advanced search