If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > update table from Dbase 5 file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-04, 14:26
wintergreenjoe wintergreenjoe is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
Unhappy update table from Dbase 5 file

Still in relationship to the previous post that I made. I am now trying to update the product table of my databse which contains product descriptions prices , etc. As you will see if you goto the site the prices have not been recently updated. The previous sysadmin deleted or took with him the custom scripts he had written that pulled values from our inventory manangment software. We are Using Atrex 10 which utilizes a file based Dbase 5 databse to store all of its data. this data currently is housed on a windows Terminal server and was previously set to copy to our linux webserver via a cron job and then a script ran that inserted the data to our mysql server. That script is gone and so is the person who wrote it.

I am looking for any kind of guidline on how to import dbase files into mysql, preferably some sort of automated method via a cron job or web service, but even a manual method would help.

thanks
joe
Reply With Quote
  #2 (permalink)  
Old 04-06-04, 15:05
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
For a short term solution, I'd recommend installing ODBC drivers on your windows machine for MySQL. This will allow you to treat your MySQL database in exactly the same way that you treat your dBase V datafiles.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On