We've have a requirement to write an application that shares data using
a centralised repository. The application will be written in Java and
we may potentially use MySQL as the data store using JDBC drivers to
bridge the two. One of the key requirements is that the java
application is notified when the data store is updated or changed such
that it can dynamically update its view to the user. Do any of the
JDBC drivers provide anything that may support this?
Re: Database notification ... One of the key requirements is that the java... application is notified when the data store is updated or changed such ...JDBC drivers provide anything that may support this? ... You have to use a timer in each client and check for changes in the database at certain intervals. ... (comp.lang.java.databases)
Re: Manifest.mf Class-path trouble ... >and the Manifest.mf with that jar puts another jar on the classpath ... >Alternatively I could use the java -classpath arg in the batch file,... Here's an example of one I use for JDBC drivers:... (comp.lang.java.programmer)
Re: connecting to SQL SERVER from java application ... could anyone please post the class I need in order to conect my Java application, to SQL SERVER data base.... You need a set of JDBC drivers for SQL Server....TechBookReport Java:... (comp.lang.java.help)
Newbie: Advice on strategy. ... I am going to be developing a little app which works with an Oracle 8i db ... I guess I need to download the Oracle 8i JDBC drivers from Oracle.com and ...Java Stored procedures.... (comp.lang.java.databases)
Re: nDatastore? ... Apparently it's like JDataStore, but for .net instead of Java.... I'm guessing it's a data store for Java. ... (borland.public.delphi.non-technical)