Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ambasadorknz
Contributor II
Contributor II

Reload old data in script

Hi,

I have problem with reload old data in script.

I want check some condition and if it`s true then load table from database but if it`s false then reload old data...

Example:)

If vA=5 then

Load

...

else

Reload Old Data;

Is it possible? Any Idea?

10 Replies
ambasadorknz
Contributor II
Contributor II
Author

So... i should load .qvd file before exit script??

What exactly do exit script.

Look at include file, reload it with param vtime to skip to ELSE statement check results and next comment line with exit script and reload again.

Both of this scripts do the same... so do i need EXIT SCRIPT??

I`m not expert that pleas explain me difference more simple:)