| pawanStarting Member
 
 
 
                India1 Posts
 | 
                    
                      |  Posted - 12 April 2002 :  01:50:56   
 |  
                      | Hi, I am new to ASP.
 I have downloaded the Events calender zip file.
 First of all not all the files are there in the zip file.
 a)Config.asp
 b)inc_functions.asp
 
 I created mu own config.asp like this
 <!--#include file="adovbs.inc"-->
 <%
 set Connect = Server.CreateObject("ADODB.Connection")
 Connect.Mode = adModeReadWrite
 
 Connect.OPEN "Driver={MICROSOFT ACCESS DRIVER (*.MDB)}; DBQ=" & SERVER.MAPPATH("events.mdb")
 
 %>
 Still I am having problems
 Its givin me problems.
 I executed the file called http://pawan/aspevents/eventstable_setup.asp
 & this is wnat it says.
 
 CREATE TABLE EVENTS (, DATE_ADDED VARCHAR(20), START_DATE VARCHAR(20), END_DATE VARCHAR(20), EVENT_TITLE VARCHAR(100), EVENT_DETAILS Text, ADDED_BY INT, PRIVATE INT DEFAULT 0)
 
 3704 | Operation is not allowed when the object is closed.
 
 I am not able to understand what is this error.
 I have to submit this by saturday.
 Can some one help me out.
 Thanx,
 Pawan
 
 
 
 
 |  |