Viewing 6 posts - 16 through 21 (of 21 total)
sorry, cje. I made the change and it still crashes. Same error, "Operation is not allowed when the object is closed".
set param1 = cmd.createparameter("@Start", adDBDate, adParamInput, ,CDate(RangeA.value))
cmd.Parameters.Append param1
set param2 =...
September 29, 2006 at 3:11 pm
Yes, I did try both of your suggestion, Lisa.
1) Try this way and it made no different, gave me the same error code.
Set rst = cmd.Execute
If Not rst.BOF() Then ...
2)...
September 29, 2006 at 2:48 pm
I have tried the above suggestion suggestions, none works for me.
Below is my new sub procedure code:
Sub GetData()
Dim RangeA As Range
Dim RangeB As Range
Set RangeA = Worksheets("CS").Range("B3")
Set RangeB = Worksheets("CS").Range("E3")
Dim...
September 29, 2006 at 1:31 pm
Thank you for the reply, cje.
On my stored procedure, I do have the SET NOCOUNT at the top. Like you said, it ran perfectly find in QA. Below is how...
September 29, 2006 at 7:48 am
yes, I did search the registry. Nothing associated with MSSQL / SQL / Microsoft SQL was found. For the instance / working directory, I already removed them manually after uninstalled...
September 16, 2005 at 7:16 am
All the reg entries in that article do not exist on that XP machine. I was able to dup the issue on another XP machine. I used the same procedure...
September 15, 2005 at 3:37 pm
Viewing 6 posts - 16 through 21 (of 21 total)