Re: Python & Sybase

2011-04-13 Thread Ivan
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

Re: Python & Sybase

2011-04-13 Thread Dan Stromberg
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

Python & Sybase

2011-04-13 Thread Chris M. Bartos
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

Fw: Query regarding Python sybase module

2009-03-25 Thread srinivasan srinivas
- 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

Re: Query regarding Python sybase module

2009-03-24 Thread skip
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)

Re: Query regarding Python sybase module

2009-03-23 Thread Kushal Kumaran
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

Query regarding Python sybase module

2009-03-23 Thread srinivasan srinivas
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

Re: About python Sybase module and the database manipulation!

2007-04-06 Thread Steve Holden
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

About python Sybase module and the database manipulation!

2007-04-05 Thread boyeestudio
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

Re: [python-sybase] Sybase module 0.37pre1 released

2005-03-19 Thread Skip Montanaro
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 **