Icon View Thread

The following is the text of the current message along with any replies.
Messages 21 to 27 of 27 total
Thread How to get last GUID from row just inserted?
Thu, Nov 22 2012 3:43 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Barry


Damit I'd forgotten that one. Now I see it I can say it has been posted before.

Roy Lambert
Thu, Nov 22 2012 7:10 AMPermanent Link

Peter

<<<Roy Lambert wrote:

Damit I'd forgotten that one. Now I see it I can say it has been posted before.>>>

It sure has, in this very thread Smile

LOL

Peter
Thu, Nov 22 2012 7:24 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Peter

>It sure has, in this very thread Smile


Can't have been - I didn't see anything Smile

Roy
Thu, Nov 22 2012 7:45 AMPermanent Link

Michael Riley

ZilchWorks

Avatar

Roy Lambert wrote:

>Checking up I've realised I, and probably Barry, have misread the
>manual and it is WAD not a bug. Damn shame though.

Roy, what is a WAD?

--
Michael Riley
GySgt USMC Retired
http://capecodgunny.blogspot.com/
Thu, Nov 22 2012 8:04 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Michael

>Roy, what is a WAD?


Working As Designed

Roy
Sat, Nov 24 2012 7:07 PMPermanent Link

Adam Brett

Orixa Systems


>>EDBQuery1.SQL.Clear;
>>EDBQuery1.SQL.Add('INSERT INTO Table1 (ID, Text1)');
>>EDBQuery1.SQL.Add('VALUES(:ID, :Text1)');
>>EDBQuery1.Prepare;
>>EDBQuery1.ParamByName('Text1').AsString:='Some text';
>>EDBQuery1.ExecSQL;
>>ShowMessage(EDBQuery1.ParamByName('ID').AsString);

Cool!

So the query behaves like a StoredProcedure with an "Out" param! You can access the params after an ExecSQL call. Very useful!

I wish Tim would include details of more of these brilliant features in the help. There's plenty in the Help already, but extra stuff keep's surfacing. Does he add it in minor releases & just not tell us??
Sun, Nov 25 2012 4:15 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Adam


>I wish Tim would include details of more of these brilliant features in the help. There's plenty in the Help already, but extra stuff keep's surfacing. Does he add it in minor releases & just not tell us??

Its more "how to" than technical manual. The simpler stuff is already in there but trying to cover everything is impossible. Just be grateful for these ngs (I know I am)

Roy
« Previous PagePage 3 of 3
Jump to Page:  1 2 3
Image