100+ results for 'record source:Github lang:ASP repo:laironald/earshare'
Not the results you expected?
hr.asp (https://github.com/hare1987/kaidun180.git) ASP 路 470 lines
27 <tr>
28 <%
29 Set rs = Server.CreateObject("adodb.recordset")
30 sql = "select * from pf_recruitment where pf_recruitment_area='总部' order by id desc"
31 rs.Open sql,conn,1,1
32 if rs.recordcount=0 then
33 %>
34 <td height="30" colspan="2" class="STYLE15">总部</td>
73 <tr>
74 <%
75 Set rs = Server.CreateObject("adodb.recordset")
76 sql = "select * from pf_recruitment where pf_recruitment_area='徐汇田林校' order by id desc"
77 rs.Open sql,conn,1,1
Detailed.asp (https://github.com/eriknjenga/ADT.git) ASP 路 78 lines
m020e0202.asp (git://github.com/boss2009/ASP-site.git) ASP 路 80 lines
4 <!--#include file="../Connections/cnnASP02.asp" -->
5 <%
6 var rsResponseHistory = Server.CreateObject("ADODB.Recordset");
7 rsResponseHistory.ActiveConnection = MM_cnnASP02_STRING;
8 rsResponseHistory.Source = "{call dbo.cp_pjt_responses("+Request.QueryString("intIssue_id")+",'',0,0,0,0,'',0,0,0,'',0,'',0,'Q',0)}";
Lnk_Manage.asp (https://github.com/hare1987/kaidun180.git) ASP 路 75 lines
Default.asp (https://github.com/eriknjenga/ADT.git) ASP 路 101 lines
61 Call FC.setChartParams(strParam)
63 ' Fetch all factory records creating SQL query
64 dim strQuery
65 strQuery = "select a.FactoryID, b.FactoryName, sum(a.Quantity) as total from Factory_output a, Factory_Master b where a.FactoryId=b.FactoryId group by a.FactoryId,b.FactoryName"
67 Dim oRs
68 'Create the recordset to retrieve data
69 Set oRs = Server.CreateObject("ADODB.Recordset")
service_centres.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 86 lines
4 page_title = "[Service Centres] Fusion Excel Content Management System"
6 Dim RecordSet, sql
7 %>
8 <!--#include file="header.asp" -->
50 call SetConnection(GetSCDbPath())
51 call OpenDatabase()
52 call CreateRecordSet(RecordSet, sql)
53 %>
54 <form method="post" id="id_service_centres_list" action="service_centres.asp?delete=1">
70 <td><%= RecordSet("service_centre_id") %></td>
71 <td><a href="service_centre-edit.asp?action=edit&id=<%= RecordSet("service_centre_id") %>"><%= RecordSet("country_name") %></a></td>
72 <% if RecordSet("publish") then %>
83 </table>
84 </form>
85 <% call CloseRecordSet(RecordSet) %>
86 <!--#include file="footer.asp" -->
pf_hd_modify.asp (https://github.com/hare1987/kaidun180.git) ASP 路 125 lines
21 'Call infoback("排序数字不能为空!而且必须为数字!")
22 'End If
23 Set rs = server.CreateObject("adodb.recordset")
24 sql = "select * from pf_hd where id = "&request.QueryString("id")&""
25 rs.Open sql, conn, 1, 3
37 Call close_rs
39 set rsop = server.CreateObject("adodb.recordset")
40 rsop.open "select * from pf_oprate ",conn,1,3
41 rsop.addnew
69 <table>
70 <%
71 Set rs = server.CreateObject("adodb.recordset")
72 sql = "select * from pf_hd where id = "&request.QueryString("id")&""
73 rs.Open sql, conn, 1, 1
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 115 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 75 lines
classaddcl.asp (https://github.com/74hu/74hujz.git) ASP 路 162 lines
pf_game.asp (https://github.com/hare1987/kaidun180.git) ASP 路 129 lines
14 Call infoback("排序数字不能为空!而且必须为数字!")
15 End If
16 Set rs = server.CreateObject("adodb.recordset")
17 sql = "select * from pf_game"
18 rs.Open sql, conn, 1, 3
29 Call close_rs
31 set rsop = server.CreateObject("adodb.recordset")
32 rsop.open "select * from pf_oprate",conn,1,3
33 rsop.addnew
66 </tr>
67 <%
68 Set rs = server.CreateObject("adodb.recordset")
69 sql = "select * from pf_game where pf_uploadfile <> 'text' order by pf_link_order asc"
70 rs.Open sql, conn, 1, 1
News_MU.asp (https://github.com/hare1987/kaidun180.git) ASP 路 126 lines
MoreGroup.asp (https://github.com/joechen2010/health.git) ASP 路 97 lines
62 If Recommend<>0 Then Param=Param & " and rRecommend=1"
63 If KS.S("key")<>"" Then Param=Param & " and TeamName like '%" & KS.R(KS.S("key")) &"%'"
64 Dim RSObj:Set RSObj=Server.CreateObject("ADODB.RECORDSET")
65 RSObj.Open "select a.*,b.classname from KS_team a inner join ks_teamclass b on a.classid=b.classid " & Param & " order by id desc",Conn,1,1
66 If RSObj.EOF and RSObj.Bof Then
67 str = str & "娌℃湁鐢ㄦ埛鍒涘缓鍦堝瓙锛<br/>"
68 Else
69 TotalPut = RSObj.RecordCount
70 If CurrentPage < 1 Then CurrentPage = 1
71 If (CurrentPage - 1) * MaxPerPage > TotalPut Then
intro.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 169 lines
22 'End If
24 ' If there is a request to update the new record, update the new record.
25 If Request.Form("Submit") = "Update Calendar" Then
26 rsNodes.Open "Calendar_Nodes", cnnMain,3,3
35 End If
37 ' If there is a request to update an existing record, update the existing record.
38 If Request.Form("Submit") = "Update Existing Calendar" Then
39 rsNodes.Open "SELECT * FROM Calendar_Nodes WHERE Node_ID =" & Request.Form("Node_ID"), cnnMain,3,3
62 set rsNodes = Server.CreateObject("ADODB.Recordset")
63 ' If there is a request to add new record, add new record.
64 If Request.Form("Submit") = "Add New Calendar" Then
65 rsNodes.Open strNode, cnnMain, 3, 3
67 End If
69 ' If there is a request by clicking a hyper link, open the recordset and grab the selected record.
70 If Request.QueryString("Node_ID") <> "" Then
71 rsNodes.Open "SELECT * FROM Calendar_Nodes WHERE Node_ID = " & Request.QueryString("Node_ID"), cnnMain, 3, 3
aboutus.asp (https://github.com/joechen2010/56.git) ASP 路 161 lines
pf_bulletin_add.asp (https://github.com/hare1987/kaidun180.git) ASP 路 77 lines
m018e0328.asp (git://github.com/boss2009/ASP-site.git) ASP 路 96 lines
12 var Description = String(Request.Form("Description")).replace(/'/g, "''");
13 var IsActive = ((Request.Form("IsActive")=="1") ? "1":"0");
14 var rsFundingSource = Server.CreateObject("ADODB.Recordset");
15 rsFundingSource.ActiveConnection = MM_cnnASP02_STRING;
16 rsFundingSource.Source = "{call dbo.cp_Funding_Source3("+ Request.Form("MM_recordId") + ",'" + Description + "'," + IsActive + ",0,'E',0)}";
22 }
24 var rsFundingSource = Server.CreateObject("ADODB.Recordset");
25 rsFundingSource.ActiveConnection = MM_cnnASP02_STRING;
26 rsFundingSource.Source = "{call dbo.cp_funding_source3("+Request.QueryString("insFunding_source_id")+",'',0,1,'Q',0)}";
88 </table>
89 <input type="hidden" name="MM_update" value="true">
90 <input type="hidden" name="MM_recordId" value="<%= rsFundingSource.Fields.Item("insFunding_source_id").Value %>">
91 </form>
92 </body>
ManageEventVisitorStatuses.asp (https://github.com/barrynovak5/SWOGC.git) ASP 路 151 lines
G_Manage.asp (https://github.com/hare1987/kaidun180.git) ASP 路 70 lines
faqinfo.asp (https://github.com/hare1987/kaidun180.git) ASP 路 67 lines
pf_slogan.asp (https://github.com/hare1987/kaidun180.git) ASP 路 84 lines
15 Call infoback("内容不能为空!")
16 End If
17 Set rs = server.CreateObject("adodb.recordset")
18 sql = "select * from pf_custom where id="&request.QueryString("id")&""
19 rs.Open sql, conn, 1, 3
22 Call close_rs
24 set rsop = server.CreateObject("adodb.recordset")
25 rsop.open "select * from pf_oprate",conn,1,3
26 rsop.addnew
54 <table>
55 <%
56 set rs = server.CreateObject("adodb.recordset")
57 sql = "select * from pf_custom where id="&request.QueryString("id")&""
58 rs.open sql,conn,1,1
displayDonationReasons.asp (https://github.com/barrynovak5/SWOGC.git) ASP 路 214 lines
icon.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML 路 199 lines
school.asp (https://github.com/hare1987/kaidun180.git) ASP 路 144 lines
pf_admin.asp (https://github.com/hare1987/kaidun180.git) ASP 路 184 lines
6 <%
7 If request.Form("submit") = "添加管理员" Then
8 Set rs = server.CreateObject("adodb.recordset")
9 sql = "select * from pf_admin where pf_admin_name='"&request.Form("pf_admin_name")&"'"
10 rs.Open sql, conn, 1, 1
23 Call infoback("您两次输入的密码不一致!请重新输入!")
24 End If
25 Set rs = server.CreateObject("adodb.recordset")
26 sql = "select * from pf_admin"
27 rs.Open sql, conn, 1, 3
34 Call close_rs
36 set rsop = server.CreateObject("adodb.recordset")
37 rsop.open "select * from pf_oprate",conn,1,3
38 rsop.addnew
render_article_list.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 214 lines
99 <%
100 OFFSET = 50
101 Dim total_record, total_page
102 total_record = articlesObj.length
103 total_page = total_record / OFFSET
105 if total_page > Round(total_record / OFFSET, 0) then
109 total_page = Round(total_page, 0)
111 if total_page = 0 and total_record > 1 then
112 total_page = 1
113 end if
stars.asp (https://github.com/hare1987/kaidun180.git) ASP 路 146 lines
21 <div class="title">凯顿月之星</div>
22 <%
23 set rs=server.createobject("adodb.recordset")
24 rs.open "select * from pf_ms where pf_link_style='凯顿月之星'order by ID asc",conn,1,1
25 if rs.recordcount=0 then
33 else
34 rs.PageSize =4 '每页记录条数
35 iCount=rs.RecordCount '锟斤拷录锟斤拷锟斤拷
36 iPageSize=rs.PageSize
37 maxpage=rs.PageCount
pf_class_modify.asp (https://github.com/hare1987/kaidun180.git) ASP 路 105 lines
18 Call infoback("上课地点不能为空!")
19 End If
20 Set rs = server.CreateObject("adodb.recordset")
21 sql = "select * from class where ID= "&request.QueryString("ID")&""
22 rs.Open sql, conn, 1, 3
49 <table>
50 <%
51 Set rs = server.CreateObject("adodb.recordset")
52 sql = "select * from class where ID= "&request.QueryString("ID")&""
53 rs.Open sql, conn, 1, 1
event-save.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 72 lines
25 if Request("submit") = "Add" then
26 sql = "SELECT * FROM events"
27 call CreateRecordSet(RecordSet, sql)
28 RecordSet.AddNew
31 else
32 sql = "SELECT * FROM events WHERE event_id = " & event_id
33 call CreateRecordSet(RecordSet, sql)
34 end if
45 RecordSet.Fields("event_country_bm") = Request("event_country_bm")
46 RecordSet.Fields("event_city_bm") = Request("event_city_bm")
47 RecordSet.Fields("event_name_bm") = Request("event_name_bm")
66 RecordSet.Close
68 call CloseRecordSet(RecordSet)
69 call ReindexEvents(Year(CDate(Request("event_date"))))
Default.asp (https://github.com/eriknjenga/ADT.git) ASP 路 92 lines
57 end if
59 'Create the recordset to retrieve data
60 Set oRs = Server.CreateObject("ADODB.Recordset")
69 While Not oRs.Eof
70 'Now create second recordset to get details for this factory
71 Set oRs2 = Server.CreateObject("ADODB.Recordset")
75 'Note that we're setting link as Detailed.asp?FactoryId=<<FactoryId>>
76 strXML = strXML & "<set label='" & ors("FactoryName") & "' value='" & ors2("TotOutput") & "' link='" & Server.URLEncode("Detailed.asp?FactoryId=" & ors("FactoryId")) & "'/>"
77 'Close recordset
78 Set oRs2 = Nothing
79 oRs.MoveNext
sql.asp (https://github.com/74hu/74hujz.git) ASP 路 75 lines
12 response.write"SQL娉ㄥ叆鏀诲嚮<br/>-------------<br/>涓鑸灏侀攣IP锛岀敤浜庝繚鎶ょ綉绔欏畨鍏ㄣ傚洜涓烘兂寰楀嚭鐢ㄦ敾鍑讳唬鐮佺粷瀵逛笉绠鍗曪紒鐗瑰埆鏄74hu_<br/>-------------<br/>"
13 call conndata
14 set rs=Server.CreateObject("ADODB.Recordset")
15 rs.open"select * from 74hu_sql order by id desc",conn,1,1
16 If Not rs.eof then
41 elseif act="dl" then
42 response.write"鍚庡彴鐧婚檰鏀诲嚮<br/>-------------<br/>涓鑸笉灏侀攣IP锛岀敤浜庣爺绌跺瘑鐮侊紝鍒跺畾浜烘兂涓嶅嚭鐨勫瘑鐮侊紒<br/>-------------<br/>"
43 set rs=Server.CreateObject("ADODB.Recordset")
44 rs.open"select * from 74hu_eyi order by id desc",conn,1,1
45 If Not rs.eof then
m009F3panel.asp (git://github.com/boss2009/ASP-site.git) ASP 路 65 lines
4 <!--#include file="../inc/ASPCheckLogin.inc" -->
5 <%
6 var rsEquipmentService = Server.CreateObject("ADODB.Recordset");
7 rsEquipmentService.ActiveConnection = MM_cnnASP02_STRING;
8 rsEquipmentService.Source = "{call dbo.cp_get_eqp_srv("+ Request.QueryString("intEquip_Srv_id") + ",0,0,'',1,'Q',0)}";
12 rsEquipmentService.Open();
14 var rsFunction = Server.CreateObject("ADODB.Recordset");
15 rsFunction.ActiveConnection = MM_cnnASP02_STRING;
16 rsFunction.Source = "{call dbo.cp_FrmPanel(10)}";
index.asp (https://github.com/joechen2010/health.git) ASP 路 72 lines
34 FileContent = KMRFObj.LoadTemplate(KS.Setting(112))
35 If Trim(FileContent) = "" Then FileContent = "模板不存在!"
36 Set RefreshRS = Server.CreateObject("Adodb.Recordset")
37 RefreshRS.Open "Select Title,Author,AddDate,Content From KS_Announce Where ID=" & AnnounceID, Conn, 1, 1
38 If Not RefreshRS.EOF Then
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 123 lines
7 Applicant_ID = GetVal("Applicant_ID", "")
9 ' 2. Create a Recordset Object
10 Set rsApplicant = Server.CreateObject("ADODB.Recordset")
13 ' 4. If there is a request to update the new record, update the new record
14 If Request.Form("Submit") = "Submit" Then
15 rsApplicant.Open "Application_Perserverence", cnnMain,3,3
pl.asp (https://github.com/hare1987/kaidun180.git) ASP 路 89 lines
s.asp (https://github.com/74hu/74hujz.git) ASP 路 68 lines
16 For HU_Xh=0 To Ubound(HU_Inf)
17 If Instr(LCase(Request.Form(HU_Post)),HU_Inf(HU_Xh))<>0 Then
18 set rs=Server.CreateObject("ADODB.Recordset")
19 rs.open"select * from 74hu_sql",conn,1,2
20 rs.addnew
43 For HU_Xh=0 To Ubound(HU_Inf)
44 If Instr(LCase(Request.QueryString(HU_Get)),HU_Inf(HU_Xh))<>0 Then
45 set rs=Server.CreateObject("ADODB.Recordset")
46 rs.open"select * from 74hu_sql",conn,1,2
47 rs.addnew
News_Manage.asp (https://github.com/hare1987/kaidun180.git) ASP 路 121 lines
log_view.asp (https://github.com/semious/dynacomcorp.git) ASP 路 106 lines
search_article.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 188 lines
1 锘<%
2 ' Dependancies: The parent file must included libraries before run this files '
3 Dim OFFSET, lang, sql, RecordSet
4 Dim objXml, lang_index
5 Dim prev_page, page, next_page
46 <%
47 OFFSET = 50
48 Dim total_record, total_page
49 total_record = articlesObj.length
50 total_page = total_record / OFFSET
52 if total_page > Round(total_record / OFFSET, 0) then
56 total_page = Round(total_page, 0)
58 if total_page = 0 and total_record > 1 then
59 total_page = 1
60 end if
pf_link_modify.asp (https://github.com/hare1987/kaidun180.git) ASP 路 117 lines
15 Call infoback("排序数字不能为空!而且必须为数字!")
16 End If
17 Set rs = server.CreateObject("adodb.recordset")
18 sql = "select * from pf_link where id = "&request.QueryString("id")&""
19 rs.Open sql, conn, 1, 3
29 Call close_rs
31 set rsop = server.CreateObject("adodb.recordset")
32 rsop.open "select * from pf_oprate",conn,1,3
33 rsop.addnew
61 <table>
62 <%
63 Set rs = server.CreateObject("adodb.recordset")
64 sql = "select * from pf_link where id = "&request.QueryString("id")&""
65 rs.Open sql, conn, 1, 1
tj.asp (https://github.com/joechen2010/56.git) ASP 路 109 lines
pf_recruitment_modify.asp (https://github.com/hare1987/kaidun180.git) ASP 路 150 lines
9 Call infoback("职位名称不能为空!")
10 End If
11 Set rs = Server.CreateObject("ADODB.Recordset")
12 sql = "select * from pf_recruitment where id="&request.QueryString("id")&""
13 rs.Open sql, conn, 1, 3
26 set rsop = server.CreateObject("adodb.recordset")
27 rsop.open "select * from pf_oprate",conn,1,3
28 rsop.addnew
57 <table class="table">
58 <%
59 Set rs = server.CreateObject("adodb.recordset")
60 sql = "select * from pf_recruitment where id="&request.QueryString("id")&""
61 rs.Open sql, conn, 1, 1
link-save.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 136 lines
53 if upload.Form("submit") = "Add" then
54 sql = "SELECT * FROM links"
55 call CreateRecordSet(RecordSet, sql)
56 RecordSet.AddNew
59 else
60 sql = "SELECT * FROM links WHERE link_id = " & link_id
61 Call CreateRecordSet(RecordSet, sql)
62 end if
119 Dim OrderRecordSet
120 sql = "SELECT COUNT(1) AS 'counter' FROM links WHERE order_index = " & upload.Form("order_index") & " AND NOT (link_id = " & link_id & ")"
121 call CreateRecordSet(OrderRecordSet, sql)
122 if OrderRecordSet.Fields("'counter'") > 0 then
127 RecordSet.Close
129 call CloseRecordSet(RecordSet)
131 call ReindexLinksData(upload.Form("link_type"), upload.Form("video_category_code"))
reset-password.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 70 lines
16 error_msg = "The retype password doesn't same with the new password"
17 else
18 Dim RecordSet, sql
19 sql = "SELECT password FROM tbl_users WHERE username = '" & Session("login") & "'"
21 call SetConnection(GetUserDbPath())
22 call OpenDatabase()
23 call CreateRecordSet(RecordSet, sql)
25 if not RecordSet.EOF then
26 if old_password <> RecordSet("password") then
27 error_msg = "The password you entered doesn't seem is same with the previous password"
28 else
29 RecordSet("password") = new_password
30 RecordSet.Update
BasicDBExample.asp (https://github.com/eriknjenga/ADT.git) ASP 路 93 lines
64 Dim oRs
65 'Create the recordset to retrieve data
66 Set oRs = Server.CreateObject("ADODB.Recordset")
68 ' Fetch all factory records using SQL Query
69 ' Store chart data values in 'total' column/field and category names in 'FactoryName'
70 dim strQuery
79 Call FC.addDataFromDatabase(oRs, "total", "FactoryName", "" ,"")
80 end if
81 ' Close Recordset
82 oRs.Close
83 set oRs=Nothing
set_topscore.asp (https://github.com/cornflakesuperstar/minesweeper.git) ASP 路 82 lines
8 var timeTaken = Request.QueryString("timeTaken");
9 var name = Request.QueryString("name");
10 var dateRecorded = Request.QueryString("dateRecorded");
12 if (boardType == "" || timeTaken == "" || name == "" || dateRecorded == "") {
22 xml.load(Server.MapPath(".") + "\\top_scores.xml");
24 var numScoresRecorded = xml.selectSingleNode("topScores/numberScoresRecorded").text;
25 var rank = -1;
26 var scoresOnBoard = xml.selectNodes("topScores/" + boardType + "/score");
39 var lastScore = false;
40 if (notFound && rank == -1) {
41 if (i < numScoresRecorded - 1) {
42 rank = i + 1;
43 notFound = false;
60 var nameNode = xml.createElement("name");
61 nameNode.text = name;
62 var dateRecordedNode = xml.createElement("dateRecorded");
63 dateRecordedNode.text = dateRecorded;
clist.asp (https://github.com/74hu/74hujz.git) ASP 路 82 lines
12 <%
13 call conndata
14 set rs=server.createobject("adodb.recordset")
15 rs.open "select * from 74hu_class where classid="&id,conn,1,1
37 set rs=nothing
38 %>
39 <% set rs=server.createobject("adodb.recordset")
40 sql = "select * from 74hu_class where parent="&id&" order by pid asc"
41 rs.open sql,conn,1,1
44 PageSize=20
45 gopage="clist.asp?sid="&sid&"&id="&id&"&"
46 Count=rs.recordcount
47 page=int(request.QueryString ("page"))
48 if page<=0 or page="" then page=1
store_add2.asp (https://github.com/semious/dynacomcorp.git) ASP 路 120 lines
messagesave.asp (https://github.com/joechen2010/56.git) ASP 路 115 lines
PieData.asp (https://github.com/eriknjenga/ADT.git) ASP 路 56 lines
23 end if
25 'Create the recordset to retrieve data
26 Set oRs = Server.CreateObject("ADODB.Recordset")
35 While Not oRs.Eof
36 'Now create second recordset to get details for this factory
37 Set oRs2 = Server.CreateObject("ADODB.Recordset")
40 'Generate <set label='..' value='..'/>
41 strXML = strXML & "<set label='" & ors("FactoryName") & "' value='" & ors2("TotOutput") & "' />"
42 'Close recordset
43 Set oRs2 = Nothing
44 oRs.MoveNext
login.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 78 lines
pf_admin_password.asp (https://github.com/hare1987/kaidun180.git) ASP 路 95 lines
12 Call infoback("您两次输入的密码不一致!请重新输入!")
13 End If
14 Set rs = server.CreateObject("adodb.recordset")
15 sql = "select * from pf_admin where pf_admin_name = '"&session("pf_admin_name")&"'"
16 rs.Open sql, conn, 1, 3
20 Call close_rs
22 set rsop = server.CreateObject("adodb.recordset")
23 rsop.open "select * from pf_oprate",conn,1,3
24 rsop.addnew
54 <form method="post">
55 <%
56 set rs = server.CreateObject("adodb.recordset")
57 sql = "select * from pf_admin where pf_admin_name = '"&session("pf_admin_name")&"'"
58 rs.open sql,conn,1,1
pf_yyhd.asp (https://github.com/hare1987/kaidun180.git) ASP 路 116 lines
20 'Call infoback("排序数字不能为空!而且必须为数字!")
21 'End If
22 Set rs = server.CreateObject("adodb.recordset")
23 sql = "select * from pf_hdyy"
24 rs.Open sql, conn, 1, 3
36 Call close_rs
38 set rsop = server.CreateObject("adodb.recordset")
39 rsop.open "select * from pf_oprate",conn,1,3
40 rsop.addnew
72 </tr>
73 <%
74 Set rs = server.CreateObject("adodb.recordset")
75 sql = "select * from pf_hdyy"
76 rs.Open sql, conn, 1, 1
smsview.asp (https://github.com/74hu/74hujz.git) ASP 路 88 lines
index.asp (https://github.com/joechen2010/health.git) ASP 路 89 lines
Add.asp (https://github.com/hare1987/kaidun180.git) ASP 路 69 lines
pf_class.asp (https://github.com/hare1987/kaidun180.git) ASP 路 135 lines
pf_left.asp (https://github.com/hare1987/kaidun180.git) ASP 路 317 lines
article.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 144 lines
29 end if
31 call CreateRecordSet(RecordSet, sql)
32 %>
36 <head>
37 <title>FusionExcel - News & Events - News & Events Page 01 of 27.</title>
38 <meta name="description" content="<% if RecordSet("meta_description") <> "" then %><%= RecordSet("meta_description") %><% else %><% end if %>">
39 <meta name="keywords" content="<% if RecordSet("meta_keywords") <> "" then %><%= RecordSet("meta_keywords") %><% else %>FusionExcel International<% end if %>">
40 <meta charset="ISO-8859-1" />
41 <meta name="robots" content="<% if RecordSet("meta_robots") <> "" then %><%= RecordSet("meta_robots") %><% else %>all<% end if %>">
42 <meta name="distribution" content="global" />
43 <meta name="author" content="<% if RecordSet("meta_author") <> "" then %><%= RecordSet("meta_author") %><% else %>FusionExcel International<% end if %>">
105 <tbody>
106 <tr>
107 <td valign="top"><strong><%= RecordSet("title") %></strong></td>
108 </tr>
109 <tr>
vote_do.asp (https://github.com/hare1987/kaidun180.git) ASP 路 80 lines
mymin_class.asp (https://github.com/74hu/74hujz.git) ASP 路 43 lines
moreteacher.asp (https://github.com/hare1987/kaidun180.git) ASP 路 156 lines
30 <%
31 set rs=server.createobject("adodb.recordset")
32 if style = "专家团队" then
33 rs.open "select * from pf_ms where pf_link_style='专家团队'order by ID asc",conn,1,1
35 rs.open "select * from pf_ms where pf_link_style='教师团队'order by ID asc",conn,1,1
36 end if
37 if rs.recordcount=0 then
38 %><script language=javascript>document.title='<%=rs("pf_link_style")%>_凯顿儿童美语学校欢迎您!';</script>
39 <table width="100%" border="0" cellspacing="0" cellpadding="5" align="center">
45 else
46 rs.PageSize =8 '每页记录条数
47 iCount=rs.RecordCount '锟斤拷录锟斤拷锟斤拷
48 iPageSize=rs.PageSize
49 maxpage=rs.PageCount
layout.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 60 lines
EventDBDetails.asp (https://github.com/barrynovak5/SWOGC.git) ASP 路 77 lines
Show_News.asp (https://github.com/joechen2010/health.git) ASP 路 76 lines
31 UserName=KS.S("i")
32 If UserName="" Then Response.End()
33 Dim RS:Set RS=Server.CreateObject("ADODB.RECORDSET")
34 RS.Open "Select top 1 * From KS_Blog Where UserName='" & UserName & "'",Conn,1,1
35 If RS.Eof And RS.Bof Then
56 Dim SQL,i,RS,PhotoUrl
57 str="銆愭煡鐪嬫柊闂汇<br/>"
58 Set RS=Server.CreateObject("ADODB.RECORDSET")
59 RS.Open "Select top 1 * From KS_EnterPriseNews Where UserName='" & UserName & "' and ID=" & KS.ChkClng(KS.S("ID")) ,conn,1,1
60 If RS.EOF and RS.Bof Then
admin_grade.asp (https://github.com/openwhu/OpenWHU.git) ASP 路 490 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 281 lines
6 End If
8 ' Create a recordset object called rsRotation.
9 set rsRotation = Server.CreateObject("ADODB.Recordset")
10 set rsRotation2 = Server.CreateObject("ADODB.Recordset")
11 set rsMonth = Server.CreateObject("ADODB.Recordset")
12 set rsRegion = Server.CreateObject("ADODB.Recordset")
13 set rsTeams = Server.CreateObject("ADODB.Recordset")
14 set rsTeams2 = Server.CreateObject("ADODB.Recordset")
16 rsRotation2.Open "Select * from Fema_Rotation", cnnBCFPD, 3
filmstrip.asp (git://github.com/evizitei/bcfpd_asp.git) ASP 路 114 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 253 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 100 lines
9 Application_ID = GetVal("Application_ID", "")
11 ' 2. Create a Recordset Object
12 Set rsApplicant = Server.CreateObject("ADODB.Recordset")
14 ' If there is a request to delete, delete the record.
15 'If Request.Form("Submit") = "Delete Contact" Then
16 rsApplicant.Open "Application_SK", cnnBCFPD, 3, 3
other.asp (https://github.com/hare1987/kaidun180.git) ASP 路 43 lines
read.asp (https://github.com/joechen2010/56.git) ASP 路 100 lines
5 <%
6 conn.execute("update message set new=1 where id="&request("id"))
7 set rs=server.createobject("adodb.recordset")
8 sql="select * from message where id="&request("id")
9 rs.open sql,conn,1,1
64 <table cellspacing=1 cellpadding=3 width=100% align=center border=0 bgcolor="#B1D4F2">
65 <tr bgcolor="#EDF6FF">
66 <%set rs2=server.createobject("adodb.recordset")
67 sql2="select * from qyml where user='"&rs("T_user")&"'"
68 rs2.open sql2,conn,1,1
save.asp (https://github.com/hare1987/kaidun180.git) ASP 路 65 lines
adminpl.asp (https://github.com/74hu/74hujz.git) ASP 路 63 lines
6 <%
7 call conndata
8 set rs=server.createobject("adodb.recordset")
9 rs.open "Select * from 74hu_pl order by id desc",conn,1,1
10 If Not rs.eof Then
26 plsj=rs("pltime")
28 set rs1=server.createobject("adodb.recordset")
29 sql="Select classid,title from 74hu_article where ID="&smsid
30 rs1.open sql,conn,1,1
DisplayEventVisitors.asp (https://github.com/barrynovak5/SWOGC.git) ASP 路 68 lines
Main.asp (https://github.com/hare1987/kaidun180.git) ASP 路 63 lines
schoolinfo.asp (https://github.com/hare1987/kaidun180.git) ASP 路 67 lines
3 <%
4 id=request.QueryString("id")
5 set rs1=server.CreateObject("adodb.recordset")
6 rs1.open "select * from pf_sc where sc_num="&id,conn,1,3
7 %>
26 <div class="content">
27 <%
28 set rs=server.CreateObject("adodb.recordset")
29 rs.open "select * from pf_sc where sc_num="&request.QueryString("id")&"",conn,1,1
30 %>
sjs_modefig.asp (https://github.com/joechen2010/56.git) ASP 路 54 lines
reports_tah.asp (https://github.com/khaneh/Orders.git) ASP 路 158 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 98 lines
cc6.asp (https://github.com/hare1987/kaidun180.git) ASP 路 34 lines
links.asp (https://github.com/74hu/74hujz.git) ASP 路 46 lines
cat_edit.asp (https://github.com/semious/dynacomcorp.git) ASP 路 328 lines
class.asp (https://github.com/hare1987/kaidun180.git) ASP 路 145 lines
20 <div class="content">
21 <div class="title">最新开班信息</div>
22 <%set rs=server.createobject("adodb.recordset")
23 rs.open "select * from class order by ID desc",conn,1,1
24 if rs.recordcount=0 then
32 else
33 rs.PageSize =20 '每页记录条数
34 iCount=rs.RecordCount '锟斤拷录锟斤拷锟斤拷
35 iPageSize=rs.PageSize
36 maxpage=rs.PageCount
tdetail.asp (https://github.com/hare1987/kaidun180.git) ASP 路 48 lines
Detailed.asp (https://github.com/eriknjenga/ADT.git) ASP 路 99 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 95 lines
Lnk_Add.asp (https://github.com/hare1987/kaidun180.git) ASP 路 66 lines
Manage.asp (https://github.com/hare1987/kaidun180.git) ASP 路 70 lines
G_Edit.asp (https://github.com/hare1987/kaidun180.git) ASP 路 64 lines
3 <%
4 SQL="Select * from gg where id="&Request("id")
5 set rs=server.createobject("adodb.recordset")
6 rs.open SQL,conn,1,3
7 if rs.eof and rs.bof then
15 end if
16 SQL="Select * from gg where id="&Request("id")
17 set rs=server.createobject("adodb.recordset")
18 rs.open SQL,conn,1,3
19 rs("title")=Trim(Request("title"))
flashScripts.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 78 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 135 lines
6 Applicant_ID = GetVal("Applicant_ID", "")
8 ' 2. Create a Recordset Object
9 Set rsApplicant = Server.CreateObject("ADODB.Recordset")
12 ' 4. If there is a request to update the new record, update the new record
13 If Request.Form("Submit") = "Submit" Then
14 rsApplicant.Open "Application_SK", cnnMain,3,3
m001tpl213.asp (git://github.com/boss2009/ASP-site.git) ASP 路 167 lines
6 var rsContact__intpAdult_id = String(Request.QueryString("intAdult_id"));
7 var rsContact__intContact_id = String(Request.QueryString("intContact_id"));
8 var rsContact = Server.CreateObject("ADODB.Recordset");
9 rsContact.ActiveConnection = MM_cnnASP02_STRING;
10 rsContact.Source = "{call dbo.cp_Cntct_Detail("+ rsContact__intpAdult_id.replace(/'/g, "''") + ","+ rsContact__intContact_id.replace(/'/g, "''") + ")}";
16 var rsClient__intpAdult_id = String(Request.QueryString("intAdult_id"));
17 var rsClient = Server.CreateObject("ADODB.Recordset");
18 rsClient.ActiveConnection = MM_cnnASP02_STRING;
19 rsClient.Source = "{call dbo.cp_Idv_Adult_Client("+ rsClient__intpAdult_id.replace(/'/g, "''") + ")}";
pf_c1.asp (https://github.com/hare1987/kaidun180.git) ASP 路 86 lines
15 Call infoback("内容不能为空!")
16 End If
17 Set rs = server.CreateObject("adodb.recordset")
18 sql = "select * from pf_custom where id="&request.QueryString("id")&""
19 rs.Open sql, conn, 1, 3
25 set rsop = server.CreateObject("adodb.recordset")
26 rsop.open "select * from pf_oprate",conn,1,3
27 rsop.addnew
56 <table>
57 <%
58 set rs = server.CreateObject("adodb.recordset")
59 sql = "select * from pf_custom where id="&request.QueryString("id")&""
60 rs.open sql,conn,1,1
save.asp (https://github.com/74hu/74hujz.git) ASP 路 54 lines
Link_class.asp (https://github.com/74hu/74hujz.git) ASP 路 39 lines
6 <% dim rs,Sql
7 call conndata
8 set rs=server.createobject("adodb.recordset")
9 sql = "select * from 74hu_linkc Order by pid asc"
10 rs.open sql,conn,1,1
14 Dim Count,page,pagecount,gopage
15 gopage="Link_class.asp?sid="&sid&"&"
16 Count=rs.recordcount
17 response.write (""&now()&"<br/>")
18 response.write ("鍏:"&count&"鏉″弸閾惧垎绫<br/>")
product_add.asp (https://github.com/semious/dynacomcorp.git) ASP 路 205 lines
include_UtilFunctions.asp (https://github.com/khaneh/Orders.git) ASP 路 45 lines
15 mySQL="INSERT INTO ReportLog (PrintedBy, PrintDate, PrintTime, clientIP, ReportFileName, ReportParameterNames, ReportParameterValues, ReturnURL) VALUES('"& session("ID") & "',N'"& printDate & "', N'"& printTime & "', N'"& clientIP & "', N'"& ReportFileName & "', N'"& ReportParameterNames & "', N'"& ReportParameterValues & "', N'"& ReturnURL & "' ); SELECT @@Identity AS NewInvoicePrintForm"
17 Set RS_ReportLog = conn.Execute(mySQL).NextRecordSet
18 NewInvoicePrintForm = RS_ReportLog("NewInvoicePrintForm")
school8.asp (https://github.com/hare1987/kaidun180.git) ASP 路 61 lines
school7.asp (https://github.com/hare1987/kaidun180.git) ASP 路 61 lines
school6.asp (https://github.com/hare1987/kaidun180.git) ASP 路 61 lines
school4.asp (https://github.com/hare1987/kaidun180.git) ASP 路 61 lines
school3.asp (https://github.com/hare1987/kaidun180.git) ASP 路 61 lines
school2.asp (https://github.com/hare1987/kaidun180.git) ASP 路 61 lines
school5.asp (https://github.com/hare1987/kaidun180.git) ASP 路 61 lines
doexcel.asp (https://github.com/hare1987/kaidun180.git) ASP 路 73 lines
21 '--创建EXCEL文件
22 set myfile = fs.CreateTextFile(filename,true)
23 Set rs = Server.CreateObject("ADODB.Recordset")
24 '--从数据库中把你想放到EXCEL中的数据查出来
25 sql = "select id as 编号,name as 姓名,sex as 性别,age as 年龄,birth as 生日,Fname as 家长姓名,tel as 电话,email as 电子信箱,school as 校区,hd as 活动,regtime as 预约时间 from Pf_buy"
28 if rs.EOF and rs.BOF then
30 set rsop = server.CreateObject("adodb.recordset")
31 rsop.open "select * from pf_oprate",conn,1,3
32 rsop.addnew
60 set rs = nothing
62 set rsop = server.CreateObject("adodb.recordset")
63 rsop.open "select * from pf_oprate",conn,1,3
64 rsop.addnew
intro.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 85 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 88 lines
pf_s6.asp (https://github.com/hare1987/kaidun180.git) ASP 路 84 lines
15 Call infoback("内容不能为空!")
16 End If
17 Set rs = server.CreateObject("adodb.recordset")
18 sql = "select * from pf_custom where id="&request.QueryString("id")&""
19 rs.Open sql, conn, 1, 3
23 Call close_conn
25 set rsop = server.CreateObject("adodb.recordset")
26 rsop.open "select * from pf_oprate",conn,1,3
27 rsop.addnew
54 <table>
55 <%
56 set rs = server.CreateObject("adodb.recordset")
57 sql = "select * from pf_custom where id="&request.QueryString("id")&""
58 rs.open sql,conn,1,1
detail.asp (https://github.com/joechen2010/56.git) ASP 路 108 lines
28 response.end
29 end if
30 set rs=server.CreateObject("adodb.recordset")
31 sql="select * from zx_info a,qyml b where a.infoid="&request("infoid")&" and a.gsid=b.user"
32 'sql="select * from info2 where infoid="&infoid
60 </tr>
61 <%
62 set rs1=server.CreateObject("adodb.recordset")
63 sql1 = "select * from zx_info2 where infoid="&rs("infoid")&" order by id desc"
64 rs1.open sql1,conn,1,1
65 if not rs1.eof then
66 for j=1 to rs1.recordcount
67 %>
68 <tr bgcolor="#FFFFFF" align="center">
kid_dbtest.asp (https://github.com/khaneh/Orders.git) ASP 路 73 lines
m009pop2.asp (git://github.com/boss2009/ASP-site.git) ASP 路 114 lines
11 if (String(Request.Form("MM_update"))=="true"){
12 var rsUpdateBoxes = Server.CreateObject("ADODB.Recordset");
13 rsUpdateBoxes.ActiveConnection = MM_cnnASP02_STRING;
14 rsUpdateBoxes.CursorType = 0;
42 }
44 var rsBoxes = Server.CreateObject("ADODB.Recordset");
45 rsBoxes.ActiveConnection = MM_cnnASP02_STRING;
46 rsBoxes.Source = "{call dbo.cp_eqpsrv_ship_box(0,"+Request.QueryString("intSrv_dtl_id")+",0,0,"+Request.QueryString("intEquip_Srv_id")+",0,0,'Q',0)}";
Area_Edit.asp (https://github.com/hare1987/kaidun180.git) ASP 路 83 lines
reply.asp (https://github.com/joechen2010/56.git) ASP 路 104 lines
3 <!--#include file="../Member/check.asp"-->
4 <%
5 set rs=server.createobject("adodb.recordset")
6 sql="select * from message where id="&request("id")
7 rs.open sql,conn,1,1
62 <td valign="top" bgcolor="#FFFFFF">
63 <table width="100%" border="0">
64 <%set rs2=server.createobject("adodb.recordset")
65 sql2="select * from qyml where user='"&rs("T_user")&"'"
66 rs2.open sql2,conn,1,1
links.asp (https://github.com/akabeko/fusionexcel.git) ASP 路 112 lines
66 call SetConnection(GetLinksDbPath())
67 call OpenDatabase()
68 call CreateRecordSet(RecordSet, sql)
69 %>
70 <form method="post" id="id_links_list" action="links.asp?delete=1">
90 <% if RecordSet("link_type") = 1 then %>
91 <a href="article-edit.asp?action=edit&id=<%= RecordSet("article_id") %>" target="_blank"><%= RecordSet("article_name") %></a>
92 <% elseif RecordSet("link_type") = 2 then %>
94 <% end if %>
95 </td>
96 <td><a href="link-edit.asp?action=edit&id=<%= RecordSet("link_id") %>"><%= RecordSet("link_title") %></a></td>
97 <% if RecordSet("publish") then %>
109 </table>
110 </form>
111 <% call CloseRecordSet(RecordSet) %>
112 <!--#include file="footer.asp" -->
delscl.asp (https://github.com/74hu/74hujz.git) ASP 路 34 lines
index.asp (https://github.com/evizitei/bcfpd_asp.git) ASP 路 178 lines
38 ' If there is a request to update the new record, update the new record.
39 If Request.Form("Submit") = "Update Category" Then
40 rsCategory.Open "Training_library_category", cnnMain,3,3
49 End If
51 ' If there is a request to update an existing record, update the existing record.
52 If Request.Form("Submit") = "Update Existing Category" Then
53 rsCategory.Open "SELECT * FROM Training_library_category WHERE Category_ID =" & Request.Form("Category_ID"), cnnMain,3,3
75 <% If Request.Form("Submit") = "Add New Category" OR Request.QueryString("Category_ID") <> "" Then
77 ' If there is a request to add new record, add new record.
78 If Request.Form("Submit") = "Add New Category" Then
79 rsCategory.Open strNode, cnnMain, 3, 3