Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 72384 invoked from network); 30 Apr 2007 14:24:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2007 14:24:31 -0000 Received: (qmail 7189 invoked by uid 500); 30 Apr 2007 14:24:34 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 7173 invoked by uid 500); 30 Apr 2007 14:24:34 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 7162 invoked by uid 99); 30 Apr 2007 14:24:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 07:24:34 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ashok.madhavan@gmail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 07:24:27 -0700 Received: by an-out-0708.google.com with SMTP id c10so1336875ana for ; Mon, 30 Apr 2007 07:24:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=VcIDEpvDkvGjjMh1NUWYZnzvrUpB1JZpFCDfheMEvCOy6xyWQPM3cWtC/QfofieOMrRL3dUKVaRX6k3Nnh0l8Yadzouxi9UUPrx4FvE8kcodGtOJ3MefdioxElxF5cY7MhlV9hzhz7AiefAlRFaWO5lt3OZGo4lpklvOYVUNzXQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sWtM4xFyCQEWofzK+1muQiuuPmkokHzid6/2tiyYupId/nI6W0sGaj/hW2nldFDdTJIeymTKJmE6GFrEcFtYsEO5p48mxwbH6eCs58+0z3pZdQ6s/Jzg8KB7StZYx4Y9wB5zHuzvsgzXtogzxXtHd68hC+SqsNplrVq348paVp8= Received: by 10.100.125.5 with SMTP id x5mr394217anc.1177943045969; Mon, 30 Apr 2007 07:24:05 -0700 (PDT) Received: by 10.100.225.11 with HTTP; Mon, 30 Apr 2007 07:24:05 -0700 (PDT) Message-ID: Date: Mon, 30 Apr 2007 07:24:05 -0700 From: "Ashok Madhavan" To: user-java@ibatis.apache.org, lmeadors@apache.org Subject: Re: Using DataDirect Embedded Driver with iBatis In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_191913_31747788.1177943045903" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_191913_31747788.1177943045903 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline thanks Larry. i will try it out in a day or two. regards ashok On 4/30/07, Larry Meadors wrote: > > Yeah, it'll work. You may need to do a little plumbing, but it > shouldn't be too difficult. > > My guess is that you'll need to create a data source / data source > factory, and make your required function call there. I think I'd use a > proxy on an existing data source implementation. > > Larry > > > On 4/30/07, Ashok Madhavan wrote: > > Hi all, > > > > I am using iBatis. it works great and i love it. > > > > in my project i need to use a embedded ( branded ) driver from data > direct. > > Does iBatis support these embedded JDBC connections. > > > > this link provides more information > > http://www.datadirect.com/support/oem_embedding/index.ssp > > > > Quoting from that link : > > In order to use your DataDirect OEM drivers, your application must first > > invoke the drivers by sending a special function call with the required > > password to the OEM product license file. You will need to make this > > function call immediately after each call to connect to the database. If > > your customers attempt to use your OEM products with any other > third-party > > applications, an error message will be returned. > > > > > > Has anybody used datadirect embedded jdbc drivers ? any pointers would > be > > welcome. > > > > regards > > Ashok > > > ------=_Part_191913_31747788.1177943045903 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
thanks Larry.
 
i will try it out in a day or two.
 
regards
ashok

 
On 4/30/07, Larry Meadors <lmeadors@apache.org> wrote:
Yeah, it'll work. You may need to do a little plumbing, but it
shouldn't be too difficult.

My guess is that you'll need to create a data source / data source
factory, and make your required function call there. I think I'd use a
proxy on an existing data source implementation.

Larry


On 4/30/07, Ashok Madhavan <ashok.madhavan@gmail.com> wrote:
> Hi all,
>
> I am using iBatis. it works great and i love it.
>
> in my project i need to use a embedded ( branded ) driver from data direct.
> Does iBatis support these embedded JDBC connections.
>
> this link provides more information
> http://www.datadirect.com/support/oem_embedding/index.ssp
>
> Quoting from that link :
> In order to use your DataDirect OEM drivers, your application must first
> invoke the drivers by sending a special function call with the required
> password to the OEM product license file. You will need to make this
> function call immediately after each call to connect to the database. If
> your customers attempt to use your OEM products with any other third-party
> applications, an error message will be returned.
>
>
> Has anybody used datadirect embedded jdbc drivers ? any pointers would be
> welcome.
>
> regards
> Ashok
>

------=_Part_191913_31747788.1177943045903--