DB2 express 9.5.2 has a OSx version, http://www-01.ibm.com/software/data/db2/express/download.html.
then you have a DB2 server with control center.
The Control Center is not available for MacOSX.
--
Helmut K. C. Tessarek
DB2 Performance and Development
/*
Thou shalt not follow the NULL pointer for chaos and madness
await thee at its end.
*/
mac$ ssh -X your_db_server
db2$ db2cc
Now I think you can use Eclipse, Eclipse Database Explorer ( should
run on mac), uses JDBC
I dont know if DB2 Database Studio runs on Mac because is 100% Eclipse
+ IBM DB2 JDBC
I only listed the free ones.
----
----
If you want to become a guru, just use the command line tools
---
---
I have my own question
Can you create a db2 database programmatically ? from ado.net, jdbc ?
I dont think I can !!!