<%@ LANGUAGE="VBSCRIPT" %> <% set conn = server.createobject("adodb.connection") strconn = "driver={Microsoft Access Driver (*.mdb)};dbq=" & server.mappath("fia.mdb") & ";" strconn = strconn & "uid=fia;pwd=fiadb;" conn.open strconn strq="select * from table1 where id = 1" set objrs=server.createobject ("adodb.recordset") objrs.CursorLocation = aduseclient objrs.CursorType = adopenstatic objrs.open strq, conn, , , adcmdtext %> Faridabad Industries Association | Home Page
 Welcome to Faridabad Industries Association's official web site
 
 
What's New at FIA
<% str = objrs("watsnew") str = Replace(str, vbCrLf, "
") 'str = Replace(str, " ", " ") response.write str %>


 A b o u t   U s

 F I A   A c t i v i t i e s

 E x e c u t i v e   
 C o m m i t t e e


 M e m b e r s

 P r o d u c t   P r o f i l e

 M e m b e r s h i p   F o r m

 C o n t a c t   U s

  

 
© Copyright 2001, FIA.
Website developed by MediaCell Technologies
<% objrs.close set objrs=nothing conn.close set conn=nothing %>