RE: Is that a DB server need to be installed ?

2004-11-04 Thread NYIMI Jose \(BMB\)


> -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]
 




Re: Is that a DB server need to be installed ?

2004-11-04 Thread Mark Day


Bee wrote:
> 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.. 
> 
> TIA,
> Bee


MySQL is a good free database to try.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




Re: Is that a DB server need to be installed ?

2004-11-04 Thread Bee
Thanks ! That's quite a nice hint~ I 'll digging in for more
that  I suppose want to look for~~

Thanks,
Bee



- Original Message - 
From: "NYIMI Jose (BMB)" <[EMAIL PROTECTED]>
To: "Bee" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 2004 4:50 PM
Subject: RE: Is that a DB server need to be installed ?




> -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>




Re: Is that a DB server need to be installed ?

2004-11-04 Thread Bee
How would MySQL compare with DBD::SQLite ?
I hope I can deal with as lease as the outter things...
more apperciate situation is without install other stuff,
but sort of modules.

Thanks in advise,
Bee



- Original Message - 
From: "Mark Day" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 2004 10:52 AM
Subject: Re: Is that a DB server need to be installed ?


>
>
> Bee wrote:
> > 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..
> >
> > TIA,
> > Bee
>
>
> MySQL is a good free database to try.
>
>
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>




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