Re: Portable stored procedures
From: Dennis (df_at_tdc-broadband.dk)
Date: 02/08/04
- Next message: Scorpio: "Re: Getting 'invalid cursor state' while calling executeQuery()"
- Previous message: Kenneth P. Turvey: "Portable stored procedures"
- In reply to: Kenneth P. Turvey: "Portable stored procedures"
- Next in thread: Robert Klemme: "Re: Portable stored procedures"
- Reply: Robert Klemme: "Re: Portable stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 8 Feb 2004 09:40:15 +0100
JDatastore also uses java as the language for its stored procedures.
http://info.borland.com/techpubs/jdatastore/
from the above link, you can download the documentation for the database.
JDBC compliance is good, and the database itself is written in java.
It also have a nice features that lets you write binary streams to it, so in
addition to the database, you get yourself a virtual file system.
The main thing it has going against itself is that it is not a generational
database like Interbase and i think oracle.
Borland is about to release a new version, it is possible to download a
trial to check it out.
By the way - using java as the language for stored procedures is of course
extremely smart. They probably perform way better than other languages, and
you only have to develop the code once.
Performance is comparable to other (even non-java) databases. Java keeps on
getting faster and faster.
Dennis
"Kenneth P. Turvey" <kt@squeakydolphin.com> wrote in message
news:slrnc2bjpl.45h.kt@premium.geo.yahoo.akadns.net...
> I was reading some Oracle documentation the other day on Java stored
> procedures and found that I could write stored procedures that would
> be database and platform independent. Is this really true? Does it
> work out in practice?
>
> I would like to use a Java based database on my Linux box to test some
> of this out at home with the hope of using it at work at a later
> date if it is a "good idea". I've just installed hypersonicDB on my
> laptop and I'm suitably impressed. Is this a reasonable platform on
> which to try this out? Are there any better 100% Java databases with
> which to work? I'm not looking for production systems, just a
> test bed.
>
> TIA,
>
> --
> Kenneth P. Turvey <kt@squeakydolphin.com>
>
> Artificial Intelligence Algorithms Wiki
> http://ai.squeakydolphin.com
- Next message: Scorpio: "Re: Getting 'invalid cursor state' while calling executeQuery()"
- Previous message: Kenneth P. Turvey: "Portable stored procedures"
- In reply to: Kenneth P. Turvey: "Portable stored procedures"
- Next in thread: Robert Klemme: "Re: Portable stored procedures"
- Reply: Robert Klemme: "Re: Portable stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|