Search found 66 matches: hbpgsql

Return to advanced search

Re: PostgresSQL from core-master\contrib\hbpgsql

thx for Answer @echo offrem set Environment to 64 Bit VersionSET HMGPATH=%~dp0%SET HMGPATH1=%HMGPATH:~0,-13%SET PATH=C:\hmg.3.4.4\HARBOUR-64\bin;C:\hmg.3.4.4\MinGW-64\bin;%PATH%rem by Antoniorem using my PG v9.5 64 Bit in D:\PGc:\hmg.3.4.4\MinGW-64\bin\gcc.exe -c postgres.c -Ic:\hmg.3.4.4\HARBOUR-64...
by Jimmy
Sat Sep 07, 2019 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: neuer User

Jimmy, cd c:\harbour\contrib\hbpgsql\ c:\gcc81w64\bin\gcc -c postgres.c -Ic:\harbour\include -I"c:\Program Files"\PostgreSQL\11\include\ c:\gcc81w64\bin\gcc -c rddcopy.c -Ic:\harbour\include -I"c:\Program Files"\PostgreSQL\11\include\ ...
by Antonio Linares
Fri Sep 06, 2019 8:32 am
 
Forum: All products support
Topic: neuer User
Replies: 3
Views: 17443

Re: PostgresSQL from core-master\contrib\hbpgsql

Jimmy,

What 64 bits C compiler are you using ?
by Antonio Linares
Fri Sep 06, 2019 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: PostgresSQL from core-master\contrib\hbpgsql

... I find a list of all the functions inside the lib ? Thanks a lot Look at the 1. postgres.c 2. tpostgre.prg in your D:\harbour\core-master\contrib\hbpgsql\ .or. http://postgres-xc.sourceforge.net/docs/1_0/libpq.html i found a MakeLib.BAT but it is for BCC so it is 32 Bit. how to make a 64 Bit hbpgsql-64
by Jimmy
Thu Sep 05, 2019 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

neuer User

... in der letzten Zeit hab ich mich mit dem Thema 64 Bit beschäftigt und da speziell mit PostgreSQL. --- ich habe liblibpq.a und Libhbpgsql.a die 32 Bit sind. ich benötige die 64 Bit Versionen liblibpq-64.a / Libhbpgsql-64.a wenn ich das richtig verstehe besteht hbpgsql aus postgres.crddcopy.c ...
by Jimmy
Thu Sep 05, 2019 5:06 pm
 
Forum: All products support
Topic: neuer User
Replies: 3
Views: 17443

Re: PostgresSQL from core-master\contrib\hbpgsql

giuliano wrote:Hi.
Where can I find a list of all the functions inside the lib ?
Thanks a lot

Look at the
1. postgres.c
2. tpostgre.prg
in your D:\harbour\core-master\contrib\hbpgsql\

.or.
http://postgres-xc.sourceforge.net/docs/1_0/libpq.html

regards
fafi
by fafi
Sun Jan 21, 2018 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: PostgresSQL from core-master\contrib\hbpgsql

Hi.
Where can I find a list of all the functions inside the lib ?
Thanks a lot
by giuliano
Sun Jan 21, 2018 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

Re: MySql/MariaDB Collation

Thanks for your sample.
I shall check it and get back to you.

========
Please download 17.06 again
You can retain
echo %fwh%\lib\hbpgsql.lib %fwh%\lib\libpq.lib + >> b32.bc
by nageswaragunupudi
Wed Jun 28, 2017 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3436

Re: MySql/MariaDB Collation

... the sequence changes. I am using the buildh.bat file in samples folder to compile and link. I have deleted only the following line: echo %fwh%\lib\hbpgsql.lib %fwh%\lib\libpq.lib + >> b32.bc Hakan, bu örnek sende düzgün çalışıyor mu? #include "fivewin.ch"REQUEST HB_CODEPAGE_TRWINstatic ...
by betoncu
Wed Jun 28, 2017 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3436

New FTDN June/Junio 2017 (FWH 17.06)

... starting with space. If not found, the key is rejected. This is the correct behavior. * Enhancement: TDataRow class now supports TPQQuery class of hbpgsql, pgsql of (x)Harbour * XBrowse: - Fix: Due to break in code in recent versions, changing sort order by clicking headers while brosing TDatabse ...
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 3848

Re: clase TPqSQLServer and xbrowse

Now FWH 17.05 starts supporting hbpgsql (Harbour ) and pgsql (xHarbour) without any changes or modifications. In FWH 17.06 the support is greatly enhanced.

viewtopic.php?f=3&t=34182
by nageswaragunupudi
Fri Jun 09, 2017 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase TPqSQLServer and xbrowse
Replies: 5
Views: 1413

FWH 17.05: Support for (x)Harbour PostGre libs

Harbour and xHarbour provide hbpgsql and pgsql libraries for working with PostGre server. Some programmers are evincing interest in using them, but the lack of compatibilty with FWH has been an issue. FWH 17.05 (revised build) provides ...
by nageswaragunupudi
Thu Jun 08, 2017 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.05: Support for (x)Harbour PostGre libs
Replies: 0
Views: 603

Re: PostgresSQL from core-master\contrib\hbpgsql

nageswaragunupudi wrote:Now FWH 17.05 revised build provides support for hbpglib's query object.



:D you are the master of SQL Databases :

Now I'm going to test \harbour-core-master\contrib\hbsqlit3

Regards
Fafi
by fafi
Wed May 31, 2017 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6346

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

... election I agree. But I'm happy that FW has support to PG We are only beginning by providing better compatibility with (x)Harbour's libraries hbpgsql and pgsql and also provide enhanced functionality. We are still far from providing our own library like our mariadb. I have no opinion or bias ...
by nageswaragunupudi
Wed May 31, 2017 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?
Replies: 9
Views: 1908
PreviousNext

Return to advanced search