Re: DBD::XBase, STDOUT, and IO issue

2006-05-12 Thread Mark Galbreath
The solution was Perl's IO::Select() Took 2 lines of code, as it should in perl. :-) >>> Jeff Zucker <[EMAIL PROTECTED]> 11-May-06 12:16:35 PM >>> Tim Bunce wrote: > On Thu, May 11, 2006 at 08:59:25AM -0400, Mark Galbreath wrote: > >> Tim, >> >> I have preactically memorized the docs I ha

Re: DBD::XBase, STDOUT, and IO issue

2006-05-11 Thread Jeff Zucker
Tim Bunce wrote: On Thu, May 11, 2006 at 08:59:25AM -0400, Mark Galbreath wrote: Tim, I have preactically memorized the docs I have read them so many times. If you have a better suggestion, I am wide open for it! Something simple would do: $sth = $dbh->prepare(...);

Re: DBD::XBase, STDOUT, and IO issue

2006-05-11 Thread Tim Bunce
On Thu, May 11, 2006 at 08:59:25AM -0400, Mark Galbreath wrote: > Tim, > > I have preactically memorized the docs I have read them so many times. If > you have a better suggestion, I am wide open for it! Something simple would do: $sth = $dbh->prepare(...); $sth->execute;

Re: DBD::XBase, STDOUT, and IO issue

2006-05-11 Thread Mark Galbreath
Tim, I have preactically memorized the docs I have read them so many times. If you have a better suggestion, I am wide open for it! ~mark >>> Tim Bunce <[EMAIL PROTECTED]> 11-May-06 08:37:59 AM >>> On Wed, May 10, 2006 at 09:11:29AM -0400, Mark Galbreath wrote: > Hi Guys, > > I'm using a

Re: DBD::XBase, STDOUT, and IO issue

2006-05-11 Thread Tim Bunce
On Wed, May 10, 2006 at 09:11:29AM -0400, Mark Galbreath wrote: > Hi Guys, > > I'm using a subclass of DBI called DBD::XBase for reading Oralce DBF > tablespace datafiles, translating them into delimited text files, and then > loading them into MySQL with DBI. The problem is the only way DBD:X

DBD::XBase, STDOUT, and IO issue

2006-05-10 Thread Mark Galbreath
Hi Guys, I'm using a subclass of DBI called DBD::XBase for reading Oralce DBF tablespace datafiles, translating them into delimited text files, and then loading them into MySQL with DBI. The problem is the only way DBD:XBase can output the text file with field delimiters I need is it slurps t