<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3898029185088717629</id><updated>2011-04-21T16:50:25.153-07:00</updated><title type='text'>setupperl sql server</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://setupperl.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3898029185088717629/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://setupperl.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>vbnetcode</name><uri>http://www.blogger.com/profile/04926504053784281645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3898029185088717629.post-1609283236312945363</id><published>2009-02-04T03:28:00.001-08:00</published><updated>2009-02-04T03:28:38.256-08:00</updated><title type='text'></title><content type='html'>Executing SQL Server Stored Procedure from Perl - Setup Perl and SQL Server on Windows&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Perl’s running environment is integrated within the *nix system. For Microsoft Windows operating systems, however, you need to download and install it by yourself. &lt;br /&gt;&lt;br /&gt;There are a few Windows-based distributions of Perl. ActivePerl from ActiveState.com may be the most popular one. You can download it from: &lt;br /&gt;&lt;br /&gt;http://www.activestate.com/Products/ActivePerl/&lt;br /&gt;&lt;br /&gt;Choose the latest version of ActivePerl (5.8) (most recent Unix/Linux also uses Perl 5.8).&lt;br /&gt;&lt;br /&gt;Installing ActivePerl on Windows is fairly easy. After installation you can use the following command to verify that perl is working:&lt;br /&gt;&lt;br /&gt;From command prompt, input:&lt;br /&gt;&lt;br /&gt;Perl –v&lt;br /&gt;&lt;br /&gt;It will show you something like:&lt;br /&gt;&lt;br /&gt;This is perl,  v5.8.0 built for MSWin32-x86-multi-thread&lt;br /&gt;Copyright 1987-2002, Larry Wall&lt;br /&gt;&lt;br /&gt;Download Sybase Adaptive Server 12.5 Developer Edition from the Sybase website for free: www.sybase.com/ase_125devel&lt;br /&gt;&lt;br /&gt;Installing and configuring Sybase Adaptive Server is also as easy as MS SQL Server.&lt;br /&gt;&lt;br /&gt;If you want to use MS SQL Server as a database, install MS SQL Server 7.0 with service pack 2.&lt;br /&gt;&lt;br /&gt;Perl uses DBI/DBD architecture to access databases (DBI means Database Interface, DBD means Database Driver). With a specific DBD driver installed, Perl can use the same DBI API to support different database systems.&lt;br /&gt;&lt;br /&gt;The DBI module is already installed with the ActivePerl distribution itself.  In order to support SQL Server, we need to download the SQL Server DBD driver from cpan.org: www.cpan.org, search for the DBD-Sybase module, and download the latest version 1.01 source code: DBD-Sybase-1.01.tar.gz&lt;br /&gt;&lt;br /&gt;Note: there are a few other DBD Drivers that support both Sybase and Microsoft SQL Server on Windows, such as DBD::ADO; however, they can only be used on a Windows platform.&lt;br /&gt;&lt;br /&gt;In order to compile and install the DBD::Sybase source code, we need a C compiler installed on Windows (I use Microsoft Visual C++ 6.0), and make sure nmake.exe is available in the PATH.&lt;br /&gt;&lt;br /&gt;Use a decompression utility (ie: Winzip) to extract DBD-Sybase-1.0.1.tar.gz to any available drive such as C:. You should now have the folder c:DBD-Sybase-1.01 that holds all the source code.&lt;br /&gt;&lt;br /&gt;Change directory to the above folder, and issue the following command in the command prompt window:&lt;br /&gt;&lt;br /&gt;Perl Makefile.PL&lt;br /&gt;&lt;br /&gt;You may receive a warning message, such as missing the following library: libtcl.lib, libcomn.lib and libintl.lib.&lt;br /&gt;&lt;br /&gt;Because we are using the Sybase CT-Library, libcs.lib and libct.lib are mandatory; others are optional, and we can ignore this warning. Sybase removes these static libraries from its version 12.5 of the Adaptive Server package. The run time libraries still do exist (ie: libtcl.dll, libcomn.dll, linintl.dll)  See the following screenshot:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;source :http://www.devarticles.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;----------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tampilkan-data.blogspot.com"&gt;tampilkan-data&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://transfer-login.blogspot.com"&gt;transfer-login&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://tutorial-mysql.blogspot.com"&gt;tutorial-mysql&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://visitor-online.blogspot.com"&gt;visitor-online&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://xampp-security.blogspot.com"&gt;tip xampp-security&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://choseisp.blogspot.com"&gt;tips Choose IP&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://stoppingunwantede-mail.blogspot.com"&gt;tips stopping unwanted e-mail&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://protectagainst.blogspot.com"&gt;tip protect against&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://preventingnimdaworm.blogspot.com"&gt;tips preventing nimda worm&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://anesaka-woodtips.blogspot.com"&gt;wood-tips&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://anesaka.blogspot.com"&gt;tips imda worm&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://mengembalikandata.blogspot.com"&gt;wood-tips&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://mengiringsearchengine.blogspot.com"&gt;mengiringsearchengine&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://member-area-riaq.blogspot.com"&gt;Trik member-area&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://membuat-halmannext.blogspot.com"&gt;Trik Membuat-halman next&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://membuat-security-code.blogspot.com"&gt;Trik membuat-security-code&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://mengecek-karakter.blogspot.com"&gt;Trik mengecek-karakter&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://merubah-pswdroot.blogspot.com"&gt;Trik merubah-pswd root&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://noise-dimouse.blogspot.com"&gt;Trik Noise-dimouse&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://penerapanbug.blogspot.com"&gt;Trik penerapan BUG&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://penggabungan-2web.blogspot.com"&gt;Trik penggabungan-2web&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://perkenalan-dengan-php.blogspot.com"&gt;Trik perkenalan-dengan-php&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://php-login-script.blogspot.com"&gt;Trik PHP-Login-script&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://php-tutorial-riaq.blogspot.com"&gt;Trik PHP-Tutorial&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=woodworkin09c-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B000HCZ8EO&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt; &lt;iframe src="http://rcm.amazon.com/e/cm?t=woodworkin09c-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B001F7AHXM&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3898029185088717629-1609283236312945363?l=setupperl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://setupperl.blogspot.com/feeds/1609283236312945363/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://setupperl.blogspot.com/2009/02/executing-sql-server-stored-procedure.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3898029185088717629/posts/default/1609283236312945363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3898029185088717629/posts/default/1609283236312945363'/><link rel='alternate' type='text/html' href='http://setupperl.blogspot.com/2009/02/executing-sql-server-stored-procedure.html' title=''/><author><name>vbnetcode</name><uri>http://www.blogger.com/profile/04926504053784281645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
