home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _7166ff55d605c58744a538e4d6ceacce < prev    next >
Text File  |  2000-03-23  |  48KB  |  887 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>DBI::FAQ -- The Frequently Asked Questions for the Perl5 Database Interface</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> DBI::FAQ -- The Frequently Asked Questions for the Perl5 Database Interface</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#version">VERSION</A></LI>
  25.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  26.     <LI><A HREF="#basic information & information sources">Basic Information & Information Sources</A></LI>
  27.     <UL>
  28.  
  29.         <LI><A HREF="#1.1 what is dbi, dbperl, oraperl and *perl">1.1 What is DBI, DBperl, Oraperl and *perl?</A></LI>
  30.         <LI><A HREF="#1.2. where can i get it from">1.2. Where can I get it from?</A></LI>
  31.         <LI><A HREF="#1.3. where can i get more information">1.3. Where can I get more information?</A></LI>
  32.     </UL>
  33.  
  34.     <LI><A HREF="#compilation problems">Compilation Problems</A></LI>
  35.     <UL>
  36.  
  37.         <LI><A HREF="#2.1. compilation problems or it fails the test!">2.1. Compilation problems or ``It fails the test!''</A></LI>
  38.     </UL>
  39.  
  40.     <LI><A HREF="#platform and driver issues">Platform and Driver Issues</A></LI>
  41.     <UL>
  42.  
  43.         <LI><A HREF="#3.1 what's the difference between odbc and dbi">3.1 What's the difference between ODBC and DBI?</A></LI>
  44.         <LI><A HREF="#3.2 what's the difference between win32::odbc and dbd::odbc">3.2 What's the difference between Win32::ODBC and DBD::ODBC?</A></LI>
  45.         <LI><A HREF="#3.3 is dbi supported under windows 95 / nt platforms">3.3 Is DBI supported under Windows 95 / NT platforms?</A></LI>
  46.         <LI><A HREF="#3.4 can i access microsoft access or sqlserver databases with dbi">3.4 Can I access Microsoft Access or SQL-Server databases with DBI?</A></LI>
  47.         <LI><A HREF="#3.5 is the a dbd for <insert favourite database here>">3.5 Is the a DBD for <<EM>insert favourite database here</EM>>?</A></LI>
  48.         <LI><A HREF="#3.6 what's dbm and why should i use dbi instead">3.6 What's DBM? And why should I use DBI instead?</A></LI>
  49.         <LI><A HREF="#3.7 what database do you recommend me using">3.7 What database do you recommend me using?</A></LI>
  50.         <LI><A HREF="#3.8 is <insert feature here> supported in dbi">3.8 Is <<EM>insert feature here</EM>> supported in DBI?</A></LI>
  51.     </UL>
  52.  
  53.     <LI><A HREF="#programming questions">Programming Questions</A></LI>
  54.     <UL>
  55.  
  56.         <LI><A HREF="#4.1 is dbi any use for cgi programming">4.1 Is DBI any use for CGI programming?</A></LI>
  57.         <LI><A HREF="#4.2 how do i get faster connection times with dbd::oracle and cgi">4.2 How do I get faster connection times with DBD::Oracle and CGI?</A></LI>
  58.         <LI><A HREF="#4.3 how do i get persistent connections with dbi and cgi">4.3 How do I get persistent connections with DBI and CGI?</A></LI>
  59.         <LI><A HREF="#4.4 ``when i run a perl script from the command line, it works, but, when i run it under the httpd, it fails!'' why">4.4 ``When I run a perl script from the command line, it works, but, when I run it under the <CODE>httpd</CODE>, it fails!'' Why?</A></LI>
  60.         <LI><A HREF="#4.5 how do i get the number of rows returned from a select statement">4.5 How do I get the number of rows returned from a <CODE>SELECT</CODE> statement?</A></LI>
  61.     </UL>
  62.  
  63.     <LI><A HREF="#miscellaneous questions">Miscellaneous Questions</A></LI>
  64.     <UL>
  65.  
  66.         <LI><A HREF="#5.1 can i do multithreading with dbi">5.1 Can I do multi-threading with DBI?</A></LI>
  67.         <LI><A HREF="#5.2 how do i handle blob data with dbi">5.2 How do I handle BLOB data with DBI?</A></LI>
  68.         <LI><A HREF="#5.3 how can i invoke stored procedures with dbi">5.3 How can I invoke stored procedures with DBI?</A></LI>
  69.         <LI><A HREF="#5.4 how can i get return values from stored procedures with dbi">5.4 How can I get return values from stored procedures with DBI?</A></LI>
  70.         <LI><A HREF="#5.5 how can i create or drop a database with dbi">5.5 How can I create or drop a database with DBI?</A></LI>
  71.         <LI><A HREF="#5.6 how can i commit or rollback a statement with dbi">5.6 How can I <CODE>commit</CODE> or <CODE>rollback</CODE> a statement with DBI?</A></LI>
  72.         <LI><A HREF="#5.7 how are null values handled by dbi">5.7 How are <CODE>NULL</CODE> values handled by DBI?</A></LI>
  73.         <LI><A HREF="#5.8 what are these func() methods all about">5.8 What are these <CODE>func()</CODE> methods all about?</A></LI>
  74.         <LI><A HREF="#5.9 is dbi year 2000 compliant">5.9 Is DBI Year 2000 Compliant?</A></LI>
  75.     </UL>
  76.  
  77.     <LI><A HREF="#support and training">Support and Training</A></LI>
  78.     <UL>
  79.  
  80.         <LI><A HREF="#commercial support">Commercial Support</A></LI>
  81.         <LI><A HREF="#training">Training</A></LI>
  82.     </UL>
  83.  
  84.     <LI><A HREF="#other references">Other References</A></LI>
  85.     <LI><A HREF="#author">AUTHOR</A></LI>
  86.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  87. </UL>
  88. <!-- INDEX END -->
  89.  
  90. <HR>
  91. <P>
  92. <H1><A NAME="name">NAME</A></H1>
  93. <P>DBI::FAQ -- The Frequently Asked Questions for the Perl5 Database Interface</P>
  94. <BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#3a15ff" ALINK="#ff0000" VLINK="#ff282d">
  95. <!--#include virtual="/technologia/perl/DBI/templatetop.html" -->
  96. <CENTER>
  97. <FONT SIZE="+2">
  98. DBI Frequently Asked Questions v.0.37
  99. </FONT>
  100. <BR>
  101. <FONT SIZE="-1">
  102. <I>Last updated: December 30th, 1998</I>
  103. </FONT>
  104. </CENTER>
  105. <P><P>
  106. <HR>
  107. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  108. <UL>
  109. <LI>Linux</LI>
  110. <LI>Solaris</LI>
  111. <LI>Windows</LI>
  112. </UL>
  113. <HR>
  114. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  115. <PRE>
  116.     perldoc DBI::FAQ</PRE>
  117. <P>
  118. <HR>
  119. <H1><A NAME="version">VERSION</A></H1>
  120. <P>This document is currently at version <EM>0.37</EM>, as of <EM>December 30th, 1998</EM>.</P>
  121. <P>
  122. <HR>
  123. <H1><A NAME="description">DESCRIPTION</A></H1>
  124. <P>This document serves to answer the most frequently asked questions on both
  125. the DBI Mailing Lists and personally to members of the DBI development team.</P>
  126. <P>
  127. <HR>
  128. <H1><A NAME="basic information & information sources">Basic Information & Information Sources</A></H1>
  129. <P>
  130. <H2><A NAME="1.1 what is dbi, dbperl, oraperl and *perl">1.1 What is DBI, DBperl, Oraperl and *perl?</A></H2>
  131. <P>To quote Tim Bunce, the architect and author of DBI:</P>
  132. <PRE>
  133.     ``DBI is a database access Application Programming Interface (API)
  134.       for the Perl Language. The DBI API Specification defines a set
  135.       of functions, variables and conventions that provide a consistent
  136.       database interface independant of the actual database being used.''</PRE>
  137. <P>In simple language, the DBI interface allows users to access multiple database
  138. types transparently. So, if you connecting to an Oracle, Informix, mSQL, Sybase
  139. or whatever database, you don't need to know the underlying mechanics of the
  140. 3GL layer. The API defined by DBI will work on <EM>all</EM> these database types.</P>
  141. <P>A similar benefit is gained by the ability to connect to two <EM>different</EM>
  142. databases of different vendor within the one perl script, <EM>ie</EM>, I want
  143. to read data from an Oracle database and insert it back into an Informix
  144. database all within one program. The DBI layer allows you to do this simply
  145. and powerfully.</P>
  146. Here's a diagram that demonstrates the principle:
  147. <P>
  148. <CENTER>
  149. <IMG SRC="img/dbiarch.gif" WIDTH=451 HEIGHT=321 ALT="[ DBI Architecture ]">
  150. </CENTER>
  151. <P><P><EM>DBperl</EM> is the old name for the interface specification. It's usually
  152. now used to denote perl<EM>4</EM> modules on database interfacing, such as,
  153. <EM>oraperl</EM>, <EM>isqlperl</EM>, <EM>ingperl</EM> and so on. These interfaces
  154. didn't have a standard API and are generally <EM>not</EM> supported.</P>
  155. <P>Here's a list of DBperl modules, their corresponding DBI counterparts and
  156. support information. <EM>Please note</EM>, the author's listed here generally
  157. <EM>do not</EM> maintain the DBI module for the same database. These email
  158. addresses are unverified and should only be used for queries concerning the
  159. perl4 modules listed below. DBI driver queries should be directed to the
  160. <EM>dbi-users</EM> mailing list.</P>
  161. <PRE>
  162.     Module Name Database Required   Author          DBI
  163.     ----------- -----------------   ------          ---
  164.     Sybperl     Sybase              Michael Peppler DBD::Sybase
  165.                                     <mpeppler@itf.ch>
  166.     Oraperl     Oracle 6 & 7        Kevin Stock     DBD::Oracle
  167.                                     <dbi-users@fugue.com>
  168.     Ingperl     Ingres              Tim Bunce &     DBD::Ingres
  169.                                     Ted Lemon
  170.                                     <dbi-users@fugue.com>
  171.     Interperl   Interbase           Buzz Moschetti  DBD::Interbase
  172.                                     <buzz@bear.com>
  173.     Uniperl     Unify 5.0           Rick Wargo      None
  174.                                     <rickers@coe.drexel.edu>
  175.     Pgperl      Postgres            Igor Metz       DBD::Pg
  176.                                     <metz@iam.unibe.ch>
  177.     Btreeperl   NDBM                John Conover    SDBM?
  178.                                     <john@johncon.com>
  179.     Ctreeperl   C-Tree              John Conover    None
  180.                                     <john@johncon.com>
  181.     Cisamperl   Informix C-ISAM     Mathias Koerber None
  182.                                     <mathias@unicorn.swi.com.sg>
  183.     Duaperl     X.500 Directory     Eric Douglas    None
  184.                 User Agent</PRE>
  185. <P>However, some DBI modules have DBperl emulation layers, so, <EM>DBD::Oracle</EM>
  186. comes with an Oraperl emulation layer, which allows you to run legacy oraperl
  187. scripts without modification. The emulation layer translates the oraperl API
  188. calls into DBI calls and executes them through the DBI switch.</P>
  189. <P>Here's a table of emulation layer information:</P>
  190. <PRE>
  191.     Module                  Emulation Layer     Status
  192.     ------          ---------------     ------
  193.     DBD::Oracle     Oraperl             Complete
  194.     DBD::Informix   Isqlperl            Under development
  195.     DBD::Ingres     Ingperl             Complete?
  196.     DBD::Sybase     Sybperl             Working? ( Needs verification )
  197.     DBD::mSQL       Msqlperl            Experimentally released with 
  198.                                         DBD::mSQL-0.61</PRE>
  199. <P>The <EM>Msqlperl</EM> emulation is a special case. <EM>Msqlperl</EM> is a perl5 driver
  200. for <EM>mSQL</EM> databases, but does not conform to the DBI Specification. It's
  201. use is being deprecated in favour of <EM>DBD::mSQL</EM>. <EM>Msqlperl</EM> may be downloaded
  202. from CPAN <EM>via</EM>:</P>
  203. <PRE>
  204.     <A HREF="http://www.perl.com/cgi-bin/cpan_mod?module=Msqlperl">http://www.perl.com/cgi-bin/cpan_mod?module=Msqlperl</A></PRE>
  205. <P>
  206. <H2><A NAME="1.2. where can i get it from">1.2. Where can I get it from?</A></H2>
  207. <P>The Comprehensive Perl Archive Network
  208. resources should be used for retrieving up-to-date versions of the DBI
  209. and drivers. CPAN may be accessed <EM>via</EM> Tom Christiansen's splendid 
  210. <EM>CPAN multiplexer</EM> program located at:</P>
  211. <PRE>
  212.     <A HREF="http://www.perl.com/CPAN/">http://www.perl.com/CPAN/</A></PRE>
  213. <P>For more specific version information and exact URLs of drivers, please see
  214. the DBI drivers list and the DBI module pages which can be found on:</P>
  215. <PRE>
  216.     <A HREF="http://www.arcana.co.uk/technologia/perl/DBI">http://www.arcana.co.uk/technologia/perl/DBI</A></PRE>
  217. <P>
  218. <H2><A NAME="1.3. where can i get more information">1.3. Where can I get more information?</A></H2>
  219. <P>There are a few information sources on DBI.</P>
  220. <DL>
  221. <DT><STRONG><A NAME="item_POD_documentation"><EM>POD documentation</EM></A></STRONG><BR>
  222. <DD>
  223. <EM>POD</EM>s are chunks of documentation usually embedded within perl programs
  224. that document the code ``<EM>in place</EM>'', providing a useful resource for
  225. programmers and users of modules. POD for DBI and drivers is beginning to 
  226. become more commonplace, and documentation for these modules can be read
  227. with the following commands.
  228. <DL>
  229. <DT><STRONG><A NAME="item_The_DBI_Specification">The DBI Specification</A></STRONG><BR>
  230. <DD>
  231. The POD for the DBI Specification can be read with the:
  232. <PRE>
  233.     perldoc DBI</PRE>
  234. <P>command.</P>
  235. <P></P>
  236. <DT><STRONG><A NAME="item_Oraperl">Oraperl</A></STRONG><BR>
  237. <DD>
  238. Users of the Oraperl emulation layer bundled with <EM>DBD::Oracle</EM>, may read
  239. up on how to program with the Oraperl interface by typing:
  240. <PRE>
  241.     perldoc Oraperl</PRE>
  242. <P>This will produce an updated copy of the original oraperl man page written by
  243. Kevin Stock for perl4. The oraperl API is fully listed and described there.</P>
  244. <P></P>
  245. <DT><STRONG><A NAME="item_Drivers">Drivers</A></STRONG><BR>
  246. <DD>
  247. Users of the DBD modules may read about some of the private functions
  248. and quirks of that driver by typing:
  249. <PRE>
  250.     perldoc <driver></PRE>
  251. <P>For example, the <EM>DBD::mSQL</EM> driver is bundled with driver-specific 
  252. documentation that can be accessed by typing</P>
  253. <PRE>
  254.     perldoc DBD::mSQL</PRE>
  255. <P></P>
  256. <DT><STRONG><A NAME="item_Frequently_Asked_Questions">Frequently Asked Questions</A></STRONG><BR>
  257. <DD>
  258. This document, the <EM>Frequently Asked Questions</EM> is also available as POD
  259. documentation! You can read this on your own system by typing:
  260. <PRE>
  261.     perldoc DBI::FAQ</PRE>
  262. <P>This may be more convenient to persons not permanently, or conveniently,
  263. connected to the Internet. The <EM>DBI::FAQ</EM> module should be downloaded and
  264. installed for the more up-to-date version.</P>
  265. <P>The version of <EM>DBI::FAQ</EM> shipped with the <CODE>DBI</CODE> module may be slightly out
  266. of date.</P>
  267. <P></P>
  268. <DT><STRONG><A NAME="item_POD_in_general">POD in general</A></STRONG><BR>
  269. <DD>
  270. Information on writing POD, and on the philosophy of POD in general, can be
  271. read by typing:
  272. <PRE>
  273.     perldoc <A HREF="../../../lib/Pod/perlpod.html">perlpod</A></PRE>
  274. <P>Users with the Tk module installed may be interested to learn there is a
  275. Tk-based POD reader available called <CODE>tkpod</CODE>, which formats POD in a convenient
  276. and readable way. This is available <EM>via</EM> CPAN as the module called 
  277. <EM>Tk::POD</EM> and is highly recommended.</P>
  278. <P></P></DL>
  279. <DT><STRONG><A NAME="item_Rambles%2C_Tidbits_and_Observations"><EM>Rambles, Tidbits and Observations</EM></A></STRONG><BR>
  280. <DD>
  281. <PRE>
  282.     <A HREF="http://www.arcana.co.uk/technologia/perl/DBI/tidbits">http://www.arcana.co.uk/technologia/perl/DBI/tidbits</A></PRE>
  283. <P>There are a series of occasional rambles from various people on the
  284. DBI mailing lists who, in an attempt to clear up a simple point, end up
  285. drafting fairly comprehensive documents. These are quite often varying in
  286. quality, but do provide some insights into the workings of the interfaces.</P>
  287. <DT><STRONG><A NAME="item_%60%60DBI_%2D%2D_The_perl5_Database_Interface%27%2"><EM>``DBI -- The perl5 Database Interface''</EM></A></STRONG><BR>
  288. <DD>
  289. This is an article written by Alligator Descartes and Tim Bunce on the
  290. structure of DBI. It was published in issue 5 of ``<EM>The Perl Journal</EM>''. 
  291. It's <EM>extremely</EM> good. Go buy the magazine. In fact, buy all of them! 
  292. ``The Perl Journal''s WWW site is:
  293. <PRE>
  294.     <A HREF="http://www.tpj.com">http://www.tpj.com</A></PRE>
  295. <P>This article has now been placed online thanks to the gracious permission of
  296. Jon Orwant, editor of ``The Perl Journal''. It can be accessed <EM>via</EM> the
  297. WWW at</P>
  298. <PRE>
  299.     <A HREF="http://www.arcana.co.uk/technologia/perl/DBI/doc/tpj5/index.html">http://www.arcana.co.uk/technologia/perl/DBI/doc/tpj5/index.html</A></PRE>
  300. <P>The article contains information that is now out of date with regards to the
  301. DBI 1.0 Specification since it was written approximately 2 years ago.
  302. <EM>Caveat Emptor</EM>!</P>
  303. <P></P>
  304. <DT><STRONG><A NAME="item_%60%60DBperl%27%27"><EM>``DBperl''</EM></A></STRONG><BR>
  305. <DD>
  306. This article, published in the November 1996 edition of ``Dr. Dobbs
  307. Journal'' concerned <EM>DBperl</EM>. The author of this edition apparently did
  308. not bother to contact any of the DBI development team members for verification
  309. of the information contained within his article. Several reviews of the
  310. article on the <EM>dbi-users</EM> mailing list were disparaging, to say the least.
  311. The fact the article was written about <EM>DBperl</EM> instead of <EM>DBI</EM> hints
  312. at the staleness of the information.
  313. <P>However, we include the reference for completeness' sake.</P>
  314. <P></P>
  315. <DT><STRONG><A NAME="item_%60%60The_Perl5_Database_Interface%27%27"><EM>``The Perl5 Database Interface''</EM></A></STRONG><BR>
  316. <DD>
  317. This item is a book being written by Alligator Descartes and Tim Bunce
  318. and will be published by O'Reilly and Associates early in 1999.
  319. <P>Here is the putative table of contents for the book.</P>
  320. <PRE>
  321.      * Introduction
  322.           + Databases
  323.           + CGI / WWW
  324.           + perl
  325.      * Basic Database Concepts
  326.           + Types of Database
  327.                o Flat File
  328.                o AnyDBM
  329.                o RDBMS
  330.           + Using Which Database For What...
  331.      * SQL
  332.           + Why SQL?
  333.           + Structuring Information In Databases
  334.           + Retrieving Data From Databases
  335.           + Manipulating Data and Data Structures
  336.      * DBI Architecture
  337.      * Programming with DBI
  338.           + DBI Initialization
  339.           + Handles
  340.                o Driver Handles
  341.                o Database Handles
  342.                o Statement Handles
  343.           + Connection and Disconnection
  344.           + Handling Errors
  345.           + Issuing Simple Queries
  346.           + Executing Atomic Statements
  347.           + Statement MetaData
  348.           + More perl-ish Statements
  349.           + Binding
  350.           + Transaction Handling
  351.           + Utility Methods
  352.           + Handle Attributes and Dynamic Variables
  353.      * DBI and ODBC
  354.      * The Database Drivers
  355.           + DBD::Oracle and oraperl
  356.           + DBD::Informix and isqlperl
  357.           + DBD::mSQL and Msqlperl
  358.      * Case Studies
  359.           + DBI and the WWW
  360.           + Data Migration and Warehousing
  361.           + Administration Software
  362.      * Appendix: API Reference / Specification
  363.      * Appendix: Resources</PRE>
  364. <P>The book is currently well underway with around half being written to date and
  365. much example code has been written. Please do not pester the authors with
  366. ``when will it be coming out?'' questions. We don't know exactly, but ``soon''
  367. is a good enough guess.</P>
  368. <P></P>
  369. <DT><STRONG><A NAME="item_README_files"><EM>README files</EM></A></STRONG><BR>
  370. <DD>
  371. The <EM>README</EM> files included with each driver occasionally contains 
  372. some useful information ( no, really! ) that may be pertinent to the user.
  373. Please read them. It makes our worthless existences more bearable. These
  374. can all be read from the main DBI WWW page at:
  375. <PRE>
  376.     <A HREF="http://www.arcana.co.uk/technologia/perl/DBI">http://www.arcana.co.uk/technologia/perl/DBI</A></PRE>
  377. <P></P>
  378. <DT><STRONG><A NAME="item_Mailing_Lists"><EM>Mailing Lists</EM></A></STRONG><BR>
  379. <DD>
  380. There are three mailing lists for DBI run by Ted Lemon. These can all
  381. be subscribed to and unsubscribed from <EM>via</EM> the World Wide Web at the
  382. URL of:
  383. <PRE>
  384.     <A HREF="http://www.fugue.com/dbi">http://www.fugue.com/dbi</A></PRE>
  385. <P>The lists that users may participate in are:</P>
  386. <DL>
  387. <DT><STRONG><A NAME="item_dbi%2Dannounce"><EM>dbi-announce</EM></A></STRONG><BR>
  388. <DD>
  389. This mailing list is for announcements only. Very low traffic. The
  390. announcements are usually posted on the main DBI WWW page.
  391. <P>If you cannot successfully use the form on the above WWW page, please
  392. subscribe to the list in the following manner:</P>
  393. <PRE>
  394.     Email: 'dbi-announce-request@fugue.com' with a message body of
  395.     'subscribe'</PRE>
  396. <P></P>
  397. <DT><STRONG><A NAME="item_dbi%2Ddev"><EM>dbi-dev</EM></A></STRONG><BR>
  398. <DD>
  399. This mailing list is intended for the use of developers discussing
  400. ideas and concepts for the DBI interface, API and driver mechanics.
  401. Only any use for developers, or interested parties. Low traffic.
  402. <P>If you cannot successfully use the form on the above WWW page, please
  403. subscribe to the list in the following manner:</P>
  404. <PRE>
  405.     Email: 'dbi-dev-request@fugue.com' with a message body of
  406.     'subscribe'</PRE>
  407. <P></P>
  408. <DT><STRONG><A NAME="item_dbi%2Dusers"><EM>dbi-users</EM></A></STRONG><BR>
  409. <DD>
  410. This mailing list is a general discussion list used for bug reporting,
  411. problem discussion and general enquiries. Medium traffic.
  412. <P>If you cannot successfully use the form on the above WWW page, please
  413. subscribe to the list in the following manner:</P>
  414. <PRE>
  415.     Email: 'dbi-users-request@fugue.com' with a message body of
  416.     'subscribe'</PRE>
  417. <P></P></DL>
  418. <DT><STRONG><A NAME="item_Mailing_List_Archives"><EM>Mailing List Archives</EM></A></STRONG><BR>
  419. <DD>
  420. <DL>
  421. <DT><STRONG><A NAME="item_US_Mailing_List_Archives"><EM>US Mailing List Archives</EM></A></STRONG><BR>
  422. <DD>
  423. <PRE>
  424.     <A HREF="http://outside.organic.com/mail-archives/dbi-users/">http://outside.organic.com/mail-archives/dbi-users/</A></PRE>
  425. <P>Searchable hypermail archives of the three mailing lists, and some of the
  426. much older traffic have been set up for users to browse.</P>
  427. <DT><STRONG><A NAME="item_European_Mailing_List_Archives"><EM>European Mailing List Archives</EM></A></STRONG><BR>
  428. <DD>
  429. <PRE>
  430.     <A HREF="http://www.rosat.mpe-garching.mpg.de/mailing-lists/PerlDB-Interest">http://www.rosat.mpe-garching.mpg.de/mailing-lists/PerlDB-Interest</A></PRE>
  431. <P>As per the US archive above.</P>
  432. </DL>
  433. </DL>
  434. <P>
  435. <HR>
  436. <H1><A NAME="compilation problems">Compilation Problems</A></H1>
  437. <P>
  438. <H2><A NAME="2.1. compilation problems or it fails the test!">2.1. Compilation problems or ``It fails the test!''</A></H2>
  439. <P>First off, consult the README for that driver in case there is useful 
  440. information about the problem. It may be a known problem for your given 
  441. architecture and operating system or database. You can check the README
  442. files for each driver in advance online at:</P>
  443. <PRE>
  444.     <A HREF="http://www.arcana.co.uk/technologia/perl/DBI">http://www.arcana.co.uk/technologia/perl/DBI</A></PRE>
  445. <P>If it's a known problem, you'll probably have to wait till it gets fixed. If 
  446. you're <EM>really</EM> needing it fixed, try the following:</P>
  447. <DL>
  448. <DT><STRONG><A NAME="item_Attempt_to_fix_it_yourself"><EM>Attempt to fix it yourself</EM></A></STRONG><BR>
  449. <DD>
  450. This technique is generally <EM>not</EM> recommended to the faint-hearted.
  451. If you do think you have managed to fix it, then, send a patch file
  452. ( context diff ) to the author with an explanation of:
  453. <UL>
  454. <LI>
  455. What the problem was, and test cases, if possible.
  456. <P></P>
  457. <LI>
  458. What you needed to do to fix it. Please make sure you mention everything.
  459. <P></P>
  460. <LI>
  461. Platform information, database version, perl version, module version and 
  462. DBI version.
  463. <P></P></UL>
  464. <DT><STRONG><A NAME="item_Email_the_author_Do_NOT_whinge%21"><EM>Email the author</EM> Do <EM>NOT</EM> whinge!</A></STRONG><BR>
  465. <DD>
  466. Please email the address listed in the WWW pages for whichever driver you
  467. are having problems with. Do <EM>not</EM> directly email the author at a
  468. known address unless it corresponds with the one listed.
  469. <P>We tend to have real jobs to do, and we do read the mailing lists for
  470. problems. Besides, we may not have access to <<EM>insert your
  471. favourite brain-damaged platform here</EM>> and couldn't be of any
  472. assistance anyway! Apologies for sounding harsh, but that's the way of it!</P>
  473. <P>However, you might catch one of these creative genii at 3am when we're
  474. doing this sort of stuff anyway, and get a patch within 5 minutes. The
  475. atmosphere in the DBI circle is that we <EM>do</EM> appreciate the users'
  476. problems, since we work in similar environments.</P>
  477. <P>If you are planning to email the author, please furnish as much information
  478. as possible, <EM>ie</EM>:</P>
  479. <UL>
  480. <LI>
  481. <EM>ALL</EM> the information asked for in the README file in
  482. the problematic module. And we mean <EM>ALL</EM> of it. We don't
  483. put lines like that in documentation for the good of our health, or
  484. to meet obscure README file standards of length.
  485. <P></P>
  486. <LI>
  487. If you have a core dump, try the <EM>Devel::CoreStack</EM> module for
  488. generating a stack trace from the core dump. Send us that too.
  489. <EM>Devel::CoreStack</EM> can be found on CPAN at:
  490. <PRE>
  491.     <A HREF="http://www.perl.com/cgi-bin/cpan_mod?module=Devel::CoreStack">http://www.perl.com/cgi-bin/cpan_mod?module=Devel::CoreStack</A></PRE>
  492. <P></P>
  493. <LI>
  494. Module versions, perl version, test cases, operating system versions
  495. and <EM>any other pertinent information</EM>.
  496. <P></P></UL>
  497. <P>Remember, the more information you send us, the quicker we can track 
  498. problems down. If you send us no useful information, expect nothing back.</P>
  499. <P>Finally, please be aware that some authors, including Tim Bunce, specifically
  500. request that you do <EM>not</EM> mail them directly. Please respect their wishes and
  501. use the email addresses listed in the appropriate module <CODE>README</CODE> file.</P>
  502. <DT><STRONG><A NAME="item_Email_the_dbi%2Dusers_Mailing_List"><EM>Email the dbi-users Mailing List</EM></A></STRONG><BR>
  503. <DD>
  504. It's usually a fairly intelligent idea to <EM>cc</EM> the mailing list
  505. anyway with problems. The authors all read the lists, so you lose nothing
  506. by mailing there.
  507. <P></P></DL>
  508. <P>
  509. <HR>
  510. <H1><A NAME="platform and driver issues">Platform and Driver Issues</A></H1>
  511. <P>
  512. <H2><A NAME="3.1 what's the difference between odbc and dbi">3.1 What's the difference between ODBC and DBI?</A></H2>
  513. <P>In terms of architecture - not much: Both define programming
  514. interfaces. Both allow multiple drivers to be loaded to do the
  515. actual work.</P>
  516. <P>In terms of easy of use - much: The DBI is a 'high level' interface
  517. that, like Perl itself, strives to make the simple things easy while
  518. still making the hard things possible. The ODBC is a 'low level'
  519. interface. All nuts-bolts-knobs-and-dials.</P>
  520. <P>Now there's an ODBC driver for the DBI (DBD::ODBC) the ``What's the
  521. difference'' question is more usefully rephrased as:</P>
  522. <P>
  523. <H2><A NAME="3.2 what's the difference between win32::odbc and dbd::odbc">3.2 What's the difference between Win32::ODBC and DBD::ODBC?</A></H2>
  524. <P>The DBI, and thus DBD::ODBC, has a different philosophy from the
  525. Win32::ODBC module:</P>
  526. <P>The Win32::ODBC module is a 'thin' layer over the low-level ODBC API.
  527. The DBI defines a simpler 'higher level' interface.</P>
  528. <P>The Win32::ODBC module gives you access to more of the ODBC API.
  529. The DBI and DBD::ODBC give you access to only the essentials.
  530. (But, unlike Win32::ODBC, the DBI and DBD::ODBC do support parameter
  531. binding and multiple prepared statements which reduces the load on
  532. the database server and can dramatically increase performance.)</P>
  533. <P>The Win32::ODBC module only works on Win32 systems.
  534. The DBI and DBD::ODBC are very portable and work on Win32 and Unix.</P>
  535. <P>The DBI and DBD::ODBC modules are supplied as a standard part of the
  536. Perl 5.004 binary distribution for Win32 (they don't work with the
  537. older, non-standard, ActiveState port).</P>
  538. <P>Scripts written with the DBI and DBD::ODBC are faster than Win32::ODBC
  539. on Win32 and are trivially portable to other supported database types.
  540. </P>
  541. <PRE>
  542.  
  543. The DBI offers optional automatic printing or die()ing on errors which
  544. makes applications simpler and more robust.</PRE>
  545. <PRE>
  546.  
  547. The current DBD::ODBC driver version 0.16 is new and not yet fully stable.
  548. A new release is due soon [relative to the date of the next TPJ issue :-]
  549. and will be much improved and offer more ODBC functionality.</PRE>
  550. <P>To summarise: The Win32::ODBC module is your best choice if you need
  551. access to more of the ODBC API than the DBI gives you. Otherwise, the
  552. DBI and DBD::ODBC combination may be your best bet.</P>
  553. <P>
  554. <H2><A NAME="3.3 is dbi supported under windows 95 / nt platforms">3.3 Is DBI supported under Windows 95 / NT platforms?</A></H2>
  555. <P>Finally, yes! Jeff Urlwin has been working diligently on building
  556. <EM>DBI</EM> and <EM>DBD::ODBC</EM> under these platforms, and, with the
  557. advent of a stabler perl and a port of <EM>MakeMaker</EM>, the project has
  558. come on by great leaps and bounds.</P>
  559. <P>The <EM>DBI</EM> and <EM>DBD::Oracle</EM> Win32 ports are now a standard part of DBI,
  560. so, downloading <EM>DBI</EM> of version higher than <EM>0.81</EM> should work fine as 
  561. should using the most recent <EM>DBD::Oracle</EM> version.</P>
  562. <P>
  563. <H2><A NAME="3.4 can i access microsoft access or sqlserver databases with dbi">3.4 Can I access Microsoft Access or SQL-Server databases with DBI?</A></H2>
  564. <P>Yes, use the <EM>DBD::ODBC</EM> driver.</P>
  565. <P>
  566. <H2><A NAME="3.5 is the a dbd for <insert favourite database here>">3.5 Is the a DBD for <<EM>insert favourite database here</EM>>?</A></H2>
  567. <P>Is is listed on the DBI drivers page?</P>
  568. <PRE>
  569.     <A HREF="http://www.arcana.co.uk/technologia/perl/DBI">http://www.arcana.co.uk/technologia/perl/DBI</A></PRE>
  570. <P>If not, no. A complete absence of a given database driver from that
  571. page means that no-one has announced any intention to work on it, not that
  572. such a driver is impossible to write.</P>
  573. <P>A corollary of the above statement implies that if you see an announcement
  574. for a driver <EM>not</EM> on the above page, there's a good chance it's not
  575. actually a <EM>DBI</EM> driver, and may not conform to the specifications. Therefore,
  576. questions concerning problems with that code should <EM>not</EM> really be addressed
  577. to the DBI Mailing Lists.</P>
  578. <P>
  579. <H2><A NAME="3.6 what's dbm and why should i use dbi instead">3.6 What's DBM? And why should I use DBI instead?</A></H2>
  580. <P>Extracted from ``<EM>DBI - The Database Interface for Perl 5</EM>'':</P>
  581. <PRE>
  582.     ``UNIX was originally blessed with simple file-based ``databases'', namely
  583.     the dbm system. dbm lets you store data in files, and retrieve
  584.     that data quickly. However, it also has serious drawbacks.</PRE>
  585. <PRE>
  586.         File Locking</PRE>
  587. <PRE>
  588.         The dbm systems did not allow particularly robust file locking
  589.         capabilities, nor any capability for correcting problems arising through
  590.         simultaneous writes [ to the database ].</PRE>
  591. <PRE>
  592.         Arbitrary Data Structures</PRE>
  593. <PRE>
  594.         The dbm systems only allows a single fixed data structure:
  595.         key-value pairs. That value could be a complex object, such as a
  596.         [ C ] struct, but the key had to be unique. This was a large
  597.         limitation on the usefulness of dbm systems.</PRE>
  598. <PRE>
  599.     However, dbm systems still provide a useful function for users with
  600.     simple datasets and limited resources, since they are fast, robust and 
  601.     extremely well-tested. Perl modules to access dbm systems have now
  602.     been integrated into the core Perl distribution via the
  603.     AnyDBM_File module.''</PRE>
  604. <P>To sum up, DBM is a perfectly satisfactory solution for essentially read-only
  605. databases, or small and simple datasets. However, for more 
  606. scaleable dataset handling, not to mention robust transactional locking, 
  607. users are recommended to use a more powerful database engine <EM>via</EM> <EM>DBI</EM>.</P>
  608. <P>
  609. <H2><A NAME="3.7 what database do you recommend me using">3.7 What database do you recommend me using?</A></H2>
  610. <P>This is a particularly thorny area in which an objective answer is difficult
  611. to come by, since each dataset, proposed usage and system configuration
  612. differs from person to person.</P>
  613. <P>From the current author's point of view, if the dataset is relatively
  614. small, being tables of less than 1 million rows, and less than 1000 tables
  615. in a given database, then <EM>mSQL</EM> is a perfectly acceptable solution
  616. to your problem. This database is extremely cheap, is wonderfully robust
  617. and has excellent support. More information is available on the Hughes
  618. Technology WWW site at:</P>
  619. <PRE>
  620.     <A HREF="http://www.hughes.com.au">http://www.hughes.com.au</A></PRE>
  621. <P>You may also wish to look at MySQL which is a more powerful database engine
  622. that has a similar feel to mSQL.</P>
  623. <PRE>
  624.     <A HREF="http://www.tcx.se">http://www.tcx.se</A></PRE>
  625. <P>If the dataset is larger than 1 million row tables or 1000 tables, or if you
  626. have either more money, or larger machines, I would recommend <EM>Oracle RDBMS</EM>.
  627. Oracle's WWW site is an excellent source of more information.</P>
  628. <PRE>
  629.     <A HREF="http://www.oracle.com">http://www.oracle.com</A></PRE>
  630. <P><EM>Informix</EM> is another high-end RDBMS that is worth considering. There are
  631. several differences between Oracle and Informix which are too complex for
  632. this document to detail. Information on Informix can be found on their
  633. WWW site at:</P>
  634. <PRE>
  635.     <A HREF="http://www.informix.com">http://www.informix.com</A></PRE>
  636. <P>In the case of WWW fronted applications, <EM>mSQL</EM> may be a better option
  637. due to slow connection times between a CGI script and the Oracle RDBMS and
  638. also the amount of resource each Oracle connection will consume. <EM>mSQL</EM>
  639. is lighter resource-wise and faster.</P>
  640. <P>These views are not necessarily representative of anyone else's opinions,
  641. and do not reflect any corporate sponsorship or views. They are provided
  642. <EM>as-is</EM>.</P>
  643. <P>
  644. <H2><A NAME="3.8 is <insert feature here> supported in dbi">3.8 Is <<EM>insert feature here</EM>> supported in DBI?</A></H2>
  645. <P>Given that we're making the assumption that the feature you have requested
  646. is a non-standard database-specific feature, then the answer will be <EM>no</EM>.</P>
  647. <P>DBI reflects a <EM>generic</EM> API that will work for most databases, and has
  648. no database-specific functionality.</P>
  649. <P>However, driver authors may, if they so desire, include hooks to database-specific
  650. functionality through the <CODE>func()</CODE> method defined in the DBI API.
  651. Script developers should note that use of functionality provided <EM>via</EM>
  652. the <CODE>func()</CODE> methods is very unlikely to be portable across databases.</P>
  653. <P>
  654. <HR>
  655. <H1><A NAME="programming questions">Programming Questions</A></H1>
  656. <P>
  657. <H2><A NAME="4.1 is dbi any use for cgi programming">4.1 Is DBI any use for CGI programming?</A></H2>
  658. <P>In a word, yes! DBI is hugely useful for CGI programming! In fact, I would
  659. tentatively say that CGI programming is one of two top uses for DBI.</P>
  660. <P>DBI confers the ability to CGI programmers to power WWW-fronted databases
  661. to their users, which provides users with vast quantities of ordered
  662. data to play with. DBI also provides the possibility that, if a site is
  663. receiving far too much traffic than their database server can cope with, they
  664. can upgrade the database server behind the scenes with no alterations to
  665. the CGI scripts.</P>
  666. <P>
  667. <H2><A NAME="4.2 how do i get faster connection times with dbd::oracle and cgi">4.2 How do I get faster connection times with DBD::Oracle and CGI?</A></H2>
  668. <PRE>
  669.     Contributed by John D. Groenveld</PRE>
  670. <P>The Apache <CODE>httpd</CODE> maintains a pool of <CODE>httpd</CODE> children to service client 
  671. requests.</P>
  672. <P>Using the Apache <EM>mod_perl</EM> module by <EM>Doug MacEachern</EM>, the perl 
  673. interpreter is embedded with the <CODE>httpd</CODE> children. The CGI, DBI, and your 
  674. other favorite modules can be loaded at the startup of each child. These 
  675. modules will not be reloaded unless changed on disk.</P>
  676. <P>For more information on Apache, see the Apache Project's WWW site:</P>
  677. <PRE>
  678.     <A HREF="http://www.apache.org">http://www.apache.org</A></PRE>
  679. <P>The <EM>mod_perl</EM> module can be downloaded from CPAN <EM>via</EM>:</P>
  680. <PRE>
  681.     <A HREF="http://www.perl.com/cgi-bin/cpan_mod?module=Apache">http://www.perl.com/cgi-bin/cpan_mod?module=Apache</A></PRE>
  682. <P>
  683. <H2><A NAME="4.3 how do i get persistent connections with dbi and cgi">4.3 How do I get persistent connections with DBI and CGI?</A></H2>
  684. <PRE>
  685.     Contributed by John D. Groenveld</PRE>
  686. <P>Using Edmund Mergl's <EM>Apache::DBI</EM> module, database logins are stored in a 
  687. hash with each of these <CODE>httpd</CODE> child. If your application is based on a 
  688. single database user, this connection can be started with each child. 
  689. Currently, database connections cannot be shared between <CODE>httpd</CODE> children.</P>
  690. <P><EM>Apache::DBI</EM> can be downloaded from CPAN <EM>via</EM>:</P>
  691. <PRE>
  692.     <A HREF="http://www.perl.com/cgi-bin/cpan_mod?module=Apache::DBI">http://www.perl.com/cgi-bin/cpan_mod?module=Apache::DBI</A></PRE>
  693. <P>
  694. <H2><A NAME="4.4 ``when i run a perl script from the command line, it works, but, when i run it under the httpd, it fails!'' why">4.4 ``When I run a perl script from the command line, it works, but, when I run it under the <CODE>httpd</CODE>, it fails!'' Why?</A></H2>
  695. <P>Basically, a good chance this is occurring is due to the fact that the user
  696. that you ran it from the command line as has a correctly configured set of
  697. environment variables, in the case of <EM>DBD::Oracle</EM>, variables like
  698. <CODE>ORACLE_HOME</CODE>, <CODE>ORACLE_SID</CODE> or <CODE>TWO_TASK</CODE>.</P>
  699. <P>The <CODE>httpd</CODE> process usually runs under the user id of <CODE>nobody</CODE>,
  700. which implies there is no configured environment. Any scripts attempting to
  701. execute in this situation will correctly fail.</P>
  702. <P>One way to solve this problem is to set the environment for your database in a
  703. <CODE>BEGIN { }</CODE> block at the top of your script. Another technique is to configure
  704. your WWW server to pass-through certain environment variables to your CGI 
  705. scripts.</P>
  706. <P>Similarly, you should check your <CODE>httpd</CODE> error logfile for any clues,
  707. as well as the ``Idiot's Guide To Solving Perl / CGI Problems'' and
  708. ``Perl CGI Programming FAQ'' for further information. It is
  709. unlikely the problem is DBI-related.</P>
  710. <P>The ``Idiot's Guide To Solving Perl / CGI Problems'' can be located at:</P>
  711. <PRE>
  712.     <A HREF="http://www.perl.com/perl/faq/index.html">http://www.perl.com/perl/faq/index.html</A></PRE>
  713. <P>as can the ``Perl CGI Programming FAQ''. Read <EM>BOTH</EM> these documents 
  714. carefully!</P>
  715. <P>
  716. <H2><A NAME="4.5 how do i get the number of rows returned from a select statement">4.5 How do I get the number of rows returned from a <CODE>SELECT</CODE> statement?</A></H2>
  717. <P>Count them. Read the DBI docs for the <CODE>rows()</CODE> method.</P>
  718. <P>
  719. <HR>
  720. <H1><A NAME="miscellaneous questions">Miscellaneous Questions</A></H1>
  721. <P>
  722. <H2><A NAME="5.1 can i do multithreading with dbi">5.1 Can I do multi-threading with DBI?</A></H2>
  723. <P>Perl version 5.005 and later can be built to support multi-threading.
  724. The DBI, as of version 1.02, does not yet support multi-threading
  725. so it would be unsafe to let more than one thread enter the DBI at
  726. the same time.</P>
  727. <P>It is expected that some future version of the DBI will at least be
  728. thread-safe (but not thread-hot) by automatically blocking threads
  729. intering the DBI while it's already in use.</P>
  730. <P>For some OCI example code for Oracle that has multi-threaded <CODE>SELECT</CODE>
  731. statements, see:</P>
  732. <PRE>
  733.     <A HREF="http://www.arcana.co.uk/technologia/oracle/oci/orathreads.tar.gz">http://www.arcana.co.uk/technologia/oracle/oci/orathreads.tar.gz</A></PRE>
  734. <P>
  735. <H2><A NAME="5.2 how do i handle blob data with dbi">5.2 How do I handle BLOB data with DBI?</A></H2>
  736. <P>If the BLOB can fit into your memory then setting the LongReadLen
  737. attribute to a large enough value should be sufficient.
  738. </P>
  739. <PRE>
  740.  
  741. If not, ... To be written.</PRE>
  742. <P>
  743. <H2><A NAME="5.3 how can i invoke stored procedures with dbi">5.3 How can I invoke stored procedures with DBI?</A></H2>
  744. <P>The DBI does not define a database-independent way of calling stored procedures.</P>
  745. <P>However, most database that support them also provide a way to call
  746. them from SQL statements - and the DBI certainly supports that.</P>
  747. <P>So, assuming that you have created a stored procedure within the target
  748. database, <EM>eg</EM>, an Oracle database, you can use <CODE>$dbh</CODE>-><A HREF="../../../lib/Pod/perlfunc.html#item_do"><CODE>do()</CODE></A> to
  749. immediately execute the procedure. For example,</P>
  750. <PRE>
  751.     $dbh->do( "BEGIN someProcedure; END;" );   # Oracle-specific</PRE>
  752. <P>You should also be able to <CODE>prepare</CODE> and <CODE>execute</CODE>, which is
  753. the recommended way if you'll be calling the procedure often.</P>
  754. <P>
  755. <H2><A NAME="5.4 how can i get return values from stored procedures with dbi">5.4 How can I get return values from stored procedures with DBI?</A></H2>
  756. <PRE>
  757.     Contributed by Jeff Urlwin</PRE>
  758. <PRE>
  759.     $sth = $dbh->prepare( "BEGIN foo(:1, :2, :3); END;" );
  760.     $sth->bind_param(1, $a);
  761.     $sth->bind_param_inout(2, \$path, 2000);
  762.     $sth->bind_param_inout(3, \$success, 2000);
  763.     $sth->execute;</PRE>
  764. <P>Remember to perform error checking, though! ( Or use the <CODE>RaiseError</CODE>
  765. attribute ).</P>
  766. <P>
  767. <H2><A NAME="5.5 how can i create or drop a database with dbi">5.5 How can I create or drop a database with DBI?</A></H2>
  768. <P>Database creation and deletion are concepts that are entirely too abstract
  769. to be adequately supported by DBI. For example, Oracle does not support the
  770. concept of dropping a database at all! Also, in Oracle, the database
  771. <EM>server</EM> essentially <EM>is</EM> the database, whereas in mSQL, the
  772. server process runs happily without any databases created in it. The
  773. problem is too disparate to attack in a worthwhile way.</P>
  774. <P>Some drivers, therefore, support database creation and deletion through
  775. the private <CODE>func()</CODE> methods. You should check the documentation for
  776. the drivers you are using to see if they support this mechanism.</P>
  777. <P>
  778. <H2><A NAME="5.6 how can i commit or rollback a statement with dbi">5.6 How can I <CODE>commit</CODE> or <CODE>rollback</CODE> a statement with DBI?</A></H2>
  779. <P>See the <CODE>commit()</CODE> and <CODE>rollback()</CODE> methods in the DBI docs.</P>
  780. <P>
  781. <H2><A NAME="5.7 how are null values handled by dbi">5.7 How are <CODE>NULL</CODE> values handled by DBI?</A></H2>
  782. <P><CODE>NULL</CODE> values in DBI are specified to be treated as the value <A HREF="../../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>.
  783. <CODE>NULL</CODE>s can be inserted into databases as <CODE>NULL</CODE>, for example:</P>
  784. <PRE>
  785.     $rv = $dbh->do( "INSERT INTO table VALUES( NULL )" );</PRE>
  786. <P>but when queried back, the <CODE>NULL</CODE>s should be tested against <A HREF="../../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>.
  787. This is standard across all drivers.</P>
  788. <P>
  789. <H2><A NAME="5.8 what are these func() methods all about">5.8 What are these <CODE>func()</CODE> methods all about?</A></H2>
  790. <P>The <CODE>func()</CODE> method is defined within DBI as being an entry point
  791. for database-specific functionality, <EM>eg</EM>, the ability to create or
  792. drop databases. Invoking these driver-specific methods is simple, for example,
  793. to invoke a <CODE>createDatabase</CODE> method that has one argument, we would
  794. write:</P>
  795. <PRE>
  796.     $rv =$dbh->func( 'argument', 'createDatabase' );</PRE>
  797. <P>Software developers should note that the <CODE>func()</CODE> methods are
  798. non-portable between databases.</P>
  799. <P>
  800. <H2><A NAME="5.9 is dbi year 2000 compliant">5.9 Is DBI Year 2000 Compliant?</A></H2>
  801. <P>DBI has no knowledge of understanding of what dates are. Therefore, DBI
  802. itself does not have a Year 2000 problem. Individual drivers may use date
  803. handling code internally and therefore be potentially susceptible to the
  804. Year 2000 problem, but this is unlikely.</P>
  805. <P>You may also wish to read the ``Does Perl have a Year 2000 problem?'' section
  806. of the Perl FAQ at:</P>
  807. <PRE>
  808.     <A HREF="http://www.perl.com/CPAN/doc/FAQs/FAQ/PerlFAQ.html">http://www.perl.com/CPAN/doc/FAQs/FAQ/PerlFAQ.html</A></PRE>
  809. <P>
  810. <HR>
  811. <H1><A NAME="support and training">Support and Training</A></H1>
  812. <P>The Perl5 Database Interface is <EM>FREE</EM> software. IT COMES WITHOUT WARRANTY
  813. OF ANY KIND. See the DBI README for more details.</P>
  814. <P>However, some organizations are providing either technical support or
  815. training programs on DBI. The present author has no knowledge as
  816. to the quality of these services. The links are included for reference
  817. purposes only and should not be regarded as recommendations in any way.
  818. <EM>Caveat emptor</EM>.</P>
  819. <P>
  820. <H2><A NAME="commercial support">Commercial Support</A></H2>
  821. <DL>
  822. <DT><STRONG><A NAME="item_The_Perl_Clinic">The Perl Clinic</A></STRONG><BR>
  823. <DD>
  824. The Perl Clinic provides commercial support for <EM>Perl</EM> and Perl
  825. related problems, including the <EM>DBI</EM> and its drivers.  Support is
  826. provided by the company with whom Tim Bunce, author of <EM>DBI</EM> and
  827. <EM>DBD::Oracle</EM>, works and ActiveState. For more information on their
  828. services, please see:
  829. <PRE>
  830.     <A HREF="http://www.perlclinic.com">http://www.perlclinic.com</A></PRE>
  831. <P></P></DL>
  832. <P>
  833. <H2><A NAME="training">Training</A></H2>
  834. <DL>
  835. <DT><STRONG><A NAME="item_Westlake_Solutions">Westlake Solutions</A></STRONG><BR>
  836. <DD>
  837. A hands-on class for experienced Perl CGI developers that teaches
  838. how to write database-connected CGI scripts using Perl and DBI.pm.  This
  839. course, along with four other courses on CGI scripting with Perl, is
  840. taught in Washington, DC; Arlington, Virginia; and on-site worldwide upon
  841. request.
  842. <P>See:</P>
  843. <PRE>
  844.     <A HREF="http://www.westlake.com/training">http://www.westlake.com/training</A></PRE>
  845. <P>for more details.</P>
  846. <P></P></DL>
  847. <P>
  848. <HR>
  849. <H1><A NAME="other references">Other References</A></H1>
  850. <P>In this section, we present some miscellaneous WWW links that may be of
  851. some interest to DBI users. These are not verified and may result in
  852. unknown sites or missing documents.</P>
  853. <PRE>
  854.     <A HREF="http://www-ccs.cs.umass.edu/db.html">http://www-ccs.cs.umass.edu/db.html</A>
  855.     <A HREF="http://www.odmg.org/odmg93/updates_dbarry.html">http://www.odmg.org/odmg93/updates_dbarry.html</A>
  856.     <A HREF="http://www.jcc.com/sql_stnd.html">http://www.jcc.com/sql_stnd.html</A></PRE>
  857. <P>
  858. <HR>
  859. <H1><A NAME="author">AUTHOR</A></H1>
  860. <P>Alligator Descartes <<EM><A HREF="mailto:descarte@arcana.co.uk">descarte@arcana.co.uk</A></EM>>. Portions are Copyright their
  861. original stated authors.</P>
  862. <P>
  863. <HR>
  864. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  865. <P>This document is Copyright (c)1994-1999 Alligator Descartes, with portions
  866. Copyright (c)1994-1999 their original authors. This module is released under
  867. the 'Artistic' license which you can find in the perl distribution.</P>
  868. <P>This document is Copyright (c)1997-1999 Alligator Descartes. All rights reserved.
  869. Permission to distribute this document, in full or in part, via email,
  870. Usenet, ftp archives or http is granted providing that no charges are involved,
  871. reasonable attempt is made to use the most current version and all credits
  872. and copyright notices are retained ( the <EM>AUTHOR</EM> and <EM>COPYRIGHT</EM> sections ).
  873. Requests for other distribution rights, including incorporation into 
  874. commercial products, such as books, magazine articles or CD-ROMs should be
  875. made to Alligator Descartes <<EM><A HREF="mailto:descarte@arcana.co.uk">descarte@arcana.co.uk</A></EM>>.</P>
  876. <!--#include virtual="/technologia/perl/DBI/templatebottom.html" -->
  877. </BODY>
  878. </HTML><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  879. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  880. <STRONG><P CLASS=block> DBI::FAQ -- The Frequently Asked Questions for the Perl5 Database Interface</P></STRONG>
  881. </TD></TR>
  882. </TABLE>
  883.  
  884. </BODY>
  885.  
  886. </HTML>
  887.