Ciao a tutti,
qualcuno mi aiuta che sono ancora molto inesperto in asp?
Sto cercando solamente di estrarre dei dati da un database, ma in locale mi da questo errore! che vuole dire?
in che cosa sbaglio?
Graziee![]()
<%
Response.Buffer = true
Response.Expires = -1
dim DBconn2
dim RS2
Dim Sqlquery2
DBconn2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source='C:\Inetpub\wwwroot\hotels\mdb-database\database.mdb'"
set RS2 = Server.CreateObject("ADODB.Recordset")
Sqlquery2 = "select * from tblHotels WHERE Nome=AndamanVilla"
RS2.Open Sqlquery2, DBconn2,3,1
%>
<html>
<head>
<title><%=RS2("NomeHotel")%></title>
e questo e' l'errore in locale..:
Error Type:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
/hotels/AndamanVilla/default.asp, line 14

Rispondi quotando
