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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading data into access in BATCH mode.

Status
Not open for further replies.

bandi200

Technical User
Nov 6, 2002
6
US
I need to automate the process of loading the Access from a flat file. The access is only as staging area and other reporting tool will access the updated data...can some pls send me a BATCH file which can load data into Access in batch without any manual intervention..I appreciate it.
Iam trying to execute the following script..the first part works but the rest doesn't..pls help me

D:

cmd /c dir > d:\test.out

CD\Program Files\Microsoft Office\Office
Msaccess.exe D:\shipping\shipment_daily.mdb /user reddy /pwd /x load

cmd /c dir > d:\test1.out
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top