Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default Re: unix and ms access

    Unix is case sensitive, so you would have to match.

    Phil
    paross1 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139