How are you accessing the database? Are you using an included file, or do
you access the db directly from a single jsp? That could make a difference.

It's possible that this is a database/driver issue. For example, I tested
your problem using the jdbc-odbc bridge to a Microsoft Access database, and
the jsp did not need to be re-saved. It picked up any new data, EXCEPT when
the table was left open (but saved). Thus, my hunch that it could be
database-related.

But, send along some more info, and we'll get to the bottom of it.

Best,
Patrick Quinn
Allaire Consulting 

-----Original Message-----
From: John Minadeo [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 10, 2000 5:18 PM
To: JRun-Talk
Subject: Caching...


Hey all,
I was wondering if someone could tell me what is going on in a situation I'm
having...

Basically, I have a .JSP page set up to run under a Jrun server. The page
grabs some front end layout info from a SQL server 7 database (accessed via
the i-net software SPRINTA JDBC driver). Now, when I change data in the
database, I need to re-save my .jsp page to get jrun to interepret it and
access the new data. 

Is there someway around this? I think I am having a few other data caching
oddities which may be due to that as well.

Can anyone shed any light on this? Thank you all ever so much!

--
John Minadeo
[EMAIL PROTECTED]
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to