-Original Message-
From: Rob Dixon [mailto:[EMAIL PROTECTED]
Sent: 28 April 2008 17:53
To: beginners@perl.org
Cc: Francisco Valladolid
Subject: Re: sql and perl
Francisco Valladolid wrote:
>>
>> I want to start learning about sql and how it interacts w/ perl.
>>
>
Bob McConnell wrote:
> ---Original Message-
> From: Rob Dixon [mailto:[EMAIL PROTECTED]
>>> I Recommended using PostgreSQL over MySQL, if you need
>>> begin, postgresql is the best choice.
>> That is a divisive comment, and a matter of opinion. What it
>> really boils down to is that Postgre
---Original Message-
From: Rob Dixon [mailto:[EMAIL PROTECTED]
>>
>> I Recommended using PostgreSQL over MySQL, if you need
>> begin, postgresql is the best choice.
>
> That is a divisive comment, and a matter of opinion. What it
> really boils down to is that PostgreSQL is better-featured
Francisco Valladolid wrote:
>>
>> I want to start learning about sql and how it interacts w/ perl.
>>
>> My rough idea is to install mysql server and read some books to start
>> playing w/ it along w/ perl.
>> Any advice?
>>
>> For now, I just plan to go through the book 'mysql and perl for the
>>
Hi Richard
I Recommended using PostgreSQL over MySQL, if you need begin, postgresql is
the best choice.
Now, if you need do basic things in SQL, then use SQLite (it no need a
working daemon), it is simple and functional.
You need the DBI mechanism installed in you computer, followed by the
corre
Dr.Ruud wrote:
Richard Lee schreef:
Your posting is a reply to a posting that it has nothing to do with.
Next time just start fresh.
I want to start learning about sql and how it interacts w/ perl.
My rough idea is to install mysql server and read some books to start
playing w/ it along w
On Sat, 2008-04-26 at 23:24 -0400, Richard Lee wrote:
> Hello guys,
>
> I want to start learning about sql and how it interacts w/ perl.
Great :)
If you want to create nice GUI apps that talk to databases, check out my
projects at: http://entropy.homelinux.org/axis
Dan
--
To unsubscribe, e-m
Dr.Ruud wrote:
>
> Your posting is a reply to a posting that it has nothing to do with.
> Next time just start fresh.
Yes indeed. It may seem like a simple way to make a new post to the group, but
if you start by creating a reply and emptying the content, those of us with
email clients that disp
Richard Lee schreef:
Your posting is a reply to a posting that it has nothing to do with.
Next time just start fresh.
> I want to start learning about sql and how it interacts w/ perl.
>
> My rough idea is to install mysql server and read some books to start
> playing w/ it along w/ perl.
> Any
Octavian Rasnita wrote:
Hi,
You didn't say if you are running Windows, Linux or something else...
If you have Linux, you probably already have perl. If you use Windows,
get and install perl from www.activestate.com.
You must also get and install MySQL from www.mysql.com if you don't
have it
Hi,
You didn't say if you are running Windows, Linux or something else...
If you have Linux, you probably already have perl. If you use Windows, get
and install perl from www.activestate.com.
You must also get and install MySQL from www.mysql.com if you don't have it
installed.
Then you ne
J. Peng wrote:
First you should learn some basic knowledge about Mysql systems and
SQL statement.
Before you try to connect to a Mysql server with Perl, you should
install Mysql client and DBD::mysql and DBI on your host.
Then you could read the document for DBI, and try to program with it.
The b
First you should learn some basic knowledge about Mysql systems and
SQL statement.
Before you try to connect to a Mysql server with Perl, you should
install Mysql client and DBD::mysql and DBI on your host.
Then you could read the document for DBI, and try to program with it.
The book you mentioned
13 matches
Mail list logo