Re: Python database compatibility

2020-06-14 Thread Siddharth Joshi
Thanks Neil for your input . I am looking for opportunities to connect to the Tandem DB ( enscribe) via using Payton programs to analyse the data /patterns of the txns. I am very new in Python world so don,t know how these can be achieved ! In our setup , Tandem DB is not connected via any other 3r

Re: Python database compatibility

2020-06-12 Thread DL Neil via Python-list
On 13/06/20 8:49 AM, Siddharth Joshi wrote: I am new in Python world and would like to use it for one of the our purpose . Before that, I would like to ask if Python has compatibility with ENSCRIBE database . Enscribe database (file structured) is the native database of HP NonStop (Tandem) serve

Re: Python database compatibility

2020-06-12 Thread Larry Martell
On Fri, Jun 12, 2020 at 5:03 PM Siddharth Joshi wrote: > > All, > > I am new in Python world and would like to use it for one of the our > purpose . Before that, I would like to ask if Python has compatibility with > ENSCRIBE database . > > Enscribe database (file structured) is the native databas

Python database compatibility

2020-06-12 Thread Siddharth Joshi
All, I am new in Python world and would like to use it for one of the our purpose . Before that, I would like to ask if Python has compatibility with ENSCRIBE database . Enscribe database (file structured) is the native database of HP NonStop (Tandem) server, mainly used in applications running o

ANN: eGenix mxODBC Connect 2.1.5 - Remote Python Database Interface

2015-10-23 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Remote Python Database Interface Version 2.1.5 mxODBC Connect is our commercially supported client-server product

ANN: eGenix mxODBC Connect 2.1.4 - Remote Python Database Interface

2015-09-23 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Remote Python Database Interface Version 2.1.4 mxODBC Connect is our commercially supported client-server product

ANN: eGenix mxODBC Connect 2.1.3 - Remote Python Database Interface

2015-05-13 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Remote Python Database Interface Version 2.1.3 mxODBC Connect is our commercially supported client-server product

ANN: eGenix mxODBC Connect 2.1.2 - Python Database Interface

2014-12-02 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 2.1.2 mxODBC Connect is our commercially supported client-server product for

ANN: eGenix mxODBC Connect 2.1.1 - Python Database Interface

2014-11-19 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 2.1.1 mxODBC Connect is our commercially supported client-server product for

ANN: eGenix mxODBC Connect - Python Database Interface 2.0.2

2012-12-14 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 2.0.2 mxODBC Connect is our commercially supported client-server product for

ANN: eGenix mxODBC Connect - Python Database Interface 2.0.1

2012-09-26 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 2.0.1 mxODBC Connect is our commercially supported client-server product for

ANN: eGenix mxODBC Connect - Python Database Interface 2.0.0

2012-08-20 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 2.0.0 mxODBC Connect is our commercially supported client-server product for

Re: python database

2010-09-03 Thread Mike Kent
On Sep 3, 2:36 am, shai garcia wrote: > can you pls help me to make a database program in python? It's better if you do your homework yourself. You learn more that way. Now, if you have a specific question about some detail of your assignment, and can show us that you've really tried to do the

Re: python database

2010-09-03 Thread Ben Finney
shai garcia writes: > can you pls help me to make a database program in python? Thank you for your interest in Python, and I hope you will have much success as you learn about it. Your best way of using this forum to help you is to ask *specific* questions about problems as you go along. Do you

python database

2010-09-02 Thread shai garcia
can you pls help me to make a database program in python? It is a Quiz system which is database driven. The program has a choices which add question, edit, delete, list, take a quiz, quiz results, and exit. in take a quiz choice,questions should be randomly displayed and the result and name of t

python database

2010-09-02 Thread shai garcia
can you pls help me to make a database program in python? It is a Quiz system which is database driven. The program has a choices which add question, edit, delete, list, take a quiz, quiz results, and exit. in take a quiz choice,questions should be randomly displayed and the result and name of t

Re: Python database of plain text editable by notepad or vi

2010-03-27 Thread James Harris
On 26 Mar, 14:58, Jon Clements wrote: > On 26 Mar, 09:49, James Harris wrote: ... > > I'm toying with some > > ideas for a way to help generate source code (in various languages, > > not just Python). If it goes ahead the text files would be mainly > > marked-up code snippets - with or without sy

Re: Python database of plain text editable by notepad or vi

2010-03-26 Thread Ethan Furman
Jon Clements wrote: On 26 Mar, 09:49, James Harris wrote: On 25 Mar, 22:56, Jon Clements wrote: On 25 Mar, 22:40, James Harris wrote: I am looking to store named pieces of text in a form that can be edited by a standard editor such as notepad (under Windows) or vi (under Unix) and th

Re: Python database of plain text editable by notepad or vi

2010-03-26 Thread Jon Clements
On 26 Mar, 09:49, James Harris wrote: > On 25 Mar, 22:56, Jon Clements wrote: > > > > > On 25 Mar, 22:40, James Harris wrote: > > > > I am looking to store named pieces of text in a form that can be > > > edited by a standard editor such as notepad (under Windows) or vi > > > (under Unix) and th

Re: Python database of plain text editable by notepad or vi

2010-03-26 Thread James Harris
On 26 Mar, 10:04, Harishankar wrote: ... > > Think of the database as similar to an associative array stored on > > disk. The only difference is I may want to play fast and loose with > > the keys in some ways - e.g. check for partial key matches or return a > > list of part-matched keys. The lang

Re: Python database of plain text editable by notepad or vi

2010-03-26 Thread Harishankar
On Fri, 26 Mar 2010 02:49:53 -0700 (PDT) James Harris wrote: > On 25 Mar, 22:56, Jon Clements wrote: > > On 25 Mar, 22:40, James Harris > > wrote: > > > > > I am looking to store named pieces of text in a form that can be > > > edited by a standard editor such as notepad (under Windows) or vi >

Re: Python database of plain text editable by notepad or vi

2010-03-26 Thread James Harris
On 25 Mar, 22:56, Jon Clements wrote: > On 25 Mar, 22:40, James Harris wrote: > > > I am looking to store named pieces of text in a form that can be > > edited by a standard editor such as notepad (under Windows) or vi > > (under Unix) and then pulled into Python as needed. The usual record > > l

Re: Python database of plain text editable by notepad or vi

2010-03-26 Thread Almar Klein
Hi, On 25 March 2010 23:40, James Harris wrote: > I am looking to store named pieces of text in a form that can be > edited by a standard editor such as notepad (under Windows) or vi > (under Unix) and then pulled into Python as needed. The usual record > locking and transactions of databases ar

Re: Python database of plain text editable by notepad or vi

2010-03-25 Thread Jon Clements
On 25 Mar, 22:40, James Harris wrote: > I am looking to store named pieces of text in a form that can be > edited by a standard editor such as notepad (under Windows) or vi > (under Unix) and then pulled into Python as needed. The usual record > locking and transactions of databases are not requir

Re: Python database of plain text editable by notepad or vi

2010-03-25 Thread jkn
Kirbybase is one possibility. http://pypi.python.org/pypi/KirbyBase/1.9 J^n -- http://mail.python.org/mailman/listinfo/python-list

Python database of plain text editable by notepad or vi

2010-03-25 Thread James Harris
I am looking to store named pieces of text in a form that can be edited by a standard editor such as notepad (under Windows) or vi (under Unix) and then pulled into Python as needed. The usual record locking and transactions of databases are not required. Another way to look at it is to treat the

ANN: eGenix mxODBC Connect 1.0.2 - Python Database Interface

2009-06-29 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 1.0.2 Our new client-server product for connecting Python applications

Re: fastest native python database?

2009-06-22 Thread Scott David Daniels
Lawrence D'Oliveiro wrote: ... Use Python mapping objects. Most real-world databases will fit in memory anyway. Interesting theory. Certainly true for some definitions of "most" and "real-world" (and "databases" for that matter). --Scott David Daniels scott.dani...@acm.org -- http://mail.pyt

Re: fastest native python database?

2009-06-19 Thread Aaron Brady
On Jun 17, 8:28 pm, per wrote: > hi all, > > i'm looking for a native python package to run a very simple data > base. i was originally using cpickle with dictionaries for my problem, > but i was making dictionaries out of very large text files (around > 1000MB in size) and pickling was simply too

Re: fastest native python database?

2009-06-19 Thread Ethan Furman
Ethan Furman wrote: This body part will be downloaded on demand. Not sure what happened there... here's the text... Howdy, Pierre! I have also written a pure Python implementation of a database, one that uses dBase III or VFP 6 .dbf files. Any chance you could throw it into the mix to se

Re: fastest native python database?

2009-06-18 Thread J Kenneth King
per writes: > hi all, > > i'm looking for a native python package to run a very simple data > base. i was originally using cpickle with dictionaries for my problem, > but i was making dictionaries out of very large text files (around > 1000MB in size) and pickling was simply too slow. > > i am no

Re: fastest native python database?

2009-06-18 Thread pdpi
On Jun 18, 8:09 am, Pierre Quentel wrote: > On 18 juin, 05:28, per wrote: > > > > > > > hi all, > > > i'm looking for a native python package to run a very simple data > > base. i was originally using cpickle with dictionaries for my problem, > > but i was making dictionaries out of very large te

Re: fastest native python database?

2009-06-18 Thread Lawrence D'Oliveiro
In message <07ac7d7a-48e1-45e5-a21c- f2c259c75...@j12g2000vbl.googlegroups.com>, per wrote: > i'm looking for a native python package to run a very simple data > base. Use Python mapping objects. Most real-world databases will fit in memory anyway. -- http://mail.python.org/mailman/listinfo/py

Re: fastest native python database?

2009-06-18 Thread Pierre Quentel
On 18 juin, 05:28, per wrote: > hi all, > > i'm looking for a native python package to run a very simple data > base. i was originally using cpickle with dictionaries for my problem, > but i was making dictionaries out of very large text files (around > 1000MB in size) and pickling was simply too

Re: fastest native python database?

2009-06-17 Thread Pierre Bourdon
On Thu, Jun 18, 2009 at 05:28, per wrote: > hi all, Hi, > i'm looking for a native python package to run a very simple data > base. i was originally using cpickle with dictionaries for my problem, > but i was making dictionaries out of very large text files (around > 1000MB in size) and pickling w

Re: fastest native python database?

2009-06-17 Thread William Clifford
On Jun 17, 8:28 pm, per wrote: > hi all, > > i'm looking for a native python package to run a very simple data > base. i was originally using cpickle with dictionaries for my problem, > but i was making dictionaries out of very large text files (around > 1000MB in size) and pickling was simply too

Re: fastest native python database?

2009-06-17 Thread per
i would like to add to my previous post that if an option like SQLite with a python interface (pysqlite) would be orders of magnitude faster than naive python options, i'd prefer that. but if that's not the case, a pure python solution without dependencies on other things would be the best option.

Re: fastest native python database?

2009-06-17 Thread Emile van Sebille
On 6/17/2009 8:28 PM per said... hi all, i'm looking for a native python package to run a very simple data base. i was originally using cpickle with dictionaries for my problem, but i was making dictionaries out of very large text files (around 1000MB in size) and pickling was simply too slow.

fastest native python database?

2009-06-17 Thread per
hi all, i'm looking for a native python package to run a very simple data base. i was originally using cpickle with dictionaries for my problem, but i was making dictionaries out of very large text files (around 1000MB in size) and pickling was simply too slow. i am not looking for fancy SQL oper

ANN: eGenix mxODBC Connect 1.0.1 - Python Database Interface

2009-03-19 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 1.0.1 Our new client-server product for connecting Python applications

ANN: eGenix mxODBC Connect - Python Database Interface 1.0.0

2008-12-02 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 1.0.0 Our new client-server product for connecting Python applications to

ANN: eGenix mxODBC Connect - Python Database Interface 0.9.3 (beta)

2008-11-12 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python Database Interface Version 0.9.3 (beta) Our new client-server product for connecting Python applications

Re: Python database 'frontends', what's available?

2008-05-25 Thread tinnews
Mike Driscoll <[EMAIL PROTECTED]> wrote: > On May 23, 1:59 pm, [EMAIL PROTECTED] wrote: > > I'm desperately trying to move a Microsoft Access database application > > (a simple accounts system I wrote myself) to Linux.  Python is one of > > my preferred programming laguages so I wonder if there are

Re: Python database 'frontends', what's available?

2008-05-23 Thread Matimus
On May 23, 11:59 am, [EMAIL PROTECTED] wrote: > I'm desperately trying to move a Microsoft Access database application > (a simple accounts system I wrote myself) to Linux. Python is one of > my preferred programming laguages so I wonder if there are any good > Python 'frameworks' for writing data

Re: Python database 'frontends', what's available?

2008-05-23 Thread Mike Driscoll
On May 23, 1:59 pm, [EMAIL PROTECTED] wrote: > I'm desperately trying to move a Microsoft Access database application > (a simple accounts system I wrote myself) to Linux.  Python is one of > my preferred programming laguages so I wonder if there are any good > Python 'frameworks' for writing datab

Python database 'frontends', what's available?

2008-05-23 Thread tinnews
I'm desperately trying to move a Microsoft Access database application (a simple accounts system I wrote myself) to Linux. Python is one of my preferred programming laguages so I wonder if there are any good Python 'frameworks' for writing database applications, in particular I need good reporting

Re: Python Database Apps

2007-09-16 Thread Prateek
On Sep 14, 1:00 am, Jonathan Gardner <[EMAIL PROTECTED]> wrote: > On Sep 12, 9:38 pm, Prateek <[EMAIL PROTECTED]> wrote: > > > Have you checked out Brainwave?http://www.brainwavelive.com > > > We provide a schema-free non-relational database bundled with an app > > server which is basically CherryP

Re: Python Database Apps

2007-09-13 Thread Jonathan Gardner
On Sep 12, 9:38 pm, Prateek <[EMAIL PROTECTED]> wrote: > Have you checked out Brainwave?http://www.brainwavelive.com > > We provide a schema-free non-relational database bundled with an app > server which is basically CherryPy with a few enhancements (rich JS > widgets, Cheetah/Clearsilver template

Re: Python Database Apps

2007-09-13 Thread Jonathan Gardner
On Sep 11, 5:56 am, Harry George <[EMAIL PROTECTED]> wrote: > I use postgresql as well. I wonder if Pythonistas do so out of > concern for rigor, clarity, and scalability. It works fine for a > quick one-off effort and still works fine after scaling to a DBMS > server supporting lots of clients,

Re: Python Database Apps

2007-09-12 Thread Prateek
On Sep 13, 4:55 am, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Sep 12, 2007, at 10:53 AM, [EMAIL PROTECTED] wrote: > > > Thanks for ideas Ed. I am checking out dabo now. I do have a few > > questions about it. Packaging. Is it easy to package into a quick > > install for windows. The users are g

Re: Python Database Apps

2007-09-12 Thread Ed Leafe
On Sep 12, 2007, at 10:53 AM, [EMAIL PROTECTED] wrote: > Thanks for ideas Ed. I am checking out dabo now. I do have a few > questions about it. Packaging. Is it easy to package into a quick > install for windows. The users are going to want to get too in > depth. py2exe is your frien

Re: Python Database Apps

2007-09-12 Thread [EMAIL PROTECTED]
On Sep 12, 8:39 am, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Sep 11, 2007, at 2:56 PM, [EMAIL PROTECTED] wrote: > > > It's gonna be a desktop app. The > > database engine is going to be the critical component. I like sqlite > > so that I don't need a database server on the client side. It would

Re: Python Database Apps

2007-09-12 Thread Goldfish
I use MySQL and also sqlite. However, I also use Spring Python (http:// springpython.python-hosting.com) to use both its DatabaseTemplate utility class and also the remoting functionality. This way, I can have the database code sitting on the server, and then export the data access functions remote

Re: Python Database Apps

2007-09-12 Thread Ed Leafe
On Sep 11, 2007, at 2:56 PM, [EMAIL PROTECTED] wrote: > It's gonna be a desktop app. The > database engine is going to be the critical component. I like sqlite > so that I don't need a database server on the client side. It would > help though if there is a way to sync between multiple clients

Re: Python Database Apps

2007-09-11 Thread Steve Holden
Harry George wrote: > Tom Brown <[EMAIL PROTECTED]> writes: > >> On Monday 10 September 2007 19:52, [EMAIL PROTECTED] wrote: >>> Kindof a poll, kindof curiosity... >>> >>> What is your favorite python - database combination? I'm looking to >&g

Re: Python Database Apps

2007-09-11 Thread Harry George
Tom Brown <[EMAIL PROTECTED]> writes: > On Monday 10 September 2007 19:52, [EMAIL PROTECTED] wrote: >> Kindof a poll, kindof curiosity... >> >> What is your favorite python - database combination? I'm looking to >> make an app that has a local DB and a ser

Re: Python Database Apps

2007-09-11 Thread Bruno Desthuilliers
Tom Brown a écrit : > On Monday 10 September 2007 19:52, [EMAIL PROTECTED] wrote: > >>Kindof a poll, kindof curiosity... >> >>What is your favorite python - database combination? I'm looking to >>make an app that has a local DB and a server side DB. I'm l

Re: Python Database Apps

2007-09-11 Thread Ivo
[EMAIL PROTECTED] wrote: > Kindof a poll, kindof curiosity... > > What is your favorite python - database combination? I'm looking to > make an app that has a local DB and a server side DB. I'm looking at > python and sqlite local side and sql server side. > >

Re: Python Database Apps

2007-09-11 Thread David
> It would help to get a feel of what is the most popular combination > for people to develop their apps. It's gonna be a desktop app. The > database engine is going to be the critical component. I like sqlite > so that I don't need a database server on the client side. It would > help though i

Re: Python Database Apps

2007-09-11 Thread Jonathan Gardner
On Sep 11, 1:39 pm, Jonathan Gardner <[EMAIL PROTECTED]> wrote: > > For client-side apps, managing a PostgreSQL installation might be > asking too much. But for a web site or web service, I absolutely > recommend it. I should mention that I wrote a medical billing software app (client side--PyQt)

Re: Python Database Apps

2007-09-11 Thread Jonathan Gardner
On Sep 11, 1:07 pm, Tom Brown <[EMAIL PROTECTED]> wrote: > > I have had a lot of good luck with PostgreSQL. It is easy to install and use. > It is also very stable. It maybe overkill for a client side database. The > psycopg package makes interfacing to PostgreSQL very easy and there is a > package

Re: Python Database Apps

2007-09-11 Thread Tom Brown
On Monday 10 September 2007 19:52, [EMAIL PROTECTED] wrote: > Kindof a poll, kindof curiosity... > > What is your favorite python - database combination? I'm looking to > make an app that has a local DB and a server side DB. I'm looking at > python and sqlite local

Re: Python Database Apps

2007-09-11 Thread [EMAIL PROTECTED]
On Sep 11, 9:25 am, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Sep 10, 2007, at 10:52 PM, [EMAIL PROTECTED] wrote: > > > Kindof a poll, kindof curiosity... > > > What is your favorite python - database combination? I'm looking to > > make an app that has

Re: Python Database Apps

2007-09-11 Thread Ed Leafe
On Sep 10, 2007, at 10:52 PM, [EMAIL PROTECTED] wrote: > Kindof a poll, kindof curiosity... > > What is your favorite python - database combination? I'm looking to > make an app that has a local DB and a server side DB. I'm looking at > python and sqlite local

Re: Python Database Apps

2007-09-11 Thread David
> What is your favorite python - database combination? I'm looking to > make an app that has a local DB and a server side DB. I'm looking at > python and sqlite local side and sql server side. > > Any suggestions I like to use elixir [1] on top of sqlalchemy [2] [1

Re: Python Database Apps

2007-09-11 Thread Uwe Grauer
[EMAIL PROTECTED] wrote: > Kindof a poll, kindof curiosity... > > What is your favorite python - database combination? I'm looking to > make an app that has a local DB and a server side DB. I'm looking at > python and sqlite local side and sql server side. > >

Python Database Apps

2007-09-10 Thread [EMAIL PROTECTED]
Kindof a poll, kindof curiosity... What is your favorite python - database combination? I'm looking to make an app that has a local DB and a server side DB. I'm looking at python and sqlite local side and sql server side. Any suggestions Darien -- http://mail.python.org/mailma

Re: Tests for Python Database API

2007-07-09 Thread Gerhard Häring
MD wrote: > Are there any tests that will help me ensure that my Python database > driver conforms to the Database API v2.0 specification? There's this: http://www.initd.org/tracker/psycopg/browser/psycopg2/trunk/tests/dbapi20.py -- Gerhard -- http://mail.python.org/mailman/list

Tests for Python Database API

2007-07-07 Thread MD
Hi, Are there any tests that will help me ensure that my Python database driver conforms to the Database API v2.0 specification? Thanks in advance. Regards, -MD -- http://mail.python.org/mailman/listinfo/python-list

Re: python + database book

2006-12-04 Thread Peter Decker
On 12/4/06, Giuseppe Di Martino <[EMAIL PROTECTED]> wrote: > > new to python. > > i work with db heavily. > > > > any good book for python + database? > > Evaluate http://www.sqlalchemy.org/ and his documentation If you are looking to work with desktop

Re: python + database book

2006-12-04 Thread Giuseppe Di Martino
Il Sat, 02 Dec 2006 21:00:05 -0800, progman ha scritto: > new to python. > i work with db heavily. > > any good book for python + database? Evaluate http://www.sqlalchemy.org/ and his documentation Giuseppe -- http://mail.python.org/mailman/listinfo/python-list

python + database book

2006-12-02 Thread progman
new to python. i work with db heavily. any good book for python + database? -- http://mail.python.org/mailman/listinfo/python-list

Re: python-database

2006-09-04 Thread skip
Cliff> On Sun, 2006-09-03 at 21:30 -0700, sridhar wrote: >> is there any way to call stored procedures from python as in java? Cliff> I mostly use PostgreSQL, so perhaps it's different for some other Cliff> databases, but calling stored procedures doesn't require any Cliff> sp

Re: python-database

2006-09-03 Thread Cliff Wells
On Sun, 2006-09-03 at 21:30 -0700, sridhar wrote: > is there any way to call stored procedures from python as in java? I mostly use PostgreSQL, so perhaps it's different for some other databases, but calling stored procedures doesn't require any special support from the language or driver. Usuall

python-database

2006-09-03 Thread sridhar
is there any way to call stored procedures from python as in java? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python database access

2006-06-29 Thread vasudevram
Yes, Steve is right. Sorry for the mistake. In my case, I don't use Active Python, I use the vanilla Python for Windows (the .msi installer from python.org) and then immediately install the win32all package, link to which is usually on the same page as the MSI. I do this as a routine, whenever I u

Re: Python database access

2006-06-28 Thread Steve Holden
Damjan wrote: >>The odbc module is part of the Python Standard Library. > > > Since when? > > Nope, it's a standard part of Mark Hammond's win32all extensions. As such it probably comes with ActivePython for Windows, which many people use as their standard distro. regards Steve -- Steve

Re: Python database access

2006-06-27 Thread Damjan
> The odbc module is part of the Python Standard Library. Since when? -- damjan -- http://mail.python.org/mailman/listinfo/python-list

Re: Python database access

2006-06-26 Thread madpython
arvind wrote: > Hi all, > I am going to work on Python 2.4.3 and MSSQL database server on > Windows platform. > But I don't know how to make the connectivity or rather which module to > import. > I searched for the modules in the Python library, but I couldn't find > which module to go for. > Plea

Re: Python database access

2006-06-26 Thread vasudevram
The odbc module is part of the Python Standard Library. So you can search for docs on using it in the Python2x.chm help file (or the HTML version of the same docs) that comes with the Windows Python disttribution. Its quite easy to use ODBC from Python, at least for simple tasks like "select * fro

Re: Python database access

2006-06-26 Thread BartlebyScrivener
> But I don't know how to make the connectivity or rather which module to > import. Try mxODBC http://www.egenix.com/files/python/mxODBC.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python database access

2006-06-26 Thread defcon8
arvind wrote: > Hi all, > I am going to work on Python 2.4.3 and MSSQL database server on > Windows platform. > But I don't know how to make the connectivity or rather which module to > import. > I searched for the modules in the Python library, but I couldn't find > which module to go for. > Ple

Re: Python database access

2006-06-26 Thread Dave Cook
On 2006-06-26, Serge Orlov <[EMAIL PROTECTED]> wrote: > On 25 Jun 2006 21:19:18 -0700, arvind <[EMAIL PROTECTED]> wrote: >> I am going to work on Python 2.4.3 and MSSQL database server on >> Windows platform. > The module you're looking for is the first result if you search > "python mysql" on g

Re: Python database access

2006-06-25 Thread Serge Orlov
On 25 Jun 2006 21:19:18 -0700, arvind <[EMAIL PROTECTED]> wrote: > Hi all, > I am going to work on Python 2.4.3 and MSSQL database server on > Windows platform. > But I don't know how to make the connectivity or rather which module to > import. > I searched for the modules in the Python library, b

Python database access

2006-06-25 Thread arvind
Hi all, I am going to work on Python 2.4.3 and MSSQL database server on Windows platform. But I don't know how to make the connectivity or rather which module to import. I searched for the modules in the Python library, but I couldn't find which module to go for. Please help me out! -- http://ma

Two python database questions

2005-10-15 Thread Dan Stromberg
Hi folks. I'm working on some file indexing software, in python of course. Over the course of working on it, I've come upon two python+database related questions: 1) Is there a reason for the gdbm module in python 2.4.1 not to have a get method? This makes it a touch less dictionar

Re: Python Database Scripts

2005-09-14 Thread Simon Brunning
On 13 Sep 2005 11:32:05 -0700, Chuck <[EMAIL PROTECTED]> wrote: > BTW, where is the DB-API docs for python? Google is your friend - , 1st hit. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ -- http://mail.python.org/mail

Re: Python Database Scripts

2005-09-13 Thread Chuck
Hi, thanks for (all) of your help. BTW, where is the DB-API docs for python? Thanks, --Chuck -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Database Scripts

2005-09-12 Thread jegenye2001
Well, for a single connection object you could use several cursor objects and juggle with all of them in your program. This can come in handy if it's not about a simple script like I put in here. You can reuse the results from the cursors, etc. without issuing more, potentially resource-hungry,

Re: Python Database Scripts

2005-09-12 Thread ncf
Hmm...sorry to go a little off topic here, but I, also, have been striving to learn Python/MySQL for a while using MySQL's official thing. Can you please explain to me why one must use a cursor and can't just do an execute on the connction? :confused about the subject: -- http://mail.python.org/m

Re: Python Database Scripts

2005-09-12 Thread jegenye2001
import MySQLdb # Create a connection object and create a cursor conn = MySQLdb.Connect(host="localhost", port=3306, user="mysql", passwd="pwd123", db="mytest") c = conn.cursor() # execute some SQL c.execute("SELECT * FROM mystuff") # Fetch all results from the cursor into a sequence results = c

Re: Python Database Scripts

2005-09-12 Thread Peter Decker
On 12 Sep 2005 08:28:39 -0700, Chuck > Can anyone provide any kind of python database (mysql) code or point me > to a link that has this? Just simple things as maybe using a driver, > opening up a db, an insert and select. Any help would be greatly > appreciated! It might be more

Python Database Scripts

2005-09-12 Thread Chuck
Hello, Can anyone provide any kind of python database (mysql) code or point me to a link that has this? Just simple things as maybe using a driver, opening up a db, an insert and select. Any help would be greatly appreciated! Thanks, --Chuck -- http://mail.python.org/mailman/listinfo/python

ANN: eGenix mxODBC Python Database Interface Version 2.0.7

2004-12-06 Thread M.-A. Lemburg
forms. EGENIX MX COMMERCIAL PACKAGE OVERVIEW mxODBC - High-Performance ODBC 3.5 Interface for Python mxODBC is an extension package that provides a Python Database API compliant interface to ODBC capable database driver