Re: Run-time Error 3704 in VB6
From: Gérard Leclercq (gerard.leclercq_at_pas-de-mail.fr)
Date: 12/08/04
- Next message: Jiho Han: "Re: Recordset.AddNew and the recordset object's data retaining"
- Previous message: rufus28m: "SELECT * FROM t1, t2 in ADOCE 3.1 auf Windows Mobile 2003 [Pocket"
- In reply to: Wildlife: "Run-time Error 3704 in VB6"
- Next in thread: Wildlife: "Re: Run-time Error 3704 in VB6"
- Reply: Wildlife: "Re: Run-time Error 3704 in VB6"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 08 Dec 2004 12:01:53 GMT
Which error?
Be sure there is data for each user
If rst_account_data.Eof = False then
If rst_account_data.RecordCount > 0 Then <!-HERE IS WHERE ERROR
OCCURS-!>
rst_account_data.MoveFirst
Do Until rst_account_data.EOF
End If
> ...
>
>
> At this point for certain queries it reports that "the operation is not
> allowed when the object is closed."
>
> I assure you that the recordset is still open. Please Help! It was working
> fine I think until we upgraded to SQL 2000 a few months back
>
- Next message: Jiho Han: "Re: Recordset.AddNew and the recordset object's data retaining"
- Previous message: rufus28m: "SELECT * FROM t1, t2 in ADOCE 3.1 auf Windows Mobile 2003 [Pocket"
- In reply to: Wildlife: "Run-time Error 3704 in VB6"
- Next in thread: Wildlife: "Re: Run-time Error 3704 in VB6"
- Reply: Wildlife: "Re: Run-time Error 3704 in VB6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|