Click here to Skip to main content
16,007,932 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: html code to put an executable on a web page Pin
ask_you14-Jun-05 19:44
ask_you14-Jun-05 19:44 
GeneralRe: html code to put an executable on a web page Pin
JoostV20-Jun-05 11:53
JoostV20-Jun-05 11:53 
GeneralHTML code for Yahoo Email Signature Pin
+_DooooM__13-Jun-05 17:08
+_DooooM__13-Jun-05 17:08 
GeneralRe: HTML code for Yahoo Email Signature Pin
Christian Graus13-Jun-05 17:36
protectorChristian Graus13-Jun-05 17:36 
GeneralRe: HTML code for Yahoo Email Signature Pin
MoustafaS13-Jun-05 18:19
MoustafaS13-Jun-05 18:19 
GeneralRe: HTML code for Yahoo Email Signature Pin
Vasudevan Deepak Kumar14-Jun-05 19:15
Vasudevan Deepak Kumar14-Jun-05 19:15 
GeneralCDO/MAPI sending problem with C++ Pin
vineas13-Jun-05 5:14
vineas13-Jun-05 5:14 
GeneralProblem with SQL Between Pin
Anonymous12-Jun-05 23:30
Anonymous12-Jun-05 23:30 
<%<br />
<br />
'Dimension variables<br />
Dim adoCon26w 			'Holds the Database Connection Object<br />
Dim rsUser26w			'Holds the recordset for the record to be updated<br />
Dim strSQL26w			'Holds the SQL query for the database<br />
Dim lngRecordNo26w			'Holds the record number to be updated<br />
<br />
'Read in the record number to be updated<br />
lngRecordNo26w = Request.QueryString("d")<br />
strDate = lngRecordNo26w<br />
<br />
<br />
times = DateAdd("d",14,strDate)<br />
<br />
<br />
'Create an ADO connection odject<br />
Set adoCon26w = Server.CreateObject("ADODB.Connection")<br />
<br />
'Set an active connection to the Connection object using a DSN-less connection<br />
adoCon26w.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("admin/***********.mdb")<br />
<br />
'Create an ADO recordset object<br />
Set rsUser26w = Server.CreateObject("ADODB.Recordset")<br />
<br />
'Initialise the strSQL variable with an SQL statement to query the database<br />
strSQL26w = "SELECT * FROM tb_news Where n_date BETWEEN ("&strDate&") AND ("×&")"<br />
<br />
'Open the recordset with the SQL query <br />
rsUser26w.Open strSQL26w, adoCon26w<br />
<br />
%><br />
<br />
<br />
<%  do while not rsUser26w.EOF %><br />
<% = rsUser26w("n_title") %> <% = rsUser26w("n_date") %><br /><br /><br />
<% = rsUser26w("n_desc") %><br /><br /><br />
<br />
<%  <br />
rsUser26w.MoveNext <br />
Loop <br />
%><br />
<%<br />
'Reset server objects<br />
rsUser26w.Close<br />
Set rsUser26w = Nothing<br />
Set adoCon26w = Nothing<br />
%>


Heres my asp code but i can't get the records to come out my database any ideas? thx
GeneralEMail sending problem!!! Pin
Small Rat10-Jun-05 17:02
Small Rat10-Jun-05 17:02 
GeneralRe: EMail sending problem!!! Pin
Roger Wright10-Jun-05 20:16
professionalRoger Wright10-Jun-05 20:16 
GeneralRe: EMail sending problem!!! Pin
Small Rat11-Jun-05 7:43
Small Rat11-Jun-05 7:43 
GeneralRe: EMail sending problem!!! Pin
Vasudevan Deepak Kumar11-Jun-05 3:03
Vasudevan Deepak Kumar11-Jun-05 3:03 
GeneralNeed Help f Pin
potdar_nitin10-Jun-05 16:46
potdar_nitin10-Jun-05 16:46 
GeneralRe: Need Help f Pin
NeverHeardOfMe11-Jun-05 0:22
NeverHeardOfMe11-Jun-05 0:22 
GeneralPS Pin
NeverHeardOfMe11-Jun-05 0:34
NeverHeardOfMe11-Jun-05 0:34 
GeneralRe: Need Help f Pin
Anonymous11-Jun-05 2:22
Anonymous11-Jun-05 2:22 
GeneralSimple Scrollbar Problem Pin
llp00na10-Jun-05 5:18
llp00na10-Jun-05 5:18 
GeneralRe: Simple Scrollbar Problem Pin
alex.barylski10-Jun-05 15:33
alex.barylski10-Jun-05 15:33 
GeneralRe: Simple Scrollbar Problem Pin
llp00na12-Jun-05 23:08
llp00na12-Jun-05 23:08 
GeneralShared Folders ... confused Pin
Roger Garrett10-Jun-05 4:40
Roger Garrett10-Jun-05 4:40 
GeneralRe: Shared Folders ... confused Pin
markkuk10-Jun-05 6:42
markkuk10-Jun-05 6:42 
GeneralClient side Directory Searching Pin
richard.gould10-Jun-05 3:57
richard.gould10-Jun-05 3:57 
GeneralRe: Client side Directory Searching Pin
NeverHeardOfMe11-Jun-05 11:25
NeverHeardOfMe11-Jun-05 11:25 
GeneralWeb Form Paging Pin
sayedwasim10-Jun-05 3:07
sayedwasim10-Jun-05 3:07 
GeneralFile acces on NT4 domain Pin
Only in America9-Jun-05 10:00
Only in America9-Jun-05 10:00 

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.