|
Slink-e / CDJ Discussion Archive #10 Re: Export DB feature extensionPosted By: Willem Hemelop <dw.hemelop@i...> In Response To: Re: Export DB feature extension (shaun Armbrust)
Why do you use the join option ? You can do the joining while writing the ascii file after you have read the tables "albums" and "tracks" separately. Like this: set rst = db.execute("select [any fieldname] from albums") set tst = db.execute("select [any fieldname] from tracks") At least that's how I do it. Willem Hemelop
Slink-e / CDJ Discussion Archive #10 is maintained by slinke-bbs-owner@nirvis.com with WebBBS 3.21. |