The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

<HTML>

<HEAD>

<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>What’s in a name?</TITLE> 
</HEAD>

<BODY     >

 <H1>What’s in a name?</H1> 
 <P><UL>
<LI><H2>The letter case used for attribute names is significant
</H2>
<UL>
<LI>plays an important part in the portability of DBI scripts
<LI>
</UL></UL><UL>
<LI><H2>Used to signify who defined the meaning of that name and its values
</H2>
<UL>
	 Case of name	Has a meaning defined by
<BR><BR>	 UPPER_CASE	Formal standards, e.g.,  X/Open, SQL92 etc (portable)
<BR>	 MixedCase  	DBI API (portable), underscores are not used.
<BR>	 lower_case	Driver specific, ‘private’ attributes (non-portable)
</UL></UL><UL>
<H2>
</H2>
</UL><UL>
<LI><H2>Each driver has its own prefix for its private method and handle attributes
</H2>
<UL>
<LI>Ensures two drivers can’t define different meanings for the same attribute
</UL>
<BR>$sth-&#062bind_param( 1, $value, { ora_type =&#062 97, ix_type =&#062 42 } );</UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld027.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld029.htm">Next slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="sld028.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>