| Thread | Last Post | Replies |
|
| View the queries executed in MySQL | 18 Apr 2005 10:47 GMT | 4 |
I use Hibernate in my java project and I know the "show sql" option but it doesnt display the entire query. How could I monitor my MySQL server to see the queries executed ? Thank you
|
| DB URL syntax with table level specificity? | 15 Apr 2005 22:08 GMT | 2 |
A JDBC URL generally addresses a database. I need a unique abstract address for individual tables in a database. What I'm proposing to do is to append something onto the database URL (and, obviously, strip it off again at the appropriate moment). My current idea is to put the
|
| Move from JDBC to Apache Obj or Hibernate? | 15 Apr 2005 03:15 GMT | 5 |
our application uses a layer that is very close to JDBC. Because of known reasons (for example maintenance) we would like to move (not in one step) to a Object/Relational mapping tool system. I know that Hibernate is probably the most known and popular system however Apache Obj ...
|
| ClassNotFoundException: oracle.jdbc.driver.OracleDriver | 15 Apr 2005 01:49 GMT | 2 |
I try play a little bit with a oracle, tomcat, apache. I setup apache, tomcat, and the oracle 10g. Now I try login to my database by website using jsp files. Base on website : http://elab.bus.umich.edu/how-to-oracle-jsp.php
|
| setNull for mysql | 15 Apr 2005 01:21 GMT | 1 |
Hello, I use a preparedstatement and I try to use the setNull method. My field is a tinytext or text, but this field type does not exist in the java.sql.Types class... so my first question is which one must I use ?
|
| Oracle driver killing jvm | 14 Apr 2005 21:11 GMT | 1 |
I was wondering how you tell. Our jboss server is going down about twice a day now with NO Exceptions, no segmentation faults and it appears no core files. We just switched to the oracle OCI drive pretty recently to accomodate clob/blob needs for some bioinformatics
|
| JTA open source implementation available? | 13 Apr 2005 14:57 GMT | 3 |
Application server provider implement the JTA. Is there an implementation (open source or free) available which is independent from the application server? TIA Saki
|
| Pasting JTable content into the body of an email message | 12 Apr 2005 21:36 GMT | 2 |
Is there anybody here who succeeded in getting the content of a JTable into the body of an email message? I've succeeded in launching a new message window from my java application adding an emailadress in the "to:"- field.
|
| Data generator | 12 Apr 2005 19:23 GMT | 1 |
Do You know if there is any data generator for databases like TurboData, but for free?
|
| Execute more sql statments in one step. | 12 Apr 2005 13:55 GMT | 5 |
I've this script: DROP TABLE IF EXISTS `rivenditori`; CREATE TABLE `rivenditori` ( `id` varchar(255) NOT NULL default '',
|
| Error executing a .jar file with JDBC SqlServerDriver | 11 Apr 2005 08:58 GMT | 13 |
I've a problem executing a .jar file when it invokes the Sql Server Driver. I've no problem inside the IDE (Eclipse) but when I deploy it to a jar file and execute it from the console I got this: (Not to say that I've modified the classpath with the jar libraries of the
|
| resultSet | 08 Apr 2005 10:55 GMT | 1 |
is there a way to pass by value a resultset to another class??? i can't access the data in the resultset If i return it after the execution of the statement to another class. P.E:
|
| alt characters not working under 98 but do work under xp?? | 08 Apr 2005 08:00 GMT | 1 |
I barely figured out a java chat on my web page and the alt keys work for international characters in xp, but not in 98. Can someone clue me in? Thanks
|
| connecting to an oracle database... errors... | 07 Apr 2005 05:20 GMT | 10 |
Im having a little bit of difficulty solving this simple error... I konw I have the URL correct, however I cannot connect to the Oracle 9 database. The error occurs on the line that I assign the connection (ConDB), Im a
|
| getting an Invalid cursor state exception | 06 Apr 2005 14:50 GMT | 1 |
hii can u plz solve my problem. i am using personal oracle8 n jdbcodbc driver for a program. the coneccyion is made and the database opens but it throws an exception INVALID CURSOR STATE.
|