Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26233

FWH 17.05: Support for (x)Harbour PostGre libs

$
0
0
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 an easy compatibility with XBrowse including inline editing and also provide some utility functions. [b:x7dd41k6]This does not require any changes to the (x)Harbour libraries.[/b:x7dd41k6] Simply link your pgsql.lib (xHarbour) or hbpgsql.lib (Harbour) and implib libpq.lib along with your FWH application and go. It is also very easy to create Unicode applications. Create database with utf8 character set and set FW_SetUnicode( .t. ). The application is now fully Unicode compatible. Example: [code=fw:x7dd41k6][/code:x7dd41k6] Supported: Inline edit, autosort, incremental seek and wildseek, Edit dialog Not supported: Incremental filters, appends. There are many further improvements in FWH 17.06, including support for binary data (images) and more. Example: [code=fw:x7dd41k6][/code:x7dd41k6] [url=https://imageshack.com/i/poanrCDRp:x7dd41k6][img:x7dd41k6]http://imagizer.imageshack.us/v2/xq90/924/anrCDR.png[/img:x7dd41k6][/url:x7dd41k6] Test by copying an image file from file explorer and then clicking Ctrl-V on the image cell in xbrowse. Replacing image: oCol:VarPut( memoread( ) ) Basic (hb)pgsql library supports only limited data types. FWH extends support for byinary (bytea) and timestamp datatypes. Basic (hb)pgsql library also can not modify sql with aliased field names and join queries. FWH adds that support. FWPG_Structure( oQry ) --> Extended structure info. Users of FWH 17.05, if interested in testing the latest features, can obtain latest libs on request.

Viewing all articles
Browse latest Browse all 26233

Trending Articles