Jump to content
Fórum Script Brasil
  • 0

Erro 800a0411 no adovbs.inc


borisgruchka

Question

O Arquivo cadastro.asp apresenta o seguinte erro:

Microsoft VBScript compilation error '800a0411'

Name redefined

/adovbs.inc, line 14

Const adOpenForwardOnly = 0

------^

O arquivo adovbs.inc (colei apenas o começo porque o arquivo é grande)

Funciona perfeitamente nas demais páginas no site.

<%

'--------------------------------------------------------------------

' Microsoft ADO

'

' © 1996-1998 Microsoft Corporation. All Rights Reserved.

'

'

'

' ADO constants include file for VBScript

'

'--------------------------------------------------------------------

'---- CursorTypeEnum Values ----

Const adOpenForwardOnly = 0 [linha com o "erro"]

Const adOpenKeyset = 1

Const adOpenDynamic = 2

Const adOpenStatic = 3

'---- CursorOptionEnum Values ----

Const adHoldRecords = &H00000100

Const adMovePrevious = &H00000200

Const adAddNew = &H01000400

Const adDelete = &H01000800

Const adUpdate = &H01008000

...

O que devo fazer para o erro desaparecer?

Tem algum mágico que me ensine isto?

Boa programação para todos!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...