RE: [ACFUG Discuss] bizarre issue with output from cfquery

2010-09-09 Thread Charlie Arehart
I'm curious about a couple of things: - you refer to "two tables(files) in the tdatabase", but being CSV files, there is no "database", right? Do you mean in "the datasource"? If so, why/how would you have two CSV files defined in one datasource? Does anything change if you create two DSNs, on

Re: [ACFUG Discuss] bizarre issue with output from cfquery

2010-09-08 Thread Steve Ross
>> >> On Wed, Sep 8, 2010 at 12:00 PM, Charlie Arehart wrote: >> >>> Stumper. (Thanks for the clarifications about multiple files in a text >>> DSN. It’s been years since I last used the feature, so my memory was hazy.) >>> >>> >>> >

Re: [ACFUG Discuss] bizarre issue with output from cfquery

2010-09-08 Thread Dusty Hale
8, 2010 at 12:00 PM, Charlie Arehart wrote: > >> Stumper. (Thanks for the clarifications about multiple files in a text >> DSN. It’s been years since I last used the feature, so my memory was hazy.) >> >> >> >> /charlie >> >> >> >> *From:

RE: [ACFUG Discuss] bizarre issue with output from cfquery

2010-09-08 Thread Charlie Arehart
ssion@acfug.org Subject: Re: [ACFUG Discuss] bizarre issue with output from cfquery There is one Cold Fusion datasource that points to a system datasource that uses the MS text file driver. It allows me to query any of the csv files I have in a folder. For example: select phone, fax

Re: [ACFUG Discuss] bizarre issue with output from cfquery

2010-09-08 Thread Dusty Hale
There is one Cold Fusion datasource that points to a system datasource that uses the MS text file driver. It allows me to query any of the csv files I have in a folder. For example: select phone, fax from [pathToFolder]\[filname].csv Then as a test scenario I output as follows: Phone: #phone#[