SV: SPAM-HIGH: RE: [thelist] dynamic table sql question

Andreas Wahlin Andreas.Wahlin at ufl.gu.se
Wed Apr 27 03:24:28 CDT 2005


I have no idea if i got the query correct, but it seems to me that what
you want to do (in asp code or whatever) is something down the line of

Get the names of all the jobs as an array
Loop through the array
__Build sql query like "Select * from job" + array[i]

So what you want is have an array with all the job names stored as
strings, loop through the array and use the string to build sql querys.

Or am i completely at a loss here?

ANdreas


More information about the thelist mailing list