Curt Russell Crandall wrote:
> You can also set the CGI.pm debug mode to ON, enter the perl debugger, set
> the appropriate parameters and set through the file. Sometimes the
> results can be different than running through the browser, but other times
> it might point out bugs that may not be ea
"Sterin, Ilya" wrote:
> [...snip...] All languages exept visual basic use the right cases
And, of course, SQL. SQL is case-insensitive for keywords and identifiers, but
not for strings and delimited identifiers. I can think of a few other
(SQL-based) languages that are case-insensitive, too.
Hello,
I'm trying to install DBI, on HP-UX 11.0 and am
getting error messages during the make. I've attached
the output from the Makefile, and make. Also, I tried
to statically link but it core dumps. Any help would
be appreciated.
Thanks,
/Dave
_
I am running Redhat 7 and mysql and I have tried to install Msql-Mysql DBI
module But I get errors when I do a make.
I have enclosed a screen dump of the output I get. I seams to be getting
stuck with dbimon. I have installed DBI-1-13.tar.gz.
Can any one help
Gordon
[gordon@fido gordon
Yeah. Many thanks Jonathan!
Tim.
On Thu, Apr 12, 2001 at 01:47:03PM -0400, Jonathan Segal wrote:
> Hi,
>
> I had major linking problems building DBD::Oracle on our DEC platforms, which
> after a while I diagnosed to a missing -L entry in the link path. I then
> diagnosed the reason why this
Nope, That doesn't seem to make any difference either. I have ASP's that
write these same large text fields into the same tables, but I really prefer
to do what this page has to do with perl.
Thanks for all the help guys!
ScottP
-Original Message-
From: Michael Peppler [mailto:[EMAIL P
On Thu, Apr 12, 2001 at 02:54:31PM -0400, Mitch Clarvit wrote:
> Hey gang,
>
> Once again, I am here with a problem...this is one of the best places to get
> an answer...
>
> I am using Perl 5.003 to connect to an Oracle 8.1.5 Database. I have a
> field which is set up as NUMBER (4,2) which I a
Hey gang,
Once again, I am here with a problem...this is one of the best places to get
an answer...
I am using Perl 5.003 to connect to an Oracle 8.1.5 Database. I have a
field which is set up as NUMBER (4,2) which I assume equlas .99...
As soon as I enter a number greater than 9 such as 1
Scott Phelps writes:
>
> I just found the following in an archive (I believe of this list) and it
> sounds like my problem exactly (not sure of byte length, but is definitely
> size oriented)! Is this still a problem, the message below was dated Tue, 10
> Feb 1998.
You may be hitting the TE
Hi,
I had major linking problems building DBD::Oracle on our DEC platforms, which
after a while I diagnosed to a missing -L entry in the link path. I then
diagnosed the reason why this was missing -- there was a problem when
Makefile.PL called oracle build scripts. It creates an empty .o file
I just found the following in an archive (I believe of this list) and it
sounds like my problem exactly (not sure of byte length, but is definitely
size oriented)! Is this still a problem, the message below was dated Tue, 10
Feb 1998.
> From: Ken Whiting <[EMAIL PROTECTED]>
>
> Tim, I posted a m
The docs say that those values are for "fetching only", and setting them
seems to have no effect on my insert.
Is there any character limit on an insert?
ScottP
-Original Message-
From: Robert Davis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 12:18 PM
To: Scott Phelps
Cc:
check these values out. Read the doc about them.
Is the column a long varchar?
#
print "LongReadLen=$dbh->{LongReadLen}\n";
#
print "LongTruncOk=$dbh->{LongTruncOk}\n";
$dbh->{LongReadLen}=5000;
HTH
bob
Scott Phelps wrote:
> Here's a snippet of my code:
>
> my $dbh = DBI->connect(
Here's a snippet of my code:
my $dbh = DBI->connect('dbi:ODBC:MYDSN', 'user', 'pass',{RaiseError => 1,
AutoCommit => 1});
$sth = $dbh->prepare
("INSERT INTO ARTICLES (ARTICLE_TYPE, TITLE, SUBJECT, AUTHOR, SOURCE,
SOURCE_URL, COPY, PULLQUOTE) VALUES (?, ?, ?, ?, ?, ?, ?, ?)");
$sth->execute
($fo
You can also set the CGI.pm debug mode to ON, enter the perl debugger, set
the appropriate parameters and set through the file. Sometimes the
results can be different than running through the browser, but other times
it might point out bugs that may not be easily identified by examining the
HTML
When I am debugging CGI scripts, I follow this simple approach:
1. Manually set the CGI environment parameters to simulate a CGI call.
2. Invoke the CGI script from the command line on the server.
3. Look at the HTML text that is output. If it looks wrong, fix the script.
(It helps to create a s
> What next?
Wait for DBI 1.16 and meanwhile you can listen to the Twilight Zone music :)
Tim.
Hi Neill,
I think that we are making progress !!!
The executable size rose, and the error changed:
Now it's:
Undefined subroutine &DBI::dr::connect called at
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/DBI.pm line 408.
[]s
Slepetys
- Original Message -
From: "Neil Lunn" <[EMAIL
Tim Bunce wrote:
> Check that the DBI.pm in that directory contains this group of lines:
>
> selectrow_arrayref=>{U =>[2,0,'$statement [, \%attr [, @bind_params ] ]'] },
> selectrow_hashref=>{ U =>[2,0,'$statement [, \%attr [, @bind_params ] ]'] },
> selectall_arrayref=>{U =>[2,0,'$stateme
"Brett W. McCoy" wrote:
> Actually, for PostgreSQL, it is a valid statement -- CURRENT_DATE is a
> global variable that always holds the current date. This SQL statement
> should return a single row with 4-11-2001
Maybe the driver gets confused because it's not a column name? Try
'SELECT curre
On Wed, Apr 11, 2001 at 08:43:21PM -0500, Mark Stosberg wrote:
> Tim Bunce wrote:
> >
> > On Wed, Apr 11, 2001 at 05:42:03PM -0500, Mark Stosberg wrote:
> > > Tim Bunce wrote:
> > > >
> > > > I suspect you're not really using the version you think you are.
> > > > Add warn $DBI::VERSON to the cod
Many thanks John!
Tim.
On Wed, Apr 11, 2001 at 08:32:14PM -0500, John Milton wrote:
>
> Yes, synonyms are very much like views.
> Attached is a hacky diff to do synonyms (but not links).
> I can't do links here, so I can't test it.
> We have Kerberos here and I couldn't figure out how to
> prop
Thanks a lot to all.
It works after I configured ORACLE_HOME in httpd.conf in correct format as
mentioned in
http://httpd.apache.org/docs/mod/mod_env.html#setenv
With thanks,
Sikkandar
- Original Message -
From: "Alexander Farber (EED)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent
Tommy Wareing wrote:
> On Wed, Apr 11, 2001 at 07:53:03PM +0300, N Sikkandar Dulkarnai wrote:
> > I added the below line into httpd.conf file under Apacheroot/conf
> >
> > SetEnv ORACLE_HOME=/data1/u01/app/oracle/product/8.1.5
> >
> > Is it correct ???
No it is not, see http://httpd.apache.org/do
24 matches
Mail list logo