in.
>
> On Wed, Apr 13, 2011 at 8:40 AM, Chris M. Bartos
> wrote:
> > Hi,
> >
> > Are there any database drivers that allows Python to connect to remote
> > Sybase Databases.
> > I tried python-sybase, but somehow couldn't get it to connect remotely,
&g
http://www.freetds.org/
There's likely also one you could get from your database admin.
On Wed, Apr 13, 2011 at 8:40 AM, Chris M. Bartos
wrote:
> Hi,
>
> Are there any database drivers that allows Python to connect to remote
> Sybase Databases.
> I tried python-sybase, but
Hi,
Are there any database drivers that allows Python to connect to remote
Sybase Databases.
I tried python-sybase, but somehow couldn't get it to connect remotely,
only locally...?
Thanks for your help,
--
Christopher M. Bartos
bartos...@osu.edu
330-324-0018
Systems Developer
Arabid
- Forwarded Message
From: srinivasan srinivas
To: s...@pobox.com
Sent: Tuesday, 24 March, 2009 7:42:35 PM
Subject: Re: Query regarding Python sybase module
NO. I tried with what u have mentioned in the previous update.
But it gave only one result set.
Thanks,
Srini
Srini> Does Sybase Python driver module implement multiple result sets
Srini> from a single command?
I've used it to get multiple result sets from stored procedures, so I guess
the answer would be "yes". Something like this:
>>> params = curs.callproc('stored_procedure', params)
et/sybase/ has the
documentation for the python sybase module. See the documentation of
the Cursor object to find out how to use multiple result sets.
--
kushal
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Does Sybase Python driver module implement multiple result sets from a single
command?
Could anyone guide e in finding answer for this?
Thanks,
Srini
Add more friends to your messenger and enjoy! Go to
http://messenger.yahoo.com/invite/
--
http://mail.python.org/mailman/listinfo/pyt
boyeestudio wrote:
> I write a python program which can insert one record into the Sybase
> databae at a time using the function "fetchone()",But I find it runs slowly.
> So I want speed it up,But I don't know how to manipulate the database
> more efficiently! Thread or any other methods can do i
I write a python program which can insert one record into the Sybase databae
at a time using the function "fetchone()",But I find it runs slowly.
So I want speed it up,But I don't know how to manipulate the database more
efficiently! Thread or any other methods can do it??
--
http://mail.python.o
Dave> This release contains a number of small bugfixes and patches
Dave> received from users.
...
I don't see this change:
*** /Users/skip/src/sybase-0.36/Sybase.py Sun Apr 27 05:54:35 2003
--- /Users/skip/tmp/Sybase.py Sat Mar 19 16:46:17 2005
***
*** 436,441 **
10 matches
Mail list logo