> 1. Is there a module or other code to write arrays to databases (they want
access databases)?
There are three python odbc modules (mxODBC, ceODBC, pyodbc), all of which
should allow you to connect to access databases. I've played around with all
three and my personal favourite is ceODBC (which i
On Wed, 21 May 2008, Alexandra Geddes apparently wrote:
> 2. How can i write 2D arrays to textfiles with labels on the rows and
> columns?
http://code.google.com/p/econpy/source/browse/trunk/utilities/text.py
hth,
Alan Isaac
___
Numpy-discussion ma
On Wed, May 21, 2008 at 12:32 AM, Alexandra Geddes <[EMAIL PROTECTED]>
wrote:
> Hi.
>
> 1. Is there a module or other code to write arrays to databases (they want
> access databases)?
If you have $$, I think you can use mxODBC. Otherwise, I believe that you
have to use COM as Chris suggested.
>
Alexandra Geddes wrote:
> 1. Is there a module or other code to write arrays to databases (they want
> access databases)?
I don't think there is any way to write an access database file from
Python except using com on Windows.
> 2. How can i write 2D arrays to textfiles with labels on the rows
Hi.
1. Is there a module or other code to write arrays to databases (they want
access databases)?
2. How can i write 2D arrays to textfiles with labels on the rows and columns?
thanks!
alex.
___
Numpy-discussion mailing list
Numpy-discussion