Re: (Fwd) Perl DBI on Mac OS X

2011-05-05 Thread six24hourdays
I am not explicitly requesting iODBC. I am trying to run the same test script, that works on my Windows machine, on a Mac machine. The script has: my $dsn = DBI:ODBC:Driver={SQL Server};Server=$server;Database=$db; Is this correct for the Mac? Thanks, David (sent from my personal account)

Re: (Fwd) Perl DBI on Mac OS X

2011-05-05 Thread six24hourdays
On May 3, 5:07 am, martin.ev...@easysoft.com (Martin J. Evans) wrote: On 03/05/11 03:47, Tim Bunce wrote: - Forwarded message from david_st...@mcafee.com - Date: Mon, 2 May 2011 18:40:11 -0700 From: david_st...@mcafee.com To: tim.bu...@pobox.com Subject: Perl DBI on Mac OS

RE: (Fwd) Perl DBI on Mac OS X

2011-05-05 Thread David_Stiff
Clapper SQLCMD is a Python application that uses '/usr/local/lib/libmyodbc3.so'. I think what it's boiling down to is that there is no ODBC driver on this Mac and I will have to purchase one. Thanks, Dave From: Jonathan Leffler [mailto:jonathan.leff...@gmail.com] Sent: Tuesday, May 03, 2011

DBI and DBD::Sqlite on ARM-LINUX

2011-05-05 Thread Emil Delić
Hello guys, Recently I cross compile perl for my mini2440 arm-linux (factory distro qtopia 2.2) which works pretty well. Now, I want to write small script for collecting data from DI and AI. For this I need to have DBI library and DBD sqlite driver. My cpan does not work and i do not have make

RE: (Fwd) Perl DBI on Mac OS X

2011-05-05 Thread David_Stiff
Comments in-line Now you have to get down to - which ODBC drivers do you have installed? How can I check? Do you need the FreeTDS driver, for example? Probably not. Right now I am using 'sqlcmd' from Clapper Software. I may have installed FreeTDS when I was initially trying to get DB access

Re: (Fwd) Perl DBI on Mac OS X

2011-05-05 Thread Martin J. Evans
David, I'm quickly losing track of where you are because you answered so many posts from days ago trying to help you and now mysql seems to be mentioned. Let me try and explain some of what you are doing and why it might be going wrong. I am not explicitly specifying iODBC When DBD::ODBC was