Ask a Question related to Coldfusion Database Access, Design and Development.
-
MikeLF #1
CSV files and CFMX 6.1
I?m trying to access a csv file using the Microsoft Text Driver but since my
digit grouping symbol is comma, I get the following error when trying to access
the file:
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Text Driver]
Text file specification field separator matches decimal separator or text
delimiter
I configured the ODBC DSN to treat all fields as characters but it doesn?t
matter. I still get the same error.
Does this mean that I can?t use csv files whenever my Windows grouping symbol
for numbers is a comma?.
Thanks,
MikeLF Guest
-
Can't delete log files in CFMX 6.1 (w/updater)
according to livedocs, this is a known bug which unfortunately has not been fixed in CFMX 7 :-( -
Deploying apps as EAR / WAR files using CFMX 7
Im not finding much useful info about how to deploy apps as EAR/WAR files using CFMX 7. As I understand it, I should be able to create one of... -
CSV files in CFMX
The following worked in CF5: <cfset myConnectString = "Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & ExpandPath("../Data/DataDir") &... -
Reading CSV files in CFMX
This worked in CF5: <cfset myConnectString = "Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & ExpandPath("../Data/DataDir") &... -
CFMX 7: Process .htm files as .cfm
Hello, I just upgraded to CFMX 7 and we had .htm files working under cfmx 6.1, but under 7 is not working... I have modify web.xml file to... -
philh #2
Re: CSV files and CFMX 6.1
A comma is a comma. It can't be two things at once. If your file was given to
you in this format, how the heck could anyone tell where one number stops and
the next number begins?
Try delimiting your fields with tabs, or surrounding the values with quotes.
HTH,
philh Guest



Reply With Quote

