Here is what the MadProfessor needs to do:
1. Contact you local Oracle Marketing Rep. He will set
you straight on licensing and pricing.
2. Go read the Oracle9iAS Data Sheet. Notice that they
use Apache and throw in couple of their own candy
wrappers called "mods".
Oracle9iAS does not inclu
>AfxMessageBox((CString)er.error);
It looks like you are trying to ask the compiler to cast er.error as a CString.
The compiler complains because the exception you are catching using
BadQuery (i.e., er.error) is probably implemented with STL. Usually you
would see the error dumped out as follo
Jon,
It seems you are still in the planning stage. First, if you have good
documentation on the DB2 (i.e. ER Diagrams, schema etc.)
become familiar with those for the purpose of maintaining the logic
as you develop towards your MySQL sink. Know how applications
that run against the DB2 databa
Greeting! I am trying to convert an application from a DB2 based
program to MySQL. We are still evaluating MySQL and learning.
We are using Java and the JDBC driver mm.mysql.jdbc-1.2c to
create the database. The Java version of this program using this
driver is not creating some of the tables.