Subject | Re: RowSet Scrolling problem fixed, and ? IS NULL |
---|---|
Author | rfincher2000 |
Post date | 2005-02-25T20:41:22Z |
Hi Roman,
I passed that on to their Creator support forum and got an
enthusiastic reply from a guy at Sun who said the developer team would
be taking a look at it.
Using protected instead of private declarations would be good, but
since Creator is supposed to be "Web Apps for Dummies" I hope they
will just put in a check box in the DataDource configuration or use a
test of a prepared statement to configure the DataSource
automatically. Better yet, they could support Firebird out of the
box, now that Firebird is the #2 Open Source database.
Rick
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
I passed that on to their Creator support forum and got an
enthusiastic reply from a guy at Sun who said the developer team would
be taking a look at it.
Using protected instead of private declarations would be good, but
since Creator is supposed to be "Web Apps for Dummies" I hope they
will just put in a check box in the DataDource configuration or use a
test of a prepared statement to configure the DataSource
automatically. Better yet, they could support Firebird out of the
box, now that Firebird is the #2 Open Source database.
Rick
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > The Creator folks really need to just put a boolean parameter in theprotected and
> > program that allows you to specify whether your DataSource supports "?
> > IS NULL" or not, rather than hard coding driver names. I'm going to
> > suggest that to them.
>
> Can you also suggest them to make a method that generates SQL
> available for overriding? Then Firebird users can override it withthe new
> syntax.
>
> Roman