| Thread | Last Post | Replies |
|
| How to submit Oracle Requests through Java | 31 May 2005 07:58 GMT | 2 |
I am new to Java. I am trying to submit a Oracle Apps Concurrent Request from Java. I tried something like this (given below): Class.forName("oracle.jdbc.driver.OracleDriver"); // Step 2. Create a Connection object
|
| JDBC | 27 May 2005 12:41 GMT | 2 |
I'm using JBuilder 3, to create an applet that connects to a SQL Server (v. 2000) Everything seems fine, but the moment I try to execute it within a web-page, it complains that Either it cannot be initiated/instantiated OR There something wrong with my JDBC-ODBC Driver version.
|
| MYSQL Too much for a InnoDB Indexes? | 27 May 2005 06:20 GMT | 9 |
I get the following error. ERROR 1030 (HY000) at line 31143: Got error 139 from storage engine When trying to insert into a InnoDB table with lots of keys, but it dies doing an insert.
|
| DBForms or sqltags | 27 May 2005 03:42 GMT | 1 |
I need to convert an Access app. to a web-based app. Since it's an entirely db driven web app, I'm thinking I could use DBForms or sqltags instead of the whole stack of struts/hibernate etc. Does anyone have any experience with either of these, which one is better? also why is
|
| basic sql question | 26 May 2005 07:29 GMT | 4 |
I have a basic sql situation that is bugging me. I could not find the answer anywhere that i looked, and i could not find a newsgroups specialized in sql to ask this question. If this is not the right place to ask, please be gentle! and point me in
|
| HsqlDB from jar | 25 May 2005 16:46 GMT | 1 |
I packed my HSQLDB database into my application jar but when i try to connect to it by jdbc i get : java.sql.SQLException: error in script file line: 1 The database is in read only
|
| Count the nuimber of results in a Result Set | 25 May 2005 08:36 GMT | 5 |
Hi! I'm having a problem where I can't get the results from a ResultSet AFTER counting the number of results in a ResultSet. At the moment I have: public static int countNumberOfRows(ResultSet rs)
|
| Can't connect to MySQL in Netbeans webapp | 24 May 2005 15:18 GMT | 4 |
I'm using Netbeans 4.1, I've created a MySQL DB and can connect to it fine from a standalone Java app, but I can't connect from my webapp. I seem to always get this error when trying to get the connection: SocketException ConnectionException: Connection refused
|
| jdbc odbc Excel: loop thru all sheets. | 23 May 2005 21:08 GMT | 1 |
Using an Excel (latest) Workbook on WinXp, with many sheets as the DSN, how do I get the jdbc odbc driver to loop thru all the sheets? In other words, I want the sheet name, which jdbc sees as a table, to be a variable. Also, can anyone explain the phenomenon; although I have but ...
|
| pb with getString on a preparedStatement with sum | 23 May 2005 17:52 GMT | 2 |
I'm using java 1.4, mysql 4.1.7 and jconnector 3.1.8 When I execute a preparedStatement with a sum on an integer field, getString gives me decimals. This pb didn't occur with jdbc 3.0.11 witch I was using before or with
|
| Java and JDBC | 23 May 2005 13:24 GMT | 1 |
I'm trying to convert a file in FASTA format to a text file in TABLE (delimited by tab) format for MS Access. EXAMPLE: from FASTA format:
|
| Hibernate 3.0 Code Generator classname? | 22 May 2005 05:38 GMT | 3 |
I'm in the process of learning Hibernate and am using O'Reilly's "Hibernate: A Developer's Notebook" as a quick tutorial. I encountered an unpleasant bug with the hbm to java code generator and decided to upgrade to 3.0 from 2.1.8.
|
| hbm2java - use of "not-null" changes case of variable type | 22 May 2005 05:37 GMT | 3 |
Using Hibernate Tools v 2.1.3, assume the following code is in a hbm.xml file: <property name="volume" type="short"/> The hbm2java tool will produce:
|
| Hibernate tools error | 21 May 2005 19:12 GMT | 1 |
I'm having an error when I tried to use the tool hbm2java. I've created a target in ant and here's the result : The target : <path id="hibernate.tools.classpath">
|
| How to build a custom type 4 driver? | 21 May 2005 16:14 GMT | 4 |
I am working on a homebrew DBMS and need to prepare both a type 3 and type 4 driver on my own. I check the tutorial on JavaWorld on type 3 driver design but lack information on that of type 4. Any one can suggest valuable tips? Thank you!
|