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

real time

Former Member
0 Likes
312

in real time where will be the flat file? how can we get that?could explain me with good examples plz

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
292

In real-time u will be given a flat file at Application server most of the time but it will not always be the same u can even get flat file at the presentation server.

2 REPLIES 2
Read only

Former Member
0 Likes
293

In real-time u will be given a flat file at Application server most of the time but it will not always be the same u can even get flat file at the presentation server.

Read only

Former Member
0 Likes
292

Hi,

Flat file is provided by Functional people.

If you are running the program in foreground mode then we can use either a file placed in your local PC or a file placed in the application server. When you are running the program in background mode then file should be placed in application server.

Regarding the security if user is using the foreground mode the file will be located in his local computer which others can not change unless until they have access to his system.

Regards

Kiran Sure