OVH Cloud OVH Cloud

je ne comprend pas

1 réponse
Avatar
bouboute webforumsuser
bonjour
et bien voila mon problème j'essais de faire tourner cette requète mais j'ai ce message d'erreur pouvez vous me dire ce qui cloche
merci d'avance
vaillant18@voila.fr

Ce que j'ai écrit

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

<html>
<head>
<title>Document sans titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<!--#include file="Connections/connGlobal2.asp" -->
<%
Dim repertoire2
Dim repertoire2_numRows

Set repertoire2 = Server.CreateObject("ADODB.Recordset")
repertoire2.ActiveConnection = MM_connGlobal2_STRING
repertoire2.Source = "SELECT * FROM service"
repertoire2.CursorType = 0
repertoire2.CursorLocation = 2
repertoire2.LockType = 1
repertoire2.Open()

repertoire2_numRows = 0
%>
</body>
</html>
<%
repertoire2.Close()
Set repertoire2 = Nothing
%>


Le message d'erreur
Erreur de compilation Microsoft VBScript error '800a0401'

Fin d'instruction attendue

/iisHelp/common/500-100.asp, line 11

Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP Dim strMethod, lngPos, datNow, strQueryString, strURL
--------------------------------------------------------------------------^
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][Pilote ODBC Microsoft Access] Impossible d'utiliser '(Inconnu)'; fichier en cours d'utilisation.

/caf93/TMPv2cgxn7d5h.asp, line 16

1 réponse

Avatar
lda
vérifie sur ta bdd que tu as la permission d'écrire
ou
peux être que ta bdd est ouverte au moment de l'execution , dans ce cas
ferme la bdd..



"bouboute" a écrit dans le message de news:
bn85oc$ajp$
bonjour
et bien voila mon problème j'essais de faire tourner cette requète mais


j'ai ce message d'erreur pouvez vous me dire ce qui cloche
merci d'avance


Ce que j'ai écrit

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

<html>
<head>
<title>Document sans titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<!--#include file="Connections/connGlobal2.asp" -->
<%
Dim repertoire2
Dim repertoire2_numRows

Set repertoire2 = Server.CreateObject("ADODB.Recordset")
repertoire2.ActiveConnection = MM_connGlobal2_STRING
repertoire2.Source = "SELECT * FROM service"
repertoire2.CursorType = 0
repertoire2.CursorLocation = 2
repertoire2.LockType = 1
repertoire2.Open()

repertoire2_numRows = 0
%>
</body>
</html>
<%
repertoire2.Close()
Set repertoire2 = Nothing
%>


Le message d'erreur
Erreur de compilation Microsoft VBScript error '800a0401'

Fin d'instruction attendue

/iisHelp/common/500-100.asp, line 11

Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP


Dim strMethod, lngPos, datNow, strQueryString, strURL
--------------------------------------------------------------------------


^
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][Pilote ODBC Microsoft Access] Impossible d'utiliser


'(Inconnu)'; fichier en cours d'utilisation.

/caf93/TMPv2cgxn7d5h.asp, line 16