Subject | Re: [Firebird-Java] Problems with latest update - please help |
---|---|
Author | Blas Rodriguez Somoza |
Post date | 2002-10-31T05:40:41Z |
Hello
Due to my work on performance, there are significative changes in the driver the last to weeks. Of course those changes can
introduce new bugs in the driver. I hope I can solve it quickly.
I use internal and external tests to verify the changes but apparently this is not enough. I'll verify this error this night.
Regards
Blas Rodriguez Somoza
Due to my work on performance, there are significative changes in the driver the last to weeks. Of course those changes can
introduce new bugs in the driver. I hope I can solve it quickly.
I use internal and external tests to verify the changes but apparently this is not enough. I'll verify this error this night.
Regards
Blas Rodriguez Somoza
----- Original Message -----
From: "jwcanada" <jwcanada@...>
To: <Firebird-Java@yahoogroups.com>
Sent: Thursday, October 31, 2002 2:58 AM
Subject: [Firebird-Java] Problems with latest update - please help
> Just build the latest JayBird driver. It seems it is completely broken.
>
> I have been using the older one in production for long time. It seems
> working OK. However, the latest one does not work as expected in the
> following:
>
> 1) do a simple "SELECT THE_DATE FROM MYTABLE" where THE_DATE is
> timestamp field type. I could not use resultSet.getString("THE_DATE"),
> it is return value "B@1582a7c"
>
> 2) PrepareStatement set parameter does not work any more. See example
> below:
>
>
> sb.append("select ")
> .append(" WID, FULLNAME, EMAIL, COMPANY, START_DATE, FROM VC ")
> .append(" WHERE (START_DATE between ? and ?) ");
> ps = c.prepareStatement(sb.toString());
> ps.setTimestamp(1, new
> java.sql.Timestamp(cal.getThisDate().getTime()));
> ps.setTimestamp(2, new
> java.sql.Timestamp(cal.getNextDate().getTime()));
> rs = ps.executeQuery();
>
> the resultset return nothing. Anyone tested it?
>
> This has been working perfect for a long time. Any insight? I am doing
> something wrong or it is newly introduced bugs?
>
> Thanks
>
> jw
>
>
>
>
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>