Ulf Dittmer wrote:By "input program", do you mean the source code? If so, that's just a string, so any character field should do. If you mean the class file, then you need a BLOB field. Search the JDBC forum (and the Sun Java Tutorial) for how to use either of those.
Bhagat Singh Rawat wrote:
Or you want to take java code as input and compile that code in side of the Main class??