: http://moniwiki.kldp.org/wiki.php/~En/MoniWiki/DownLoad
인스톨 주소
: http://moniwiki.kldp.org/wiki.php/HelpOnInstallation?

설치 메뉴얼 주소
: http://wiki.kldp.org/wiki.php/%C0%A7%C5%B0%BC%B3%C4%A1%C7%CF%B1%E2




Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
"
Response.Write " Result : "
while not RS.eof
Response.Write RS(0)
Response.Write "
"
RS.MoveNext
wend
RS.Close
DbCon.Close
set RS = nothing
set DbCon = nothing
[odbc 로 접속할 경우]
mysql.com 에 접속해서 myodbc 다운받아 설치
<%
Set MyConn = Server.CreateObject("ADODB.Connection")
MyConn.Open "mysql"
SQL_query = "SELECT * FROM your_table WHERE your_field LIKE '%abc%';"
Set RS = MyConn.Execute(SQL_query)
%>
<% Response.Write SQL_query %>
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
- 홍반장
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |