|
|
|
|
¿À³ª¿µ / 2000-01-10 / ¿ÀÈÄ 5:56:00 / 210.126.217.148
Á¶È¸¼ö : 149
|
[Áú¹®] ±Ûº¸±â¿¡¼ ¹Ù·Î ÀÌÀü±Û ´ÙÀ½±Û ³Ñ¾î°¡±â |
±Ûº¸±â¿¡¼ ¹Ù·Î ÀÌÀü±Û ´ÙÀ½±Û ³Ñ¾î°¡±â°¡ Àß ¾ÈµÇ³×¿ä...
sql="select * from j_board where ID= " &id
set result=Dbcon.Execute sql
aa="select min(ID) from j_board where ID > " & id
¿©±â¶û
dd="select max(ID) from j_board where ID < " & id
¿©±â¿ä
set rs=server.CreateObject ("ADODB.Recordset")
rs.Open sql, Dbcon
ÀÌÀü±Û ´ÙÀ½±ÛÀÇ Äõ¸®¸¦ °¢°¢ µÎ°³ ³¯·Á¾ß Çϴµ¥
¾î¶»°Ô ÇؾßÇÒÁö ¸ð¸£°Ú¾î¿ä
|
|
|