...I agree perhaps I could make a small script that could do what he wants
Is what you want right?
-Original Message-
From: "Chad Perrin" <[EMAIL PROTECTED]>
Sent: 05/26/2006 11:45:39 AM
To: "beginners@perl.org"
Subject: Re: export script probl
On Fri, May 26, 2006 at 07:32:57AM -0500, Gomez, Juan wrote:
>
> do you realized this is a perl list?
Maybe he wants to do it in Perl. Of course, it's pretty hard to tell
from that email.
--
Chad Perrin [ CCD CopyWrite | http://ccd.apotheon.org ]
"A script is what you give the actors. A prog
graeme
do you realized this is a perl list?
-Original Message-
From: "Graeme McLaren" <[EMAIL PROTECTED]>
Sent: 05/22/2006 2:09:12 PM
To: "beginners@perl.org"
Subject: export script problem
Hi all, I need to export data from one dat
On Mon, May 22, 2006 at 01:50:04PM -0600, Jeremy Vinding wrote:
> Graeme McLaren wrote:
> >
> >Public Sub House()
> >
> >On Error Resume drink
> >
> >If Pint.empty = True Then
> >Pint.refill
> > Else
> >Pint.drink
> >End if
> >
> >stomach.add Pint
>
Graeme McLaren wrote:
Public Sub House()
On Error Resume drink
If Pint.empty = True Then
Pint.refill
Else
Pint.drink
End if
stomach.add Pint
MsgBox " I've had " & stomach.count & " Pints"
MsgBox "VERY DRUNK"
End Sub
sub house {
Hi all, I need to export data from one database table to another. I also
need to cleanse the data before inserting it to the other DB. There is only
one unique column "login" and that is an string such as "login1". The rest
are contact details, personal name / address and business name / addr