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

Reading a file from network server using OPEN dataset

Former Member
0 Likes
409

Hello,

Is it possible to use OPEN DATASET to read the file from network server(not application server) and update the table entries directly by executing the program in background.

Thanks,

Mohit

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
380

nope for background every thing need to be background compatible, ur NT server will call the GUI interface of the program.. which means its not background compatible.. by some means you need to get the NT file to application server and use OPEN DATASET

1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
381

nope for background every thing need to be background compatible, ur NT server will call the GUI interface of the program.. which means its not background compatible.. by some means you need to get the NT file to application server and use OPEN DATASET