> -----Original Message-----
> From: Bee [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 03, 2004 11:21 PM
> To: [EMAIL PROTECTED]
> Subject: Is that a DB server need to be installed ?
> 
> 
> Hi, 
> 
> Just start on study about Database programming... Just wonder 
> is that a real DB server is needed to be installed before I 
> start my coding ? If so... which kind of server ( and modules) 
> is recommanded, easiest to get start for beginners ? I assume 
> that I will deal with both simple short data and some CLOB.. 
> 

DBD::SQLite is your friend for that.
No need to install an heavy RDBMS server.
A normal Perl module install will be enough to play with complex SQL.
Some refs:
http://search.cpan.org/~msergeant/DBD-SQLite-1.07/lib/DBD/SQLite.pm
http://www.perl.com/lpt/a/2003/09/03/perlcookbook.html
http://www.perl.com/lpt/a/2004/09/12/embedded.html

I assume you know what DBI is used for :-)
 
HTH,
José.


**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. This email is not intended to create or affect any 
contractual arrangements between the parties.
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to