Ask a Question related to Coldfusion Database Access, Design and Development.
-
jewelzaro #1
unix and ms access
I do not have access to the coldfusion administartor at work.
The person in charge said they set up a Microsoft Access Database connection
on the UNIX box. They said the datasource verfiies.
My problem is that I can not use that datasource, it fails. I receivce an
error on my coldfusion pages. Do I need to add something such as dbtype to my
cfquery statement?
Or can MS Access and Unix not really work and this person is pulling my leg.
Any help would be great
jewelzaro Guest
-
help with ms access on a unix server
I want to use ms access for my database when I upload my coldfuison pages on my a webpage but coldfusion is in on a unix server i wanted to know if... -
Access Database on Unix Server (Suse 9..)
How do you get a Access Databae loaded onto a Unix Server ? (Suse 9.1) It keeps asking to set up a testing server. Then converts the web page to... -
How to access a remote NT/2000 webshare from UNIX
Hello All I have defined a Webshare and set the access on it for anonymous access and full control I want to access this webshare from another... -
Mutual access between UNIX and Windows
Hi, I'm not sure if this is the right place to post it. I am new to UNIX administration. My past experience was mostly an end user. I need to... -
Controlling Unix access using Wins2000 AD
Hi, I'm trying to transfer the system administration of several HP-UX servers over to Windows 2000 Active Directory by installing LDAP-UX Client... -
Dan Bracuk #2
Re: unix and ms access
For the most part, if you are using MS Access, the mdb file has to be on your application server. Assuming that it is, what exactly are you trying to do and what is the error?
Dan Bracuk Guest
-
jewelzaro #3
Re: unix and ms access
Thank you so much for responding. The .mdb file is on the application server.
I'm trying to select from my Microsoft Access database from a UNIX box.
I do not have rights to the ColdFusion Admin and the CF Admin is stating that
the datasource is verifying.
The datasource is suppose to be connected to a Microsoft Access database.
Below is the error:
ODBC Error Code = S1000 (General error)
[MERANT] [ODBC dBase driver] Error on input or output to a file.No such file
or directory Additional Information
/server/db.mdb/Accounts.DBF.
SQL = "Select * From Accounts Where UserName = "JUL" and Password="JUL"
Whatever the table name is, that is what appears at the end of the error.
Do I need to specify a DBTYPE?
Is it because my table name is upper case? Is that a problem with UNIX?
Thank you again
jewelzaro Guest
-
paross1 #4
Re: unix and ms access
Unix is case sensitive, so you would have to match.
Phil
paross1 Guest



Reply With Quote

