Re: tweak of A2002 Enterprise Dev Handbook fails?
- From: "pietlinden@xxxxxxxxxxx" <pietlinden@xxxxxxxxxxx>
- Date: Fri, 08 Jun 2007 16:16:54 -0700
Thanks Bob,
I removed the Parameters declaration and just created them in the
query itself (I thought ADO couldn't access the parameters collection
of what I thought was a DAO object... shows what I know!). but when I
took that out, it worked a champ!
thanks!
Pieter
Here's the part of the code I changed...
Set cmd.ActiveConnection = cnn
cmd.CommandText = "xp_ActiveSkills"
cmd.CommandType = adCmdStoredProc
' Execute the command and place results
' in Recordset object.
Set rst = New ADODB.Recordset
cnn.xp_ActiveSkills intBuildDay, rst
.
- Follow-Ups:
- Re: tweak of A2002 Enterprise Dev Handbook fails?
- From: Bob Barrows [MVP]
- Re: tweak of A2002 Enterprise Dev Handbook fails?
- From: Bob Barrows [MVP]
- Re: tweak of A2002 Enterprise Dev Handbook fails?
- References:
- tweak of A2002 Enterprise Dev Handbook fails?
- From: pietlinden@xxxxxxxxxxx
- Re: tweak of A2002 Enterprise Dev Handbook fails?
- From: Bob Barrows [MVP]
- tweak of A2002 Enterprise Dev Handbook fails?
- Prev by Date: Re: ADO MD System Requirements
- Next by Date: Re: tweak of A2002 Enterprise Dev Handbook fails?
- Previous by thread: Re: tweak of A2002 Enterprise Dev Handbook fails?
- Next by thread: Re: tweak of A2002 Enterprise Dev Handbook fails?
- Index(es):