Re: DBD::CSV incorrect detection of numeric fields, patch?

2001-10-26 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Sam Roberts) wrote: > I'm sorry its taken me so long to get back to you. I lost your > patch, hacked something that worked for my particular problem, > and then got pulled into other things. > > However, I'm back. I'm having the problem with DB

RE: unixODBC and FreeTDS to MS SQL Server.

2001-10-26 Thread Keith A. Clay
You have you use version 0.91 of DBD::Sybase to connect to a mysql server. I am using Freetds version 0.51. This setup works fine and no odbc driver is needed just DBD::Sybase. keith _ Keith A. Clay, [EMAIL PROTECTED] Abilene Christian University

DBD::DB2 remote database

2001-10-26 Thread Ryan J Wyler
In the documentation for DBI it suggests that you are able to use the following commands depending on your driver: dbi:DriverName:database_name dbi:DriverName:database_name@hostname:port dbi:DriverName:database=database_name;host=hostname;port=port I can't seem to find any documentation fo

RE: unixODBC and FreeTDS to MS SQL Server.

2001-10-26 Thread Jeff Urlwin
Well, I'm not especially solid on the FreeTDS. I did not realize that FreeTDS supplied an ODBC driver. I thought that FreeTDS was to be used with DBD::Sybase to talk to SQL Server. Jeff > > Hi >I am having problems working with the DBD::ODBC driver. > >I am using unixODBC and FreeTDS c

Announcing DBD::Sprite v. 0.24

2001-10-26 Thread turnerjw2
I am pleased to announce DBD::Sprite, v. 0.24! This new release fixes some minor bugs and adds many new Oracle functions, namely subsets of "TO_CHAR", and "TO_NUMBER". Here is the changes from the "Changes" file: 0.24 Fri Oct 26 - Added new regex feature to allow one to capture regex

Re: DBD::CSV incorrect detection of numeric fields, patch?

2001-10-26 Thread Jeff Zucker
Sam Roberts wrote: > > I'm having the problem with DBD:CSV, wherein things > like DISTINCT and SORT don't work: I'll send you a development version of SQL::Statement that will fix that. > "select date from svv_bug_count" DBD::CSV lets you get away with that, but you really shoudn't name your c

DBD::CSV incorrect detection of numeric fields, patch?

2001-10-26 Thread Sam Roberts
I'm sorry its taken me so long to get back to you. I lost your patch, hacked something that worked for my particular problem, and then got pulled into other things. However, I'm back. I'm having the problem with DBD:CSV, wherein things like DISTINCT and SORT don't work: ~/w/svv/tools/dbtools $ p

DBI and DBD::Informix on Solaris 8 65-Bit and 25572 error number

2001-10-26 Thread Mahdi A. Sbeih
Hi all, I installed DBI and DBD::Informix on Solaris 8 64 bit, and I am trying to connect to the Informix server, but I get the error number -25572 Cannot bind network driver to the port number, I don't know but it seems that this is a known issue about the Solaris 8 and tlitcp?? Any feed back?

Re: DBI Install Error on AIX

2001-10-26 Thread Marcelo Guelfi
1) Do you have C already installed? You can check it running: lslpp -l | grep -i vac and see if you have the filesets. 2) If you have vac.C and you can't find in /usr/bin probably you didn't run the replaceCSET script that creates links for cc* in /usr/bin. You can find that script in /usr/

Re: Fw: escaping SQL statements properly DBD::mysql

2001-10-26 Thread Etienne Marcotte
Did you try the quote() ? Etienne [EMAIL PROTECTED] wrote: > > Thanks for the reply, > > > > It still does not like the > > > > username@'%' > > > > Can this be done? > > again here is the full command that works from the command line : > > > > grant usage, SELECT, INSERT, UPDATE, DELETE, CREAT