Thanatos wrote:
Gavin Laking wrote:
Hi,
First, sorry for the wrap on the lines below, and my apologies if this
message has been seen already- I appear to be having problems sending
to nntp.perl.org (I didn't realise you had to be subscribed to
[EMAIL PROTECTED] to send).
I am trying to i
gt;execute($sitename,$siteurl,$category,$description,$country,$region,$city,$added,$expires,$submitted);
print $dbh->errstr(),"\n" unless ($result);
$dbh->disconnect();
---
This mail doesn't seem like it will help you. However, all I did was fix
the line wraps in your code.
Thanatos
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
perl -MCPAN -e shell
After you answer the questions ( if CPAN needs to be configured ) you
can see the available DBI & DBD modules with
i /DBI/
i /DBD/
To install, ( for mysql anyways :) )
instal DBD::mysql
I have never done anything with Solaris .. I hope this helps you :).
Thanatos
script that
connects to the Access database and inserts the data.
Hope that helps,
Thanatos
p.s. You can read about the DBD::ODBC module here:
http://search.cpan.org/author/JURL/DBD-ODBC-0.43/ODBC.pm
Hope that helps,
Thanatos
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
sivly.
$1 will be *
$2 will be test_merge1
$3 will be \blrk35ed\views\test_merge1.vws
Note, if you want $3 to have two \\ you will need to add one like this:
my $tmp = $3;
$tmp = "\\$tmp";
or just add another \ to your string .. \\\blrk35ed\views\test_merge1.vws
Hope that works for ya,
Th
;>Chesapeake VA 23328
>>>http://www.GerlerEnterprises.com/
>>>
>>>Nationwide Dial-up from $12.45
>>>http://www.EasySitesForLess.com/
>>>
>>>
>>>
>>>
>>
>>I ( we ) would need to see the script(s) that cron is calli
eake VA 23328
> http://www.GerlerEnterprises.com/
>
> Nationwide Dial-up from $12.45
> http://www.EasySitesForLess.com/
>
>
>
>
I ( we ) would need to see the script(s) that cron is calling to help
out. However, I get that DBD error all the time :-) .. are you su