Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
open source linux -> windows database connectivity?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tony Schmidt  
View profile  
 More options Nov 12, 5:04 pm
Newsgroups: comp.lang.python
From: Tony Schmidt <tschm...@sacfoodcoop.com>
Date: Thu, 12 Nov 2009 14:04:40 -0800 (PST)
Local: Thurs, Nov 12 2009 5:04 pm
Subject: open source linux -> windows database connectivity?
I am trying to read a Pervasive database on a Windows machine from a
Python script on a Linux machine.

I understand that this can be done with a proprietary ODBC-to-ODBC
bridge called mxODBC or Easysoft OOB.

Is there anyway to do this with existing free/ open source tools?

Thanks in advance for any tips.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M.-A. Lemburg  
View profile  
 More options Nov 12, 5:56 pm
Newsgroups: comp.lang.python
From: "M.-A. Lemburg" <m...@egenix.com>
Date: Thu, 12 Nov 2009 23:56:22 +0100
Local: Thurs, Nov 12 2009 5:56 pm
Subject: Re: open source linux -> windows database connectivity?

Tony Schmidt wrote:
> I am trying to read a Pervasive database on a Windows machine from a
> Python script on a Linux machine.

> I understand that this can be done with a proprietary ODBC-to-ODBC
> bridge called mxODBC or Easysoft OOB.

The product is called "mxODBC Connect" and allows connecting from
Python (running on pretty much any major platform) to a Windows
or Linux server running the database:

    http://www.egenix.com/products/python/mxODBCConnect/

Note: The client part of this product is free. You only need to
get a license for the server part.

Alternatively, you can also our mxODBC single-tier product with
the Pervasive ODBC driver available for Linux:

    http://ww1.pervasive.com/developerzone/platforms/linux.asp

Regards,
--
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Nov 12 2009)

>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/

________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tony Schmidt  
View profile  
 More options Nov 12, 8:50 pm
Newsgroups: comp.lang.python
From: Tony Schmidt <tschm...@sacfoodcoop.com>
Date: Thu, 12 Nov 2009 17:50:20 -0800 (PST)
Local: Thurs, Nov 12 2009 8:50 pm
Subject: Re: open source linux -> windows database connectivity?

>Note: The client part of this product is free. You only need to
>get a license for the server part.

Yeah, but don't I need the server part to make the connection?

Would it be possible to use Jython and the Pervasive JDBC driver for
this?

On Nov 12, 2:56 pm, "M.-A. Lemburg" <m...@egenix.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M.-A. Lemburg  
View profile  
 More options Nov 13, 4:03 am
Newsgroups: comp.lang.python
From: "M.-A. Lemburg" <m...@egenix.com>
Date: Fri, 13 Nov 2009 10:03:54 +0100
Local: Fri, Nov 13 2009 4:03 am
Subject: Re: open source linux -> windows database connectivity?

Tony Schmidt wrote:
>> Note: The client part of this product is free. You only need to
>> get a license for the server part.

> Yeah, but don't I need the server part to make the connection?

Sure, but you don't need to get a license per client, unlike for
e.g. the combination mxODBC + EasySoft OOB.

Regards,
--
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Nov 13 2009)

>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/

________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tony Schmidt  
View profile  
 More options Nov 18, 10:02 am
Newsgroups: comp.lang.python
From: Tony Schmidt <tschm...@sacfoodcoop.com>
Date: Wed, 18 Nov 2009 07:02:23 -0800 (PST)
Local: Wed, Nov 18 2009 10:02 am
Subject: Re: open source linux -> windows database connectivity?
Woo-hoo!  Forget ODBC.  Got this working with Jython and JDBC drivers!

On Nov 13, 1:03 am, "M.-A. Lemburg" <m...@egenix.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google