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? ...
... + 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 ...
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 ...
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 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 :?:
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 ...
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 ...
... 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 :?:
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 ...