hi,
nageswaragunupudi wrote:We already have programs to use PostGre in our samples which use some extensions created by FWH already
you mean c:\fwh\samples\testpgre.prg, based on TPQServer from hbPSQL.LIB, and those FWPG_* Function
my Problem : Sample crash
Error description: Error BASE/1004 Message not found: TXBROWSE:NDATADEC
Stack Calls
===========
Called from: .\source\function\HARBOUR.PRG => _CLSSETERROR( 247 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:NDATADEC( 11834 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETPOSTGRECOL( 7191 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETPOSTGRE( 7134 )
Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 17832 )
Called from: .\source\function\XBROWSER.PRG => XBROWSE( 144 )
Called from: .\HBPGU.PRG => SHOWTABLE( 226 )
p.s. i have try different Table but all crash
---
next "Problem" when try to open BIG Table
as Table was open without LIMIT
- Code: Select all Expand view
oRs := oServer:Query( "select * from " + cTable )
it does create a BIG "Result" ... too much for 32 Bit OS
---
now i have build 64 Bit LIB so it would be not Problem without LIMIT ... but it "can" take a long Time
i can´t say how XBROWSE will run as i got the Error above