Click here to Skip to main content
15,917,543 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: web site icon in Address bar Pin
Les G5-Feb-06 10:59
Les G5-Feb-06 10:59 
GeneralRe: web site icon in Address bar Pin
Gavin Taylor5-Feb-06 11:33
professionalGavin Taylor5-Feb-06 11:33 
GeneralRe: web site icon in Address bar Pin
Les G6-Feb-06 9:02
Les G6-Feb-06 9:02 
Questionhow to pass value between two asp pages Pin
gracenalec3-Feb-06 21:13
gracenalec3-Feb-06 21:13 
AnswerRe: how to pass value between two asp pages Pin
militiaware4-Feb-06 3:30
militiaware4-Feb-06 3:30 
AnswerRe: how to pass value between two asp pages Pin
Guffa4-Feb-06 4:02
Guffa4-Feb-06 4:02 
QuestionSql server access using web services Pin
intrigued3-Feb-06 16:45
intrigued3-Feb-06 16:45 
Question[Error] Type mismatch: 'Response.Write' Pin
gracenalec3-Feb-06 8:59
gracenalec3-Feb-06 8:59 
<%
Dim RS

Set Conn = Server.CreateObject("ADODB.Connection")
Set RS = Server.CreateObject("ADODB.Recordset")

Conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("forum.mdb") & ";"
Conn.Open

SQL = "SELECT * FROM profile"
RS.Open SQL, Conn

%>



<title>Youth Aloud!Forum


#content {
margin-right:1%;
margin-left:1%;
margin-top:5%;
padding-bottom:10px;
background:#fff;
border:2px solid #ffaf38;
text-align:left;
min-width:600px;
}












 
Search the forum:








Name:
">


Age:
">


Gender:
">


Website:
">


MSN:
">


Yahoo:
">


Occupation:
">


 









<%

RS.Close
Set RS = Nothing
Conn.Close
Set Conn = Nothing

%>


The above code is my code. After running for a few times, an error occured...i cannot solve it... :'( This happened to my previous code too..I redo my code and this time it's happening again..may i know what is the prob???Cry | :((

Script error detected at line 61.
Source line: response.write(RS("Name"))
Description: Type mismatch: 'Response.Write'

girl77
AnswerRe: [Error] Type mismatch: 'Response.Write' Pin
IronBrad3-Feb-06 11:18
IronBrad3-Feb-06 11:18 
GeneralRe: [Error] Type mismatch: 'Response.Write' Pin
gracenalec3-Feb-06 15:08
gracenalec3-Feb-06 15:08 
AnswerRe: [Error] Type mismatch: 'Response.Write' Pin
prodigymunky4-Feb-06 10:30
prodigymunky4-Feb-06 10:30 
GeneralRe: [Error] Type mismatch: 'Response.Write' Pin
Guffa4-Feb-06 11:11
Guffa4-Feb-06 11:11 
QuestionHow to convert textarea into htmlarea Pin
Sam Moon3-Feb-06 0:07
Sam Moon3-Feb-06 0:07 
AnswerRe: How to convert textarea into htmlarea Pin
Guffa3-Feb-06 4:57
Guffa3-Feb-06 4:57 
AnswerRe: How to convert textarea into htmlarea Pin
idreesbadshah8-Feb-06 6:57
idreesbadshah8-Feb-06 6:57 
QuestionHow to get input type="Text" tag react on return(make submit) Pin
Snowjim2-Feb-06 22:47
Snowjim2-Feb-06 22:47 
QuestionCSS Positioning problems accross browsers Pin
mystickle2-Feb-06 12:53
mystickle2-Feb-06 12:53 
AnswerRe: CSS Positioning problems accross browsers Pin
Shog93-Feb-06 15:55
sitebuilderShog93-Feb-06 15:55 
GeneralRe: CSS Positioning problems accross browsers Pin
mystickle6-Feb-06 10:36
mystickle6-Feb-06 10:36 
AnswerRe: CSS Positioning problems accross browsers Pin
Guffa3-Feb-06 23:29
Guffa3-Feb-06 23:29 
GeneralRe: CSS Positioning problems accross browsers Pin
mystickle6-Feb-06 10:38
mystickle6-Feb-06 10:38 
QuestionCSS Question : Width Problem Pin
prodigymunky2-Feb-06 6:02
prodigymunky2-Feb-06 6:02 
AnswerRe: CSS Question : Width Problem Pin
Guffa2-Feb-06 6:51
Guffa2-Feb-06 6:51 
QuestionRe: CSS Question : Width Problem Pin
prodigymunky2-Feb-06 9:45
prodigymunky2-Feb-06 9:45 
AnswerRe: CSS Question : Width Problem Pin
Guffa2-Feb-06 10:52
Guffa2-Feb-06 10:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.