Created by fabtagas on 05/03/2007. Modified: 05/03/2007 02:53 AM

Message

Error 720: LS:DO- ODBC could not complete the requested operation.

Synopsis

the error intervenes at the time of the “con.connectTo (my Source)” ; my Source exists

Solutions

Put it in your code:

On Error Goto ErrorMessage

...

Exit Sub

ErrorMessage:

If con.GetError <> DBstsSuccess Then

Messagebox con.GetErrorMessage + Chr(13) + con.GetExtendedErrorMessage,, "NÃO conseguiu CONECTAR ao banco de dados"

Exit Sub

End If

If result.GetError <> DBstsSUCCESS Then

Messagebox result.GetErrorMessage + Chr(13) + result.GetExtendedErrorMessage,, "NÃO conseguiu PESQUISAR no banco de dados"

Exit Sub

End If

Exit Sub

Fabio on 11/22/2007 04:10 PM

Use this form to add a suggested cause or solution which you think might help.

Adding content is disabled. The spammer have won.