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

Executing scripts from Access

Status
Not open for further replies.

chirpyform

Programmer
Jun 20, 2003
202
FR
Hi,

I have created an Access database and i need to be able to execute scripts (ksh) on a linux server from Access. This means that i have the address IP, user, password, directory and the name of the script already and i need to be able execute this script without any interaction with the database user.

Is it possible and if so how ?

Many thanks

Chris
 
Hi!

In code, I think you can use the Shell command:

Call Shell(Path & Program)

hth


Jeff Bridgham
Purdue University
Graduate School
Data Analyst
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top