HELP! Connect to database & export text file content to microsoft access database
Hi all,
I need some help:
1. How to connect to ms access?
2. How to export the content of text file to ms access database?
Now I already manage to read text file, just left other 2 steps. Anybody please help (provide me some example of codes if possible) because I really don't know how to do these.
package textfiles;
import java.io.IOException;
public class Dictionary {
public static void main(String[ ] args) throws IOException{
As for importing (not exporting) I can't help you there but really you should try and learn the basics first, i.e. create your MS Access DB first and be able to read, insert, delete rows and run queries before you attempt to import data in directly, which is the more complicated way to do it.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.