Re: Question that may not have an answer

2007-09-17 Thread Alex Teslik
On Mon, 17 Sep 2007 16:04:09 -0400, Scott Mohnkern wrote > I'm working on a project where we have data stored in arrays that we > need to put into a database. We'd started with CSV (it was easiest), > but it's become unmanagable. > > However, I don't want to go through the pain of getting a mys

Re: connecting to remote MSSQL server from DBI

2007-06-11 Thread Alex Teslik
Remote connections are done with Gofer: http://search.cpan.org/~timb/DBI-1.56/lib/DBD/Gofer.pm The MacOSX box uses DBD::Gofer to talk to the DBI process over http on the win32 box, which is accessing the MS SQL using the DBD::ODBC. I never used this, but thats my understanding. See the docs. Pe

Re: SQLite 3.3.16 nulls test results

2007-05-02 Thread Alex Teslik
t? > > > > But that current version has a couple of bugs. Attached is a revision I > > came up with, that fixes the bugs and improves the output format just a > > bit. Also attached is a diff listing. Tim, are YOU maintaining files > > at the link location above?

SQLite 3.3.16 nulls test results

2007-04-27 Thread Alex Teslik
as requested by the DBI man page: [root]/home/alex# perl perl_dbi_nulls_test.pl Using connect arguments, db version: 3.3.16 => Drop table 'dbi__null_test_tmp', if it already exists... DBD::SQLite::db do failed: no such table: dbi__null_test_tmp(1) at dbdimp.c line 271 at perl_dbi_nulls_test.pl li