Unix Technical Forum

DynToolKit Build 2006213053930 Available

This is a discussion on DynToolKit Build 2006213053930 Available within the pgsql Databases forums, part of the PostgreSQL category; --> ** What is it? An open source free to use set of routines to help write dynamic queries in ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Databases

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 12:05 AM
scottauge@gmail.com
 
Posts: n/a
Default DynToolKit Build 2006213053930 Available

** What is it?

An open source free to use set of routines to help write dynamic
queries in a more "4GL" manner, for example:

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

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).


** Major changes

-- Added dyn_numfields ()
-- Added dyn_listfields ()
-- Added dyn_numtables ()
-- Added dyn_listtables ()
-- Updated documentation
-- Added tst1.p - a testing/demo program.

** Where to download it

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

** Documentation

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

** Browse the source

http://amduus.com/OpenSrc/SrcLib/DynToolKit/dyntoolkit/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:24 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com