andy wrote:
> 
> I am trying to use PostgreSql with borland Paradox and Delphi. I seem to be
> able to construct a form or table but when I add records in, say, a
> tableframe, it just displays the last record before I added the new one.
> 
> For example,
> 
> Before adding:-
> 
> Field 1    Field 2
> 
> 1            10
> 2            20
> 
> After adding a new record with values of 3 and 30 into fields it still
> displays the same values as above. However, if I then close the table or
> tableframe and re-open the new values are displayed with the old ones as
> expected, thus,
> 
> 1            10
> 2            20
> 3            30
> 
> What is going on?
> 
> Any help greatly appreciated.
> 
> Regards
> 
> Andy Bennett
> 

You are not supplying enough information.  I assume you are connecting
via ODBC, since Paradox uses PAL and Delphi uses Pascal. But, which ODBC
driver are you using?  Have you set up your DSN correctly?  Supply some
sample code!

-- 

JLK
Linux, because it's STABLE, the source code is included, the price is
right.
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to