Tagged Questions
The adodbapi tag has no wiki summary.
2
votes
4answers
2k views
Creating a SQL Server database from Python
I'm using Python with pywin32's adodbapi to write a script to create a SQL Server database and all its associated tables, views, and procedures. The problem is that Python's DBAPI requires that ...
1
vote
0answers
54 views
Getting last inserted index mysql
I am using ADODB to connect to my database.
After I submit the query I want to get the ID of the last inserted row (from the query just inserted).
ADODB has an Insert_ID() function that should ...
1
vote
1answer
349 views
Creating a connection to Vertica database in python using adodbapi
Does anyone know what are the parameters for creating a connection string to Vertica database using adodbapi? I cannot use pyodbc, because it does not work with IronPython.
I have tried:
...
1
vote
1answer
344 views
Getting SQL Server messages using ADO and win32com
I am currently trying to write a tool that will make it very easy for a non-computer literate user to backup a SQL Server database.
To do this I am hoping to use an interesting mix of ADO, win32com ...
0
votes
1answer
473 views
Connecting to SQLServer 2005 with adodbapi
I'm very new to Python and I have Python 3.2 installed on a Win 7-32 workstation. Trying to connect to MSSQLServer 2005 Server using adodbapi-2.4.2.2, the latest update to that package.
The ...
0
votes
3answers
546 views
getting pywin32 to work inside open office 2.4 built in python 2.3 interpreter
I need to update data to a mssql 2005 database so I have decided to use adodbapi, which is supposed to come built into the standard installation of python 2.1.1 and greater.
It needs pywin32 to work ...