the default is ascend, you want to descend, just append the string "DESC" thus your new SQL is: SELECTOR="SELECT * FROM MYTABLE WHERE MYDEF LIKE '%"& search &"%' ORDER BY MYDATE DESC" Thinking-Asking-Thinking
lanying_wzw
Posts
-
asp access -
strange problem"my server can not recongnize"? what do you mean? Thinking-Asking-Thinking
-
linktry ... ">Claims Processing Thinking-Asking-Thinking
-
C++ and Java :: BreakdownThe following feature of java is better than c++: 1."once write, run anywhere" 2.The common standard class library. 3.Garbage Collection mechanism, no problem of memory leaking. ... So java is very suitable Enterprise Computing. Thinking-Asking-Thinking. I'm a Chinese man.
-
FORM SUBMISSION PROBLEMagree with hspc. You can change the form's action property such as "test.asp" by javascript in form's submit event. Thinking-Asking-Thinking
-
JavascriptYou can dynimic generate html code by ASP or other script language. Thinking-Asking-Thinking
-
Javascript frame location"mainFrame" is a frame name? and what do your codes locate? aa.htm tt.htm var location= parent.bb.location.href; alert(location); testing in ie6.0 Thinking-Asking-Thinking
-
Updatable Databasehttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/setfileattributes.asp Thinking-Asking-Thinking
-
a beginner unable to retrieve data from database<% Set cn = server.createobject("adodb.connection") Set rs = Server.CreateObject("ADODB.RecordSet") cn.open "Provider=Microsoft.Jet.4.0;Data Source= c:\inetpub\wwwroot\myprog\vbquiz.mdb" set rs = cn.execute("select * from quiz") rs.movefirst do while not rs.eof Response.write rs("quizid") rs.movenext loop %> good luck
-
Error in Inserting data in databasebefore insertting x_deal1 = Replace(xdeal1, "'", "''") x_agreementno1 = Replace(x_agreementno1, "'", "''") Thinking-Asking-Thinking
-
ASP Session question...It maybe impossible. I donn't know your true puspose.Saying your final requirement. Thinking-Asking-Thinking
-
Submit in htmlDoes User click any option then submit form immediately? I think it is impossible to use pure html here. Thinking-Asking-Thinking