Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting MS Access mdb file

Status
Not open for further replies.

maxtektips6

Programmer
Jan 25, 2007
17
NL
Hi,

Is there any way to convert an MS Access file before doing some processing on a Unix system ? Tried using strings but some information gets lost, particularly dates.

Thanks for help

 
Not sure I understand, but perhaps export your data from Access into (say) csv format and work on it through that?

I want to be good, is that not enough?
 
Use the MSACCESS 'Export' function to create a '.txt' file from your database. The wizard allows you to choose fixed-width or delimited output.
 
Avoiding using windows alltogether is the goal (sounds familiar?). The idea is to have a script on the unix machine to download the mdb file from the internet then process it. Currently the preliminary export to txt on windows is an overhead and requires a manual intervention.
 
Thanks Annihilannic, it looks like this could the thing.
Meanwhile i've managed to convince the source of the file to opt for another format.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top