RecordSet (ADO) with stored procs

Nikolai Kirsebom nikolai.kirsebom.NOJUNK at siemens.no
Wed Nov 6 08:41:41 EST 2002


Yes I'm very interested.  Been away for some time - thats reason for
no response.
Thanks for all response.

On Tue, 29 Oct 2002 17:53:35 GMT, Syver Enstad
<syver-en+usenet at online.no> wrote:

>nikolai.kirsebom.NOJUNK at siemens.no writes:
>
>Replace: 
>> cmd.CommandText = '_GetUserName'
>with:
>cmd.CommandText = '{call _GetUserName(?, ?, ?, ?, ?, ?)}'
>
>Replace :
>> cmdCommandType = constants.adCmdStoredProc
>with
>cmdCommandType = constants.adCmdText
>
>If I don't remember wrongly you can then just refresh and assign to
>the in parameters.
>
>By the way:
>I have a pretty complete pure python implementation of the v.2.0
>db-api that is based on ADO. If you are interested, I can fish it out
>from somewhere. It has a pretty complete unit testing suite, so that
>you can see how it is supposed to be used.




More information about the Python-list mailing list