| CSER Projects/Research Input/Update Form: - For all Update/Delete/Copy operations: first SELECT a record - Select a record, then click 'New' to COPY it to a new record - one project/thesis/centre/etc per record, then connect that record to one or more people on the NEXT page - Description: Line breaks are replaced with HTML codes; you can insert other HTML codes like <b> - Images/photos must be copied to \\www\websites\GPA\CRSSIS\... (local LAN access required) or e-mailed to somebody with local access or linked to an URL on another website (absolute link as in http://www.abc.def/images/image.gif) - Timeframe + Funding info are only shown when data is provided (same for Weblink and Image URLs) - for help/bug reports/improvements contact Jurgen Overheu x56740 <% session.LCID=3081 ProjId=request("ProjId") constr= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\Inetpub\websites\gpem\crssis\dbs\crssis.mdb" Set comdb = Server.CreateObject("ADODB.Connection") comdb.Open constr SQLQuery = "SELECT * from projects order by field, title" Set ProjDB = comdb.Execute(SQLQuery) response.write "" response.write " |
| " ' --------------- end of listing, start of details --------------- if ProjId="" then title=" -- add new one --" end if response.write "" set ProjDB=nothing set comdb=nothing %> |