Access database error

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

  1. #1

    Default Access database error

    I'm trying to add an Access data source in coldfusion following step for step a
    guide from lynda.com. When I try to submit, this is what I get:

    "Connection verification failed for data source: Shadowreaver
    java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft Access Driver] Disk or network error.
    The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Disk or network
    error."

    I've looked all over but really can't find any solutions.

    SolidEnder87 Guest

  2. Similar Questions and Discussions

    1. Insert to Access database error*** Please Help
      When trying to insert into access database with a form created by the standard MX2004 Insert and form wizard, get the "Syntax " error as below. Line...
    2. Database access error. Please help!
      I finially manages to get my Access database to connect with Coldfusion, however when i run a simple 'Select * from ' statement, i get this error. ...
    3. Error reading from Access Database
      Hi Folks Actually I am new to ASP, I will be thankful so much if anyone could help I have an Access2000 Database, I have Listing.html that has...
    4. Error while trying to connect to Access database within ASP
      I am getting an error message while trying to connect to an Access database within ASP. This error only occurs on my notebook computer and not on my...
    5. Error connecting to Access database
      Created new page, selected dynamic page and ASP VBscript from dynamic page list. In defining custome connection string, in connection string field,...
  3. #2

    Default Re: Access database error

    Where is your database located? Is it on the same drive or is it somewhere on the network drive?
    dimaint Guest

  4. #3

    Default Re: Access database error

    Everything I'm using is located on the same drive, the C drive.
    SolidEnder87 Guest

  5. #4

    Default Re: Access database error

    Some quick questions to get a better hold on things...

    Is your DSN set up correctly on the system?
    Is your ColdFusion Administrator saying the connection is "OK"?
    Are you using the "with Unicode" option for the Access DB? (seems to help)
    Can we see what you are "trying" to submit? (The code behind the form I mean)

    jboyus Guest

  6. #5

    Default Re: Access database error

    I've tried doing it with and without unicode and neither work. I'm not quite sure how to answer the rest since this is my first time using coldfusion.
    SolidEnder87 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