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

Data export to MDB Access Database during background processing

Former Member
0 Likes
607

Hello,

Can we export data to a MDB (MsAccess Database) during background processing. There are some previous threads related to this but I could not get the answer. I belive OLE connection will not work during background processing.

What are the other posibilities, Will any of the below approach help?

1. Using XI/PI

2. Using DBCO connection ?

3. Using ODBC connection ?

Please let me know if anyone achieved updating MDB during background processing.

Thanks in advance,

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
551

you can export it only to application server

A.

Read only

0 Likes
551

Hello Andreas Mann,

I want this to be exported to Application server.

Do you mean to say it is possible only to presentation server?

Please clarify.

Thanks,

JP

Read only

0 Likes
551

Sorry I forgot to mention one thing.

I know that during Background processing we cant access presentation server, we can only access application server but the problem here is MDB.

Is it possible to generate MDB files on application server (that too while running in background mode) then How?