RE: Impact of Free ORACLE

2002-03-25 Thread jwubbel
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

RE: VC++ _ MFC Question

2001-11-27 Thread jwubbel
>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

Re: IBM DB2 -> to -> mySQL

2001-11-08 Thread jwubbel
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

Create Table error convert from DB2 to MySQL with Java?

2001-10-24 Thread jwubbel
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.