November 18, 2013 at 2:04 am
Hello
I have a stored procedure as GENERATE that generates a html file and I have another one as SHOW that show this html file.
I use time to show system time in my GENERATE sp but when I use SHOW sp the time didn't change and show just the first time that Generate sp generated.
Could you help me How can I see time dynamiclly?
November 18, 2013 at 4:12 am
How are you currently passing the value from the GENERATE to the SHOW stored procedure?
If possible post the code of both procedures, so we can analyze your problem and provide a better (working and tested) solution.
November 18, 2013 at 6:54 am
November 18, 2013 at 7:06 am
Hello
what did you mean about defining placeholder in SP?
I searched it but I didn't find any thing.
November 18, 2013 at 9:29 am
November 18, 2013 at 10:30 am
Can you confirm you actually put the generated time value inside the HTML file (and not only showing it)?
Do you save the HTML file to disk with the GENERATE proc? Are you sure you overwrite any existing files? If so, can you verify (with a text-editor or browser) that this file contains the correct generated time value.
Does the SHOW proc point to the correct file?
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply