Re: [Lazarus] Returning value from a Firebird (embedded) generator into Lazarus code

2015-04-25 Thread Michael Van Canneyt
On Sat, 25 Apr 2015, Gabor Boros wrote: 2015.04.25. 16:52 keltezéssel, brian írta: Retrieve a value generated by a Firebird generator (in other words, an autoincremented value stored within the database) and get that incremented value into a Pascal variable. The SQL code to increment the

Re: [Lazarus] Returning value from a Firebird (embedded) generator into Lazarus code

2015-04-25 Thread brian
On Sat, 25 Apr 2015 14:12:44 +, you wrote: brian wrote: Hi folks, Can someone please give me a hint with this problem. I'm new to Firebird, but I needed a database which could be used in embedded fashion, and seemed to have a choice of one under Linux. What I need to do is to

Re: [Lazarus] Returning value from a Firebird (embedded) generator into Lazarus code

2015-04-25 Thread brian
On Sat, 25 Apr 2015 16:18:18 +0200 (CEST), you wrote: On Sat, 25 Apr 2015, brian wrote: Hi folks, Can someone please give me a hint with this problem. I'm new to Firebird, but I needed a database which could be used in embedded fashion, and seemed to have a choice of one under Linux.

Re: [Lazarus] Returning value from a Firebird (embedded) generator into Lazarus code

2015-04-25 Thread Mark Morgan Lloyd
brian wrote: Hi folks, Can someone please give me a hint with this problem. I'm new to Firebird, but I needed a database which could be used in embedded fashion, and seemed to have a choice of one under Linux. What I need to do is to return a value generated by a Firebird generator into my

Re: [Lazarus] Returning value from a Firebird (embedded) generator into Lazarus code

2015-04-25 Thread Michael Van Canneyt
On Sat, 25 Apr 2015, brian wrote: Hi folks, Can someone please give me a hint with this problem. I'm new to Firebird, but I needed a database which could be used in embedded fashion, and seemed to have a choice of one under Linux. What I need to do is to return a value generated by a

Re: [Lazarus] Returning value from a Firebird (embedded) generator into Lazarus code

2015-04-25 Thread Gabor Boros
2015.04.25. 16:52 keltezéssel, brian írta: Retrieve a value generated by a Firebird generator (in other words, an autoincremented value stored within the database) and get that incremented value into a Pascal variable. The SQL code to increment the value in the Firebird database is SELECT