Re: Sql Server 2000 and Perl connectivity. Is it possible??

2006-06-14 Thread David Burdon
http://search.cpan.org/~mewp/DBD-Sybase-1.07/Sybase.pm#Using_DBD%3A%3ASybase_with_MS-SQLUntested (by me) but no reason why it shouldnt work. If not.. ODBC route I guess.On 14/06/06, ukhas jean <[EMAIL PROTECTED]> wrote: Hello All,   I wanted to connect to a MSSQL Server 2000 Database and was won

Re: Ordering HASH

2006-05-25 Thread David Burdon
Hashes have no internal sorting. However you can do sort keys when getting data out but this wont but it in chronological order. Best way is it use your 'count tag' idea. Unless someone else has a better idea? I have to say 'ORDERING Hash' has to be the best email subject I've seen for a while :P

Re: Small and fast db-connection?

2006-02-06 Thread David Burdon
sqlite maybe?http://www.sqlite.org/http://search.cpan.org/~msergeant/DBD-SQLite-1.11/lib/DBD/SQLite.pm Simple an fast.On 06/02/06, Jonny Snell <[EMAIL PROTECTED]> wrote: Hi all!I have a webb application written in perl and using ordinary DBI/DBMmodules to connect to a MySQL database.However, I woul

help - active perl runs liks a dog on w2k

2005-08-24 Thread David Burdon
Hi, I currently running activeperl on both XP and W2k but on the W2K machine it runs very slowly. I've checked with task manager and perl.exe is using <5% of CPU time when on the XP box the same script would use as much as possible eg 85%. Any ideas on why this is happening only on the W2K box?