• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: FB JDBC version?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FB JDBC version?


  • Subject: Re: FB JDBC version?
  • From: Jesse Tayler via Webobjects-dev <email@hidden>
  • Date: Thu, 22 Aug 2024 16:48:15 -0400

I happen to use a different API, perhaps results are different.

java.sql.Driver driver = java.sql.DriverManager.getDriver(“my login string…”);
ERXApplication.log.info("Driver Version: " + driver.getMajorVersion() + "." +
driver.getMinorVersion());


> On Aug 22, 2024, at 3:54 PM, OCsite via Webobjects-dev
> <email@hidden> wrote:
>
> Hi there,
>
> how does one properly determine the current FB JDBC driver version?
>
> Lately we were not sure whether all our installations contain the newest
> release, and thus I've added a code to log out the version. The code I've
> found — is there another, better, and more reliable variant? — looks like
> this:
>
> ===
> def eoa=EOAdaptor.adaptorWithModel(model)
> def pin=eoa.plugIn()
> logln "using driver $eoa.plugInName ${pin.jdbcInfo['DRIVER_VER']}"
> ===
>
> The problem is, this code gives me different results (sometimes 2.5.10,
> sometimes 2.5.9) for the very same frontbasejdbc.jar (which should really be
> 2.5.20 — 240643 bytes, md5 72266d135712d26c60bc5cc1e1dc7c94). What do I
> overlook?
>
> Thanks,
> OC
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: FB JDBC version?
      • From: ocs--- via Webobjects-dev <email@hidden>
References: 
 >FB JDBC version? (From: OCsite via Webobjects-dev <email@hidden>)

  • Prev by Date: FB JDBC version?
  • Next by Date: Re: FB JDBC version?
  • Previous by thread: FB JDBC version?
  • Next by thread: Re: FB JDBC version?
  • Index(es):
    • Date
    • Thread