Search found 66 matches: hbpgsql

Return to advanced search

Re: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?

... Even there, there are several ways of fine tuning server and database performance. When we are using extremely primitive libraries like tmysql, hbpgsql there is no point in discussing these issues.
by nageswaragunupudi
Wed May 31, 2017 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?
Replies: 9
Views: 1908

Re: PostgresSQL from core-master\contrib\hbpgsql

Now FWH 17.05 revised build provides support for hbpglib's query object.
by nageswaragunupudi
Tue May 30, 2017 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... to this codeblock. If bColor or bColorBlock are not assigned, the normal behavior of the Gets continue. * NEW: Support for PostGreSQL using hbpgsql of Harbour or pgsql of xHarbour: - XBROWSE and XBROWSER support oQuery object like any other datasources. - Support AUTOCOLS or specified columns ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2435

Re: PostgresSQL from core-master\contrib\hbpgsql

This is how I implemented Instead of copying into array and then browsing, i am able to browse the Query directly. We can also edit data inline and save. #include "fivewin.ch"REQUEST DBFCDXstatic cPassword := <yourpassword>//-----------------------------------------------------------...
by nageswaragunupudi
Mon May 29, 2017 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: PostgresSQL from core-master\contrib\hbpgsql

... BLOCK_SIZE     4096#include "FileIO.ch"#include "hbclass.ch"#include "postgres.ch"#require "hbpgsql"#include "DbStruct.ch"#define _STRU_FIELDNAME             1#define _STRU_FIELDTYPE     ...
by fafi
Sun May 28, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: PostgresSQL from core-master\contrib\hbpgsql

Mr Fafi

Thanks for the good example.
I never used Postgresql and interested in learning.
by nageswaragunupudi
Sun May 28, 2017 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

PostgresSQL from core-master\contrib\hbpgsql

I tested with PostgreSQL versi 9: #include "fivewin.ch"#include "xbrowse.ch"#require "hbpgsql"#include "DbStruct.ch"REQUEST DBFNTXREQUEST DBFCDXREQUEST DBFFPTREQUEST DBFDBTstatic aData,oBrwDataPROCEDURE Main( cHost, cDatabase, cUser, ...
by fafi
Fri May 26, 2017 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: Existe Alguna Clase de Postgres asi como Tmysql

compubrion wrote:Saludos !

Revisa las contribs de harbour alli esta la hbpgsql


Gracias,

Saludos

Si ya lo vi voy a construir las librerias. Al contruir las librerias faltan unos .h
como pg_config_ext.h pg_config.h libpq-fe.h postgres_ext.h donde los ubico no los encuentro.
by ruben Dario
Wed Mar 18, 2015 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Existe Alguna Clase de Postgres asi como Tmysql
Replies: 2
Views: 324

Re: Existe Alguna Clase de Postgres asi como Tmysql

Saludos !

Revisa las contribs de harbour alli esta la hbpgsql
by compubrion
Wed Mar 18, 2015 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Existe Alguna Clase de Postgres asi como Tmysql
Replies: 2
Views: 324

Re: O.T. postgresql o mysql + ADO

Saludos !

Yo, estoy usando actualmente PostgreSQL 9.1 con harbour usando la hbpgsql que esta en las contribs, animate asi compartimos experiencias

Cruz Alfredo Oses
by compubrion
Fri Aug 17, 2012 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. postgresql o mysql + ADO
Replies: 8
Views: 1631

Re: Clase para PostgreSQL

Saludos !
En las conribs de harbour encontraras hbpgsql y en las de xharbour encontraras pgsql
by compubrion
Mon Dec 26, 2011 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para PostgreSQL
Replies: 3
Views: 755

Re: Necesito una ayudita sobre ZIP con harbour

... libmisc hbmisc hbmisc libnf nf hbnf msql msql hbmsql mysql hbmysql hbmysql odbc hbodbc hbodbc ole hbole hbole pdflib hbpdflib (DELETED) pgsql hbpg hbpgsql rdd_ads rddads hbrddads samples samples hbclipsm telepath telepath hbtpathy tip tip hbtip what32 what32 hbwhat32 win32 hbwin32 hbw32 xhb xhb ...
by Lautaro
Thu Sep 01, 2011 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito una ayudita sobre ZIP con harbour
Replies: 3
Views: 960

Re: hbpgsql/harbour + xbrowse

luiz53 wrote:I did the test shows only one record ...
and the bank has 10 000 records

I am sorry, there was a small mistake in the code I posted originally. I corrected the above code in PgSkipper() function.
Please use the revised code above
by nageswaragunupudi
Mon May 09, 2011 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbpgsql/harbour + xbrowse
Replies: 6
Views: 1097

Re: hbpgsql/harbour + xbrowse

I did the test shows only one record ...
and the bank has 10 000 records
by luiz53
Sun May 08, 2011 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbpgsql/harbour + xbrowse
Replies: 6
Views: 1097

Re: hbpgsql/harbour + xbrowse

Please try adopting the following code to your query. function PgQryBrowse( oQry )   DEFINE WINDOW oWnd      @ 0,0 XBROWSE oBrw OF oWnd ;         FIELDS oQry:FieldGet( 1 ), oQry:FieldGet( 2 ) ;         HEADERS oQry:FieldName( 1 ), oQry:FieldName( 2 ) ;        ...
by nageswaragunupudi
Sun May 08, 2011 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbpgsql/harbour + xbrowse
Replies: 6
Views: 1097
PreviousNext

Return to advanced search