2012/7/17 Rob Dixon
> On 18/07/2012 00:18, Tessio F. wrote:
>
>> Hello,
>> I have an database with a two column primary key:
>>
>> create database contacts(
>> username char(20) not null,
>> contact char(20) not null,
>> primary key (username, contact)
>> );
>>
>> I'm trying to delete a row with
On 2012-07-18 01:18, Tessio F. wrote:
Hello,
I have an database with a two column primary key:
create database contacts(
username char(20) not null,
contact char(20) not null,
primary key (username, contact)
);
I'm trying to delete a row with the command:
(connect to db..)
my $sth = $dbh->prepa
On 18/07/2012 00:18, Tessio F. wrote:
Hello,
I have an database with a two column primary key:
create database contacts(
username char(20) not null,
contact char(20) not null,
primary key (username, contact)
);
I'm trying to delete a row with the command:
(connect to db..)
my $sth = $dbh->prepa
Hello,
I have an database with a two column primary key:
create database contacts(
username char(20) not null,
contact char(20) not null,
primary key (username, contact)
);
I'm trying to delete a row with the command:
(connect to db..)
my $sth = $dbh->prepare("DELETE FROM contacts
hw_test//scr/PerlLib/
> /usr/local/lib/perl5/5.8.0/sun4-solaris /usr/local/lib/perl5/5.8.0
> /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris
> /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at
> /home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib//DBI.pm line
It is basically looking for the DBI module. DBI is a database independent Perl
interface to databases, much like ODBC in the M$ environment. It means that in the
program you are trying to run there is a "use DBI;", but Perl can't find the source
file DBI.pm in the list of di
usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at
> /home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib//DBI.pm line 255
> BEGIN failed--compilation aborted at
> /home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib//DBI.pm line 255.
>
>
>
&
l/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl .) at
/home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib//DBI.pm line 255
BEGIN failed--compilation aborted at
/home/baalaji/proj1/ETA/auto/etafpgahw_test
awards wrote:
Hi,
I had problem installing modules with windows one way and the best way I did
for me is to install via a very little program I made in perl
here is the code
Three lines of code
#!/usr/bin/perl
use CPAN;
shell();
For future reference the above 3 lines equate to:
perl -MCPAN -e she
Home PC using XP Prof. SP1 with Oracle 9.2 DB installed. PERL5.005.03.exe installed.
I am new to the world of PERL. I have searched my PC and DBI.pm has not been
installed on my PC.
I understand that I need DBI installed to connect to Oracle.
So, my question is where do I download DBI from
Hi,
I had problem installing modules with windows one way and the best way I did
for me is to install via a very little program I made in perl
here is the code
Three lines of code
#!/usr/bin/perl
use CPAN;
shell();
after running the program you will have cpan> and type
install DBI and wait.
to f
stalling C:\Perl\html\bin\dbiprof.html
Installing C:\Perl\html\bin\dbiproxy.html
Installing C:\Perl\site\lib\DBI.pm
Installing C:\Perl\site\lib\Win32\DBIODBC.pm
Installing C:\Perl\site\lib\DBI\Changes.pm
Installing C:\Perl\site\lib\DBI\DBD.pm
Installing C:\Perl\site\lib\DBI\FAQ.pm
Installin
I would guess that it needs a newer version. 5.6.1 is the current version...
on my machine at least:
C:\>perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
c
> On Tue, May 29, 2001 at 05:24:07PM +0400, kosta wrote:
> > Can I have DBI package installed on the following build of perl:
> > ActiveState perl-5.6.0, MSWin32-x86-multi-thread?
>
> Yes. You probably want to use ActiveState's PPM installation utility.
>
> At the command prompt, type 'ppm
On Tue, May 29, 2001 at 05:24:07PM +0400, kosta wrote:
> Can I have DBI package installed on the following build of perl:
> ActiveState perl-5.6.0, MSWin32-x86-multi-thread?
Yes. You probably want to use ActiveState's PPM installation utility.
At the command prompt, type 'ppm'. At the 'pp
Can I have DBI package installed on the following build of perl:
ActiveState perl-5.6.0, MSWin32-x86-multi-thread?
Thanks in advance,
kosta
16 matches
Mail list logo