(:-( TRY TO CONVERT MS ACCESS DATABASE TO .TXT : 10 DUKE DOLLARS TO GET)-:)

Once again I ask you to help me.I'm in need to know how to solve the problem of converting a MS ACCESS database into a .TXT.Thanks to all of youEddiecontact me
[209 byte] By [labeller] at [2007-9-26 2:20:21]
# 1
Is M$ Access accessable via ODBC?If yes you can load all data and write it to a txtfile via FileOutputStream. Let Data be displayed as table in Access and copy paste would be mcuh easier however.
arcosh at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...
# 2
Give me any idea, it will be convenient to me.
labeller at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...
# 3
Thank you but the program I would like to create has to be automatic. By this way, I mean that no application has to be opened.Thanks anyway
labeller at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...
# 4
You want to do this without running a program? Maybe if you close your eyes and wish REALLY hard...
DrClap at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...
# 5
you could create some small access databases and view them in a hex editor and see if you understand the pattern according to which it is saved. then you can read it by fileinputstream cut out what you don't like and write it out again.
arcosh at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...
# 6
I tried doing this but ended up needing to use odbc. but then i dont have a vast amount of experience.
cpc9 at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...
# 7
Is this too obvious....?Run MS Access.Select one or more tables.Right click and select 'Export..'Select a file name.Change the file type to 'Text File'.Answer the rest of the questions that follow.
jschell at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...
# 8
did your other posts and replies not give you insight?what have you tried that is not working? http://forum.java.sun.com/thread.jsp?forum=4&thread=154025 http://forum.java.sun.com/thread.jsp?forum=31&thread=154017
mchan0 at 2007-6-29 9:24:01 > top of Java-index,Archived Forums,Java Programming...