August 13, 2001
Good news. Amazingly, the JDBC remote access problem we were stuck on for a long long loooonnnng time was resolved finally. The problem was the MySQL access permission wasn't set up right. So after we changed the permission so that it let all hosts under medinfo to access it. The final access code is:
Connection Con = DriverManager.getConnection ("jdbc:mysql://ender.ics.uci.edu/UMLS2001?user= medinfo&password=inform");

Here is the complete code.

Besides JDBC, I was still working on the Java program from last week. Here is the code and the output.

The rest of week, I was learning Lexical Variant Generation (lvg). Lvg is a suite of utilities that can generate, mutate, and filter out lexical variants from the given input. These tools take input from standard input stream, and outputs results on standard output stream.
Related Links:
Home
Index
Previous Week
Next Week
If you have any questions, please contact me. Thank you.
Name: Christine Groce
Email: ccgroce@hotmail.com