dbTalk Databases Forums  

Build 2006219201537 of DynToolKit Available

comp.databases.progress comp.databases.progress


Discuss Build 2006219201537 of DynToolKit Available in the comp.databases.progress forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
scottauge (AT) gmail (DOT) com
 
Posts: n/a

Default Build 2006219201537 of DynToolKit Available - 08-07-2006 , 10:34 PM







*** What is it?

Can dynamic queries be as easy as this?

ASSIGN h = dyn_open("FOR EACH Job NO-LOCK").

DISPLAY cDyn_ErrCode cDyn_ErrMsg FORMAT "x(30)".

DISPLAY h:NUM-RESULTS COLUMN-LABEL "NumResults".

REPEAT:

dyn_next(h).
IF dyn_qoe(h) THEN LEAVE.

DISPLAY dyn_getvalue(h, "Job.JobID")
dyn_getvalue(h, "Job.Name")
dyn_getvalue(h, "Job.Priority")
dyn_getvalue(h, "Job.ErrCode").

END.

dyn_close(h).


*** What are the major changes?

Added new documentation
Modified dyn_fieldtype () to return CHAR all the time
Added dyn_getvalue_raw()
Added dyn_fieldhdl ()


*** Where is the documentation?

http://amduus.com/OpenSrc/SrcLib/Dyn...yntoolkit/doc/

*** Where is the package?

http://amduus.com/OpenSrc/SrcLib/Dyn...6219201537.zip

*** Where to browse the source?

http://amduus.com/OpenSrc/SrcLib/Dyn...yntoolkit/src/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.