RE: Stuck on a BLOB

2004-03-03 Thread Mayes, Iman
It could be that the output file is not in binary format. Try using the command : binmode (OUTPUT) just after opening the file. -Original Message- From: Karl Kopper [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: Stuck on a BLOB Hi All,

RE: Automatng import

2003-12-29 Thread Mayes, Iman
Hi, Here is a little something I do to execute sqlplus commands from shell scripts. This is just a snippet from a database startup script, so you'll have to season to taste. This should get you started in the right direction. sqlplus /nolog

RE: Oracle 9i (9.2.0.3) client compatiblity with DBD::Oracle?

2003-08-02 Thread Mayes, Iman
I was able to re-use the same DBD install based on 8i to access a 9i database. This was on RedHat 6.2, although I don't think that matters. Iman -Original Message- From: David K. Whisler [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: Oracle

RE: Does everything have to be returned as a array?

2002-12-19 Thread Mayes, Iman
Try this while statement: while ( ($dailypath, $hostname) = $sth->fetchrow_array () ) { #Do Your Stuff Here } Hope this helps. Iman Mayes -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:29 AM To: [EMAIL PROTECTED] Su

RE: How do I build a search engine for a MySQL database?

2002-12-04 Thread Mayes, Iman
To: Mayes, Iman; [EMAIL PROTECTED] Subject: Re: How do I build a search engine for a MySQL database? Iman, I read this article yesterday in the morning. :-) The new full text search function of MySQL 4beta is exaclty what I'm looking for. There is only a problem... I don't think my

RE: How do I build a search engine for a MySQL database?

2002-12-03 Thread Mayes, Iman
Here is a good link to check out: http://www.devarticles.com/art/1/195 Iman Mayes -Original Message- From: Oriol Portell - UV [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 4:30 AM To: [EMAIL PROTECTED] Subject: Re: How do I build a search engine for a MySQL database? Than

RE: doubt

2002-09-03 Thread Mayes, Iman
: Mayes, Iman; Agarwal, Ramakant; [EMAIL PROTECTED] Subject: RE: doubt What I am trying to say is that killing the execution that means either through (ctrl+c) or (kill command of unix). I have written a subroutine for the above purpose but I want this subroutine to be called whenever killing the

RE: doubt

2002-09-03 Thread Mayes, Iman
Place the disconnect from the database and any other cleanup inside of an END{} subroutine. If you need more info, check regular PERL documentation (specifically for END). Hope this helps. Iman -Original Message- From: Agarwal, Ramakant [mailto:[EMAIL PROTECTED]] Sent: Monday, Septemb

RE: What is Betrive?

2002-01-09 Thread Mayes, Iman
A little OT, but it is actually being used in a production software package called Teleform from Cardiff software. Teleform is an OCR program which you use to create forms, OCR them from fax or scan, and then store the information in a database. BTrieve is used to store the forms themselves, whil