From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6a7010320b90ed83,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!p11g2000vbq.googlegroups.com!not-for-mail From: iloAda Newsgroups: comp.lang.ada Subject: GnatColl "SQL_Assignment object" Date: Tue, 8 Feb 2011 04:04:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <7d69960b-57f4-4f75-831b-f0e3e4e8bd15@p11g2000vbq.googlegroups.com> NNTP-Posting-Host: 137.194.2.20 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1297166688 24439 127.0.0.1 (8 Feb 2011 12:04:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 8 Feb 2011 12:04:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p11g2000vbq.googlegroups.com; posting-host=137.194.2.20; posting-account=r1a26AoAAAD4nbikbegb_8j7mwzetiwY User-Agent: G2/1.0 X-HTTP-Via: 1.1 proxy.enst.fr:3128 (squid/2.6.STABLE18) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:17955 Date: 2011-02-08T04:04:47-08:00 List-Id: Hello everybody, This is my second post regarding GnatColl. This library is perfect, it has everything I need, the only thing is that I sometimes have problems undestanding how things work!! I used db2ada to generate a package representing my database, and I am trying to use the SQL_Insert function to generate a query to insert into the db. This function takes in an argument of type "SQL_Assignment", but I have no clue how to create such an object and what to put in it!! has anybody used this before? Can u please give me some advice on how to create and give values to SQL_Assignment object? Thanks guys