{"id":848,"date":"2012-09-18T14:57:04","date_gmt":"2012-09-18T05:57:04","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=848"},"modified":"2022-04-05T11:56:31","modified_gmt":"2022-04-05T02:56:31","slug":"storedproc-%ec%82%ac%ec%9a%a9%eb%b0%a9%eb%b2%95-%eb%a6%ac%ed%84%b4%ea%b0%92","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=848","title":{"rendered":"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark : ASP\uc5d0\uc11c Stored Procedure \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800 \uc801\uc6a9 \uc0d8\ud50c<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \" >&lt;!--#include file=conn_db.asp--&gt;\n&lt;!--#include file=adovbs.inc--&gt;\n&lt;%\n-- \uc911\uac04 \uc0dd\ub7b5 --\nSet cmd = Server.CreateObject(\"ADODB.command\")\nWith cmd\n.ActiveConnection = conn\n.commandtext = \"StoreName\"\n.commandType = adCmdStoredProc\n\n.Parameters.Append .CreateParameter(\"@Param01\", adVarchar, adParamInput, 4000)\n.Parameters(\"@Param01\") = varParam01\n\n.Parameters.Append .CreateParameter(\"@Param02\", adVarchar, adParamInput, 2)\n.Parameters(\"@Param02\") = varParam02\n\n.Parameters.Append .CreateParameter(\"@retValue\", adInteger, adParamOutput, 1)\n.Execute ln, , adExecuteNoRecords\n\nretCount = .Parameters(\"@retValue\")\nEnd with\n\n'response.write retCount\n\nSet cmd=nothing\n\nCONN.CLOSE\nSET CONN = NOTHING<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Remark : ASP\uc5d0\uc11c Stored Procedure \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800 \uc801\uc6a9 \uc0d8\ud50c<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-848","post","type-post","status-publish","format-standard","hentry","category-asp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=848\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Remark : ASP\uc5d0\uc11c Stored Procedure \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800 \uc801\uc6a9 \uc0d8\ud50c\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=848\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2012-09-18T05:57:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-05T02:56:31+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12\",\"datePublished\":\"2012-09-18T05:57:04+00:00\",\"dateModified\":\"2022-04-05T02:56:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848\"},\"wordCount\":6,\"commentCount\":0,\"articleSection\":[\"[Dev]ASP\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848\",\"name\":\"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2012-09-18T05:57:04+00:00\",\"dateModified\":\"2022-04-05T02:56:31+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=848#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=848","og_locale":"ko_KR","og_type":"article","og_title":"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12 - AuctionPro","og_description":"Remark : ASP\uc5d0\uc11c Stored Procedure \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800 \uc801\uc6a9 \uc0d8\ud50c","og_url":"https:\/\/www.auctionpro.co.kr\/?p=848","og_site_name":"AuctionPro","article_published_time":"2012-09-18T05:57:04+00:00","article_modified_time":"2022-04-05T02:56:31+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=848#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=848"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12","datePublished":"2012-09-18T05:57:04+00:00","dateModified":"2022-04-05T02:56:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=848"},"wordCount":6,"commentCount":0,"articleSection":["[Dev]ASP"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=848#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=848","url":"https:\/\/www.auctionpro.co.kr\/?p=848","name":"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2012-09-18T05:57:04+00:00","dateModified":"2022-04-05T02:56:31+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=848#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=848"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=848#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"ASP StoredProc \uc0ac\uc6a9\ubc29\ubc95 \ub9ac\ud134\uac12"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=848"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/848\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=848"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=848"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}