
mike at perusion
May 6, 2008, 9:00 AM
Post #3 of 5
(142 views)
Permalink
|
Quoting Stefan Hornburg (Racke) (racke[at]linuxia.de): > Steve Graham wrote: > > Hello, > > > > What or how do you connect to a live MS database via Perl? > > > > I can connect to various databases via Linux with php and a special > > program called odbtp. How do you do this with Perl? > > Years ago it worked with DBI and DBD::Sybase. You are talking about connecting to SQL Server, Racke. I don't think that goes anymore, but now it can be made to work with DBI and DBD::ODBC. You can also connect directly to MySQL with DBD::MySQL, or PostGres, or Solid, or DB2, or Oracle. Surprise, surprise -- Microsoft SQL Server is the only one without a Linux driver. -- Mike Heins Perusion -- Expert Interchange Consulting http://www.perusion.com/ phone +1.765.647.1295 tollfree 800-949-1889 <mike[at]perusion.com> There comes a time when you should stop expecting other people to make a big deal about your birthday. That time is age 12. -- Dave Barry _______________________________________________ interchange-users mailing list interchange-users[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-users
|