{"id":1813,"date":"2013-01-17T11:31:03","date_gmt":"2013-01-17T02:31:03","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=1813"},"modified":"2023-02-22T11:39:12","modified_gmt":"2023-02-22T02:39:12","slug":"sql-provider","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=1813","title":{"rendered":"SQL Provider"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">1. \ub370\uc774\ud130 \uc5f0\uacb0 \uc18d\uc131\uc5d0 SQL Native Client \ub9cc \uc788\ub294 \uacbd\uc6b0 (\ub85c\uceec\ucef4\uc5d0&nbsp;&nbsp;sqlncli.msi \uc124\uce58\uc2dc)<br><br>\uc5ec\ub7ec\ubc84\uc804 \uc788\uc74c<br><br>\ub2e4\uc6b4\ub85c\ub4dc : https:\/\/support.microsoft.com\/en-us\/help\/2726013\/download-information-about-the-sql-server-native-client-drivers-that-a<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/auctionpro.co.kr\/wp-content\/uploads\/2013\/01\/SQLNattiveClient.gif\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4076\" src=\"https:\/\/auctionpro.co.kr\/wp-content\/uploads\/2013\/01\/SQLNattiveClient.gif\" alt=\"SQLNattiveClient\" width=\"422\" height=\"427\"><\/a><br>PROVIDER=MSDASQL;driver={SQL Native Client};server=1.222.333.444;uid=myID;pwd=myPassword;database=myDB<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. \ub370\uc774\ud130 \uc5f0\uacb0 \uc18d\uc131\uc5d0 &nbsp;Native Client 10.0 \uc778 \ub9cc \uc788\uc740 \uacbd\uc6b0<br><a href=\"https:\/\/auctionpro.co.kr\/wp-content\/uploads\/2013\/01\/udl02.gif\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4073\" src=\"https:\/\/auctionpro.co.kr\/wp-content\/uploads\/2013\/01\/udl02.gif\" alt=\"udl02\" width=\"421\" height=\"428\"><br><\/a><br>Provider=SQLNCLI10.1;User ID=myID;Initial Catalog=;Data Source=1.222.333.444;password =myPassword<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2.&nbsp;Provider=SQLOLEDB;SERVER=111.111.111.111,2222;uid=myID;Pwd=myPassword;Database=myDB;network library=dbmssocn<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">asp \ud30c\uc77c \ub85c \uc5f0\uacb0 \ud14c\uc2a4\ud2b8<\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:asp decode:true \" title=\"strConnection\" >&lt;%\n'\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/   DB\uc811\uc18d\uc815\ubcf4   \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ndim db\ndim db_name\ndim db_ip\ndim db_id\ndim db_pass\n\ndb_ip=\"111.111.111.111,2222\"\ndb_name=\"dbname\"\ndb_id=\"myid\"\ndb_pass=\"mypass\"\n\nsub dbconn_sub\n  dim strConnection\n  set db = Server.CreateObject(\"ADODB.Connection\")\n  strConnection = \"Provider=SQLOLEDB;SERVER=\"&amp; db_ip &amp;\";Uid=\"&amp; db_id &amp;\";Pwd=\"&amp; db_pass &amp;\";Database=\"&amp; db_name &amp;\";network library=dbmssocn\"\n  db.open strConnection \nend sub\n\ndbconn_sub\n\n%&gt;<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>1. \ub370\uc774\ud130 \uc5f0\uacb0 \uc18d\uc131\uc5d0 SQL Native Client \ub9cc \uc788\ub294 \uacbd\uc6b0 (\ub85c\uceec\ucef4\uc5d0&nbsp;&nbsp;sqlncli.msi \uc124\uce58\uc2dc) \uc5ec\ub7ec\ubc84\uc804 \uc788\uc74c \ub2e4\uc6b4\ub85c\ub4dc : https:\/\/support.microsoft.com\/en-us\/help\/2726013\/download-information-about-the-sql-server-native-client-drivers-that-a PROVIDER=MSDASQL;driver={SQL Native Client};server=1.222.333.444;uid=myID;pwd=myPassword;database=myDB 2. \ub370\uc774\ud130 \uc5f0\uacb0 \uc18d\uc131\uc5d0 &nbsp;Native <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=1813\" title=\"SQL Provider\">[&#8230;]<\/a><\/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,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1813","post","type-post","status-publish","format-standard","hentry","category-mssql-server"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1813","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=1813"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1813\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}