java - Exporting Access Tables Programmatically -
java - Exporting Access Tables Programmatically -
alright, after few hours of searching , reading on net, have broken downwards , decided inquire help. working automate many of more medial , repetitive tasks work, , stumbled upon autoit, love tool. anyway, today's task export of slew of tables , queries access 2007 in few different formats. csvs tab delimited, , couple of dbase dbfs , dbts. none of hard , in fact person held position created hundred macros in mdb export tables. seems me fell short of hastening process still have run each macro. looking create autoit script export right tables in right format right place right name. doesn't seem should difficult.
so far have been imagining using ado tell access export table in format , where. cannot seem find necessary commands needed that. figured perhaps, @ to the lowest degree text based formats (csv, txt, tab) read each record out of given table or query , build text file myself in autoit, not simplest way of doing it, work. problem arises when trying create dbase file, haven't clue begin that.
i open using java, autoit, php, or perl accomplish task.
i should note new ado. syntax in ado seems elude me frequently. so, , help appreciated, please refrain "just google it" responses. if have link share, or resource have found helpful please post well, not allergic reading or doing research. makes more sense inquire help.
thanks,
kyle
if open using vba, create work little code , docmd-object.
to export csv, have @ docmd.transfertext
to export dbase, have @ docmd.transferdatabase
if have questions using those, inquire in comments , provide more information.
java php ms-access ado autoit
Comments
Post a Comment