Newbee need help.
am 03.10.2004 12:18:34 von rfkI am new to ASP and i am having some dificulities here and there.
I can not get the following code to wor like i want it to. I do not get
any messages that says that is something wrong bot there is no data from
the DB(ACCESS) displayed in the selectbox.
Wold be very gratefull if someone could tell me why.
The Newbwee.
<%
dim dbconn, rsTeaterStk
set dbconn = Server.createobject("ADODB.Connection")
dbconn.connectionstring = _
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Inetpub\wwwroot\telia\telia.mdb"
dbconn.open
set rsTeaterStk = Server.createobject("ADODB.Recordset")
rsTeaterStk.open "SELECT teaterstykke.forestillingsnavn FROM
teaterstykke",dbconn
%>