hello ,
i would really appreciate it if anyone can help me with the meaning of this commands:
1. <form name ="form1" action = "add to database.asp" method
2. %@language= "VBscript"%
<% option explicit %>
3. set connection = server creat object <"ADODB.connect ion">
set.recordset
4. sconnstring="PR OVIDER=microsof t.set.OLEDB.40" & "data source = " & server.mappath <"user.mdb">
5. sconnstring = "PROVIDER = microsoft.set.O LEDB.40" & " data source =" & server .mappath <"user.mdb">
set.recordset = nothing.
6. execute the SQL
connection.exec ute<SQL>
i would really appreciate it if anyone can help me with the meaning of this commands:
1. <form name ="form1" action = "add to database.asp" method
2. %@language= "VBscript"%
<% option explicit %>
3. set connection = server creat object <"ADODB.connect ion">
set.recordset
4. sconnstring="PR OVIDER=microsof t.set.OLEDB.40" & "data source = " & server.mappath <"user.mdb">
5. sconnstring = "PROVIDER = microsoft.set.O LEDB.40" & " data source =" & server .mappath <"user.mdb">
set.recordset = nothing.
6. execute the SQL
connection.exec ute<SQL>
Comment