|
I have a DBF database stored on a windows 2003 server. I also have another remote web server (windows 2003) that is hosting my ColdFusion application. I tried to follow the instructions but I cannot get the connection made between the web server and the DBF database. I get the error, "Failed to load table job! For more information, please use SQLException.getNextException()" Is there a step by step tutorial anywhere that explains what I need to do on both of my servers in order to get this to work correctly?
|
|
It's easy. Please let us see your jdbc url.
|
Okay, so I discovered why I couldn't connect, now I have two other problems.
1. If I read the data from a table using the HXTT driver, then make an update to the DBF table using another 3rd party DBF viewer, or using the FoxPro application that the DBF database supports, and then try to refresh my page and read the table again using the HXTT driver, the updates are not reflected.
2. I can no longer attempt to find a solution to this problem because I have exceeded the 50 queries that the trial allows. I don't want to purchase the product it it will not effectively do what I need it to do. I would like to be able to continuing trying out the product, is there a way to do this?
|
>1. If I read the data from a table using the HXTT driver, then make an update to
> the DBF table using another 3rd party DBF viewer, or using the FoxPro
> application that the DBF database supports, and then try to refresh my page and
> read the table again using the HXTT driver, the updates are not reflected.
yourjdbcurl?lockType=VFP
>I would like to be able to continuing trying out the product, is there a way
> to do this?
Please use the package which will be sent to your mailbox.
|
I think it has something to do with configuring the remote machine properly. What is the procedure I need to perform on the remote machine in order to make my data files accessible from the web?
Using the HXTT driver I am able to read and write to data files on the local machine. However, if I try to access data files on a remote machine I am only able to read data, writing data does not appear to work, so again, I ask what is the procedure to enable access to data files stored on a remote machine? Do I configuring access using IIS or is there an HXTT product to install on the remote machine. I am trying to configure all of this using ColdFusion on two IIS web servers. Thanks.
|
>What is the procedure I need to perform on the remote machine in order to make
>my data files accessible from the web?
>However, if I try to access data files on a remote machine I am only able to
> read data, writing data does not appear to work, so again
What's your jdbc url sample?
|