Re: Table of dynamic SQL queries
From: Paul Vernon <paul.vernon_at_ukk.ibmm.comm>
Date: Thu, 13 Feb 2003 11:53:30 -0000
Message-ID: <b2g12u$sbm$1_at_sp15at20.hursley.ibm.com>
Date: Thu, 13 Feb 2003 11:53:30 -0000
Message-ID: <b2g12u$sbm$1_at_sp15at20.hursley.ibm.com>
"stu" <smcgouga_at_nospam.co.uk> wrote in message
news:b2fubq$99r$1$8300dec7_at_news.demon.co.uk...
> Has anybody ever used/thought about a table of sql statements?
> create table SQL(Title varchar * 20, SQLText Memo)
>
> Where you can store dynamic sql to be executed at runtime. This structure
> could prove very flexible. You could also implement custom searches/reports
> for users in jig time!