Re: Microsoft Access/Running program as a service on Win2k

2002-04-09 Thread mrtlc
-- > From: Timothy Johnson [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 07, 2002 11:51 AM > To: 'Dan '; [EMAIL PROTECTED] > Subject: RE: Microsoft Access/Running program as a service on Win2k > > > > To access (no pun intended) the Access database, you might

RE: Microsoft Access/Running program as a service on Win2k

2002-04-08 Thread Timothy Johnson
Oops. I think that was DBD, not DBI. -Original Message- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 11:51 AM To: 'Dan '; [EMAIL PROTECTED] Subject: RE: Microsoft Access/Running program as a service on Win2k To access (no pun intended)

RE: Microsoft Access/Running program as a service on Win2k

2002-04-07 Thread Timothy Johnson
et the user account under which to run, retrieve exit status, etc. -Original Message- From: Dan To: [EMAIL PROTECTED] Sent: 4/7/02 7:31 AM Subject: Microsoft Access/Running program as a service on Win2k Hello all, Is it possible to export an Access query on an Access database to a text fi

Microsoft Access/Running program as a service on Win2k

2002-04-07 Thread Dan
Hello all, Is it possible to export an Access query on an Access database to a text file. So what I want to do is connect to an Access database then simply run an SQl query on the database/table. From there I need the results of that query to be exported to a comma delimited text file. Has any