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

  1. #1

    Default Accessing DBase

    I have done all the required DSN setup. But when I do a query, I encounter the
    following error:

    The Microsoft Jet database engine could not find the object 'Tr20040101'.
    Make sure the object exists and that you spell its name and the path name
    correctly.

    Anyone has any ideas?

    Thanks.

    leenad Guest

  2. Similar Questions and Discussions

    1. Login From SQL DBase?
      I am learning CF at this time and am used to using ASP. For Login Forms I have always used the Dreamweaver Login Behavior. Now with cold fusion MX7...
    2. insert into sql dbase
      Hi guys I am trying to insert a record into a database but only into a certain part of the dbase string. E.g. I have a column in the database...
    3. dBASE problems
      Hi, I'm trying to access a dBASE database from my webservice. When debugging the webservice in my browser (on the server) everything works...
    4. dBase III+ under Ruby?
      Hi Folks, is there a simple way to access dBase III+ Files from Ruby (operating under Win32)? Thank's in advance. Eric.
    5. #14562 [Asn->Csd]: dBase: Unable to obtain dBase file structure
      ID: 14562 Updated by: zak@php.net Reported By: tom dot polak at post dot sk -Status: Assigned +Status: ...
  3. #2

    Default Re: Accessing DBase

    Do you have a table in your db with that name?
    Dan Bracuk Guest

  4. #3

    Default Re: Accessing DBase

    Hi,

    The tables do exist. The list of tables I have is as below:
    Tr20040101.DBF
    Tr20040102.DBF and so on...

    Thanks.
    leenad Guest

  5. #4

    Default Re: Accessing DBase

    Any solution for this problem? Any one?
    leenad Guest

  6. #5

    Default Re: Accessing DBase

    leenad,

    If you are still having problems with this, use another JDBC driver instead of
    ODBC. The error that you are getting when using the ODBC socket is the ODBC
    driver itself. Dbase was supported in CF5, but not in MX, although, you can
    still make the connection via ODBC.

    To make the long story short, here is a link to the JDBC Driver for an Xbase
    DB system (dBASE)

    [url]http://www.downloadjunction.com/product/software/59911/[/url]

    Instruction on how to use this is included in the ZIP file.

    Hope this helps.

    speedpedal Guest

  7. #6

    Default Re: Accessing DBase

    I have installed the recommended driver for testing but I still get the same error. Any clues?
    leenad Guest

  8. #7

    Default Re: Accessing DBase

    We got the connection working using an ODBC Socket connected to a Windows
    System DSN (DBase Driver). Is there any value to using this HXTT driver instead?

    Also, where is the best place to put the JAR file on a CFMX7 installation?

    Note: It is critical that your DBF is 8.3 compliant or the ODBC connection
    will not work.

    Mike L 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