0

I am building an application which needs to pull data from an in house database. This database is Adaptive Server Anywhere Version 7. It is running on a Windows 2003 Server with Apache and PHP. The server houses both the web application and the database. I do not need to connect to database from the outside.

How do I get access to this database in a PHP application. I have only really worked with MySQL in the past.

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134
Roeland
  • 3,698
  • 7
  • 46
  • 62

1 Answers1

1

If good enough, create a odbc-dsn (mind wow64) and use it to tie php to your db.

Teson
  • 6,644
  • 8
  • 46
  • 69