Re: [GENERAL] Delphi - Developers start develop Access components

2005-05-10 Thread Daniel Schuchardt
Tony Caduto schrieb: unless we are thinking of something different I do this: sql.clear; sql.add('select myfunction();'); sql.add('fetch all from return_cursor;'); open; > > ?? > How? On EoF of a TDataSet? Its clear that you can fetch manually. How do you do that? > ??? Thats not really cursor f

Re: [GENERAL] Delphi - Developers start develop Access components

2005-05-10 Thread Tony Caduto
unless we are thinking of something different I do this: sql.clear; sql.add('select myfunction();'); sql.add('fetch all from return_cursor;'); open; > > ?? > How? On EoF of a TDataSet? Its clear that you can fetch manually. How do you do that? > -- Tony Caduto AM Software Design Home of PG Lightni

Re: [GENERAL] Delphi - Developers start develop Access components

2005-05-10 Thread Daniel Schuchardt
Tony Caduto schrieb: The issues mentioned with Zeos have been fixed, the 6.x branch works very well now and it much faster thant the 5.x versions. I use cursors all the time in my functions and return a refcursor which I then fetch. ?? How? On EoF of a TDataSet? Its clear that you can fetch manua

Re: [GENERAL] Delphi - Developers start develop Access components

2005-05-10 Thread Tony Caduto
The issues mentioned with Zeos have been fixed, the 6.x branch works very well now and it much faster thant the 5.x versions. I use cursors all the time in my functions and return a refcursor which I then fetch. The latest version of PostgresDAC from microolap also works good, I tried there 1.x

Re: [GENERAL] Delphi - Developers start develop Access components for Postgres?

2005-05-10 Thread Zlatko Matic
What about Lazarus Has anybody tried working with Lazarus? - Original Message - From: "Daniel Schuchardt" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 10, 2005 2:27 PM Subject: [GENERAL] Delphi - Developers start develop Access components for Postgres? Hy, in thread &quo

Re: [GENERAL] Delphi - Developers start develop Access components for Postgres?

2005-05-10 Thread Daniel Schuchardt
al Message - From: "Daniel Schuchardt" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 10, 2005 2:27 PM Subject: [GENERAL] Delphi - Developers start develop Access components for Postgres? Hy, in thread "Adventures in Quest for GUI RAD" there awnsered some Delphi - D

[GENERAL] Delphi - Developers start develop Access components for Postgres?

2005-05-10 Thread Daniel Schuchardt
Hy, in thread "Adventures in Quest for GUI RAD" there awnsered some Delphi - Developers. We actually use Delphi to access PostgreSQL too. But with some problems: The older Versions of microolab postgresql dac are absolutely trash. I haven't tried the newer ones. ODBC / Delphi BDE is ripped out b