- Original Message -
From: xyl
To: [EMAIL PROTECTED]
Sent: Saturday, April 13, 2002 10:32 AM
Subject: question about DBI
>dear sir,
>i wrote a simple db.pl do some jobs with database. it works through "$perl
>db.pl". compiling it with perlcc, execute "$./db". the error is:
>Undefined s
I believe, but I'm not sure, that if you pass NO parameters to username and
password and you are using the integrated NT authentication, you should be
able to login. If not, please let me know.
Regards,
JEff
> -Original Message-
> From: mrtlc [mailto:[EMAIL PROTECTED]]
> Sent: Saturday
The two CPAN modules oriented towards password security are:
DBIx::Password (by Brian Aker)
DBIx::Connect(by me!)
Your approach is most similar to DBIx::Password, but the weaknesses of
this approach are discussed in the docs of DBIx::Connect
Stacy Mader writes:
: I put my usernam
I put my username and password in a file (dbinfo) in a secure location,
open it, and pass the variables to my script - dbinfo should not be
accessible from the web!
For example:
use strict;
#Open the Oracle database:
if (!defined(open(DBINFO, "$base/dbinfo"))) {
die "Can't open dbi
dear sir,
i wrote a simple db.pl do some jobs with database.
it works through "$perl db.pl". compiling it with perlcc, execute "$./db".
the error is:
Undefined subroutine &DBI::dr::connect called
at /usr/lib/perl5/site_perl/5.6.0/i386-linux/
Hello all,
Is there any method to hide the password when we code:
DBI->connect('dbi:ODBC:DSN', 'user', 'password');
I am using SQLServer2K on Win2K, can we set up a trusted connection without
putting a user id and password? Like the way we run osql or dtsrun using
the /E option.
Thanks in adv
Hello there,
I couldn't find the similar answer in mailing lists. I hope someone can have a good
solution.
I am using cygwin. I have MySQL and DBI(1.21) installed. When I tried to install
DBD::mysql (2.1012), I tried both ways. First, perl -MCPAN -e shell. Second, menually
compile. I have pro