´ç½Å¿¡°Ô·Î ¶°³ª´Â ²Þ¼Ó¿©Çà - ²Þ¼Ó³ª¶ó(http://www.inyourdream.net)
ID¿Í Password¸¦ ÀÔ·ÂÇϼ¼¿ä.
ÀÔ±¹Çϱâ
|
¿µÁÖ±Ç ½Åû
¸öºÎ¸² °ñ¶ó°ñ¶ó
¼Ò±Ù¼Ò±Ù
µµ¶õµµ¶õ
³«¼¸¶´ç
Âø°¢ÇѾÆÀÌ
¼ýÀÚ¸ÂÃß±â
¼Ò¿øºô±â
ÈçÀû³²±â±â
²Þ¼Ó¿©Çà
Ä£±¸Áý ³î·¯°¡±â
¸ðµÎµå¸²´ÔÀÇ È¨
î¤éÞ´ÔÀÇ È¨
Çö¿ì´ÔÀÇ È¨
º°¾ÆÇØ´ÔÀÇ È¨
ÇÞ»ì´ÔÀÇ È¨
À̳ª´Ï´ÔÀÇ È¨
À¯¸®¾Ë´ÔÀÇ È¨
³È³ÈÀÌ´ÔÀÇ È¨
²ÀÁö´ÔÀÇ È¨
´ë¼º´ÔÀÇ È¨
µî·ÏÇϽǶ§´Â ÇʼöÇ׸ñÀ» ¸ðµÎ ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù.
À̸§
*
HTML »ç¿ë
Á¦¸ñ
*
¼±ÅÃ
ÀÚÀÛ
»ç¶û
À¯¸Ó
ÀÚÀ¯
̵̧
¾Ë¸²
Áú¹®
±âŸ
³»¿ë
*
> > ¾È³çÇϼ¼¿ä, À̽ÂÀÍÀÔ´Ï´Ù. > > > > ´ÙÀ½°ú °°ÀÌ ÇÏ¸é µË´Ï´Ù. > > ¹°·Ð Á¤»óÀûÀÎ ¹æ¹ýÀÌ ¾Æ´Ï±â¿¡ 俵´Ô²²¼ ¾ð±ÞÀ» ÇÏÁö ¾ÊÀ¸½Å °Í °°Àºµ¥¿ä. ¿ö³« ²Ç¼ö¸¦ ÁÁ¾ÆÇÏ´Â ÀúÀ̱⿡... -,.- > > > > <% > > Set DBConn = Server.CreateObject("ADODB.Connection") > > DBConn.Open(Application("CONNECTION_STRING")) > > > > 'Áߺ¹µÈ Å×À̺íÀ϶§´Â ¿¡·¯ ¸Þ¼¼Áö¸¦ »Ñ·ÁÁØ´Ù. > > On Error Resume Next > > DBConn.Execute "CREATE TABLE DuplicatedTables (Num Counter)" > > > > If Err.Number <> 0 Then > > If InStr(Err.Description, "Å×À̺íÀÌ ÀÌ¹Ì ÀÖ½À´Ï´Ù") > 0 Then > > Response.Write "ÁöÁ¤ÇϽŠÅ×À̺íÀÌ ÀÌ¹Ì Á¸ÀçÇÕ´Ï´Ù." > > Err.Clear > > On Error Goto 0 > > Else > > number = Err.Number > > description = Err.Description > > source = Err.Source > > helpfile = Err.HelpFile > > helpcontext = Err.HelpContext > > > > Err.Clear > > On Error Goto 0 > > > > Err.Description = description > > Err.Source = source > > Err.HelpFile = helpfile > > Err.HelpContext = helpcontext > > > > Err.Raise number > > End If > > End If > > > > 'syntax °¡ Ʋ¸®´Â ¿¡·¯, Áï ÀϹÝÀûÀÎ ¿¡·¯ÀÌ¸é ±×´ë·Î ¿¡·¯¸¦ ¹ß»ýÇÑ´Ù. > > On Error Resume Next > > DBConn.Execute "CREATE TABLE NotDuplicatedTables IncorrectSyntax (Num Counter)" > > > > If Err.Number <> 0 Then > > If InStr(Err.Description, "Å×À̺íÀÌ ÀÌ¹Ì ÀÖ½À´Ï´Ù") > 0 Then > > Response.Write "ÁöÁ¤ÇϽŠÅ×À̺íÀÌ ÀÌ¹Ì Á¸ÀçÇÕ´Ï´Ù." > > Err.Clear > > On Error Goto 0 > > Else > > number = Err.Number > > description = Err.Description > > source = Err.Source > > helpfile = Err.HelpFile > > helpcontext = Err.HelpContext > > > > Err.Clear > > On Error Goto 0 > > > > Err.Description = description > > Err.Source = source > > Err.HelpFile = helpfile > > Err.HelpContext = helpcontext > > > > Err.Raise number > > End If > > End If > > %> > > > > Çѹø Çغ¸¼¼¿ä. > > > > °¨»çÇÕ´Ï´Ù. > > > > ¿ì¿Í... ½ÂÀÍ´Ô... Á¤¸» ¸ÚÁý´Ï´Ù... > > ¹Ú¼ö ¦¦¦~~~ > > ¿ª½Ã Ȩ·±¿Õ´ä½À´Ï´Ù... ¾Ñ... Ȩ·±¿ÕÀº ½Â¿±À̱º.. ^^; > > -----------------------------------------------------------
Ãß°¡ÇÒ À̹ÌÁö¸¦ ÀÔ·ÂÇϼ¼¿ä.
À̹ÌÁö 1
À̹ÌÁö¼³¸í 1
Ãß°¡ÇÒ ÀڷḦ ÀÔ·ÂÇϼ¼¿ä.
ÀÚ·á 1
ÀÚ·á¼³¸í 1
Ãß°¡ÇÒ ½ÎÀÌÆ®¸¦ ÀÔ·ÂÇϼ¼¿ä.
°ü·Ã½ÎÀÌÆ® 1
½ÎÀÌÆ®¼³¸í 1
Password
*