Ask a Question related to Coldfusion Database Access, Design and Development.
-
.Crobar #1
.csv Access
I'm trying to create a data source in Administrator to a .csv file. Has anyone been able to do this? I'm trying out ColdFusion MX7. I've searched the forums and can't find any answers.
Thanks.
.Crobar Guest
-
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Network File access using anonymous access
I have seen a number of entries related to accessing remote resources (files in my case) that need to reside on a remote server. We must leave our... -
Access 2002 PDFWriter VBA Code w/WinXP does not work like Access 2000
I am trying to print an Access 2002 report (Windows XP OS) as a PDF. I had success with Access 2000 in a Windows 2000 environment, but as soon as I... -
Access Violation when using Visual Interdev to access Oracle
I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
coryd218 #2
Re: .csv Access
don't know how to do it, but you can import/export the .csv file into ACCESS or whatever DB you use. Then set it as the DSN
coryd218 Guest
-
arniebld #3
Re: .csv Access
You can create an ODBC DataSource using the Microsoft Text Driver and specify
the directory where your text file are or will be uploaded to, then create a
ColdFusion DataSource as an ODBC Socket. You can then access those files i.e.
SELECT * FROM [fileName.csv]
arniebld Guest
-
ignandis #4
Re: .csv Access
If the csv file does not have any column name or header, how do you reference the data (assume the data is either text delimited or tab delimited)?
Thanks.
ignandis Guest



Reply With Quote

