[Zope-DB] Using ZSQL in ZSQL Methods

Andreas Jung andreas@andreas-jung.com
Thu, 13 Sep 2001 19:37:53 -0400


and what is your problem ?
Andreas
----- Original Message -----
From: "James Davis" <davija@wwc.edu>
To: <zope-db@zope.org>
Sent: Thursday, September 13, 2001 19:18
Subject: [Zope-DB] Using ZSQL in ZSQL Methods


> I need to be able to run a select statement in a zsql method and use the
> results from that select in the same method.
>
> for example...
>
> select key from key_tables
> <dtml-var sql_delimiter>
> insert into my_table values(
> [key from above select statement],
> other_data
> )
>
>
>
> --------------------------------------------------------------------------
----
> James Davis
> WarChild@Null.net
>                                                     WarTech Software &
Computers
>                                                     210 N. College Ave #1
>                                                     College Place,WA 99324
>                                                     509.526.7624
> http://cs.wwc.edu/~davija
>
>
> _______________________________________________
> Zope-DB mailing list
> Zope-DB@zope.org
> http://lists.zope.org/mailman/listinfo/zope-db
>