Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using MDB File on Application Server

Former Member
0 Likes
334

Hi,

I have written a program which accesses a .mdb MS Access file from O drive (one of the external drives on my comp). The program works fine when run in foreground but, when run in the background the Application Server is not able to open the .mdb file. I m using ole2_object.

1. My questions is, can the application server (UNIX) be configured so that my program can directly access the O drive in the background also, just the way it is doing the foreground.

2. Is it possible to simply copy the .mdb file as it is on Application server using a unix shell script and access it from program without changing the extention.

1 REPLY 1
Read only

Former Member
0 Likes
289

Will give points to the right answer. Thanks.