INTERNET SOFTWARE TECHNOLOGY 
 ASP HOME PAGE
  ASP   Resource Links
  | FAQ   | Link1 | Link2 | Link3 | Link4 (must read) | Link5 | 
 
 ASP101 Samples  (Modification required)   ASP Codes (Deitel E-Commerce Book)
 [Calendar] [Cookie] [HTML-email] [getpost] [Welcome]

 [HangMan] [ Simple Login ] [SimplePassword

 [ServerData] [Write2text ] [Shopping] [Quiz

 [Guestbook] [Poll]
 [Add, Delete, Edit, Update, Count, Paging, Pulldown, Search]

             Download zip files  for the above HERE 
   <<editing required especially in the 
                  database connection portion>>

 [Register] [Login]  -- check for new, taken 
                               names,  etc.
 [Zip file that contains - add, item, winning and bid 
                                                         ASP files]

 The following is required if you decided to publish in
 Brinkster rather than using your PWS:-

'String1
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; 
DBQ=" & Server.MapPath("\aliciatdbdatabase.mdb")

'String2
Set Conn = Server.CreateObject("ADODB.Connection")
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & 
"Data Source=" & Server.MapPath("\aliciatdbdatabase.mdb")
& ";" & "Persist Security Info=False"
Conn.Open(sConnection)

<<Shopping Cart Files>>

 Other Examples  Code Downloads
 | Clock  | HelloWorld from ASP |
 | Upload Files | Simple Form | Time |
 | Validate Dates | SImple DB
 | LoginScript | HTTP Agent | Cookies |
 | Counter | Directory Listing | Simple Array |
 | ASP-XML Forum ASP Guestbook |
 | DataBase Display |
 | WAP scripts (brinkster) HelloWorldShowMenu |
 | Source Codes (by Deitel) | SAMs Series | 
 | InstructionsZip-1 | Zip-2 |
NEXT

 
 

__________________________________
Last Revised: June 2001 by AliciaTYC @ UNITEN