Re: Row return BUG somewhere

2002-08-08 Thread Michael Peppler
On Thu, 2002-08-08 at 11:32, [EMAIL PROTECTED] wrote: > > > All, thanks for the replies. > DBD-Sybase-0.94 eliminated the error (DBD-Sybase-0.94_2 crashed > horribly though). > > I do still have a nagging problem that I can't seem to find the solution > for perl scripts. Some debug msg

Re: Time_stamp column unreadable format

2002-08-08 Thread Michael A Chase
On Thu, 8 Aug 2002 19:29:27 -0500 "Nguyen, David M" <[EMAIL PROTECTED]> wrote: > It's number. > > SQL> desc user_activity_log > Name Null?Type > - -

RE: Time_stamp column unreadable format

2002-08-08 Thread Nguyen, David M
Mike, It's number. SQL> desc user_activity_log Name Null?Type - --- TIME_STAMPNOT NULL NUMBER(20) -

Re: more about Proxy problem

2002-08-08 Thread Brian McCain
$dbh is undefined. Check $DBI::errstr on your connect statement by changing this: $dbh=DBI->connect("dbi:Proxy:$proxy;dsn=$dsn", 'postgres', ' '); to this: $dbh=DBI->connect("dbi:Proxy:$proxy;dsn=$dsn", 'postgres', ' ') or die $DBI::errstr; Brian McCain PageMasters Internet Group | -

Mysql DBD compile problem

2002-08-08 Thread Stephen Spalding
Hello all, I'm trying to get DBD-mysql-2.1017 compiled on AIX 5.1 using gcc 2.9, and I'm having problems (the DBI package is DBI-1.30). I've checked the archives, and although I saw several entries very close to this one, I did not find a true resolution to the problem. The DBI compiles just fin

Re: Time_stamp column unreadable format

2002-08-08 Thread Michael A Chase
On Thu, 8 Aug 2002 17:16:31 -0500 "Nguyen, David M" <[EMAIL PROTECTED]> wrote: > I try to read date/time from times_tamp column in my oracle database but I > could not read it using SQL query. Is it a way to resolve it? > > SQL> select time_stamp from user_activity_log; > > TIME_STAMP > -

Time_stamp column unreadable format

2002-08-08 Thread Nguyen, David M
I try to read date/time from times_tamp column in my oracle database but I could not read it using SQL query. Is it a way to resolve it? SQL> select time_stamp from user_activity_log; TIME_STAMP -- 1.0220E+12 1.0220E+12 1.0220E+12 1.0220E+12 1.0220E+12 1.0220E+12 1.0220E+12 1.0220E+12

more about Proxy problem

2002-08-08 Thread Ning luo
Hi Everyone: Thanks a lot for all your help. At this moment, when I log in the proxy server, then run the code I can connect to the postgresql database successful. but when I connect from remote server, the following error message appear: --- DBI->connect(hostname=monosi