Using ADO in Python

JRHoldem jraddockNOjrSPAM at hotmail.com.invalid
Thu May 18 16:53:49 EDT 2000


I'm not sure if this works the same, but I believe so (all of
the ADODB I've done has been in ASP)

Like Bill Hunter said, try using the .Open() method of the
recordset object (instead of using an .execute() command to
populate your recordset).

I believe the basic argument structure is

rstObject.Open(SQL,Connection)

more complex is like

rstObject.Open(SQL,Connection,CursorType,LockType)

methinks...

Hope I helped...

the-very-hungry-just-ate-some-baskin-robbins-smoothie-want-some-
more-bad-bad-man

- JR

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!




More information about the Python-list mailing list