brazerio Posted March 31, 2004 Share Posted March 31, 2004 salut je commence a faire du asp et j'ai une erreur que je ne suis pas capable de comprendre. lorsque j'affiche ma page ça m'affiche cela : þÿ þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿþÿÿÿþÿÿÿijä MSysDbModulesÿÿÿÿÿÿÿÿà SNvýÃà SNvýÃScriptsÿÿÿÿÿÿÿÿÿÿÿÿà SNvýÃà SNvýÃVBA ÿÿÿÿÿÿÿÿà SNvýÃðçRvýÃCmdbarsÿÿÿÿÿÿÿÿÿÿÿÿ à SNvýÃà SNvýÃDataAccessPages et en bas de la page j'ai ceci : 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 --------------------------------------------------------------------------^ ADODB.Recordset error '800a0bb9' Les arguments sont de type incorrect, en dehors des limites autorisées ou en conflit les uns avec les autres. /distance/distance.asp, line 8 voici la partie du code (c'est un record set que j'ai fais avec dreamweaver) <!--#include file="../distance/distances.asp" --> <% Dim rec_nomecole Dim rec_nomecole_numRows Set rec_nomecole = Server.CreateObject("ADODB.Recordset") rec_nomecole.ActiveConnection = MM_distance_STRING --> ligne 8 rec_nomecole.Source = "SELECT no_ecole, nom_ecole FROM tbl_unite_adm" rec_nomecole.CursorType = 0 rec_nomecole.CursorLocation = 2 -->ligne 11 rec_nomecole.LockType = 1 rec_nomecole.Open() rec_nomecole_numRows = 0 %> si vous pouvez m'aider ca serais great Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.