Ask a Question related to Coldfusion Database Access, Design and Development.
-
leenad #1
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
-
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... -
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... -
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... -
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. -
#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: ... -
-
leenad #3
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
-
-
speedpedal #5
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
-
leenad #6
Re: Accessing DBase
I have installed the recommended driver for testing but I still get the same error. Any clues?
leenad Guest
-
Mike L #7
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



Reply With Quote

