How can I run jConnect for JDBC on Macintosh?
Some customers have reported successfully running jConnect for JDBC on the Macintosh and have shared the following instructions: • Create CodeWarrior project, “Java Application” • add “Isql.java” • add “classes.zip”, “javasql.zip”, sybjdbc.zip” • Change applet to frame • change getParamter(…) to null • comment out showStatus(…) • Run it!