| Thread | Last Post | Replies |
|
| Paging through result set | 09 Sep 2003 13:58 GMT | 3 |
I have the following problem: My statefull session bean read ONLY ONCE (upon EJB create) around 500,000 records from the database and now I have a resultSet in my hand.
|
| Oracle OCI Driver Issue for Non ASCII Characters | 07 Sep 2003 14:01 GMT | 1 |
We have a HTML form submitting text data to an Oracle 8.1.6 database using Oracle OCI JDBC Drivers. When the user copies the formatted text from MS Word and submits the form the NON ASCII characters are getting saved as '?' in the database.
|
| Upgrading to Tomcat 5.0.9 yields "No Suitable Driver" error | 06 Sep 2003 02:09 GMT | 1 |
So, I had been running Tomcat 4.0.4 with an Oracle 8 Database using Commons DBCP and a JOCL file and all was well. I recently decided to upgrade to Tomcat 5.0.9 and get an SQLException: No suitable driver found. I have done all of the things that I did in
|
| Correct way to make a classpath? | 05 Sep 2003 21:15 GMT | 1 |
I have a question on the correct way to make a classpath. What i am trying to do is get my Java program to connect to my database. The database i am using is Microsoft SQL server 2000. I downloaded and installed the Microsoft SQL Server 2000 Driver for JDBC. I had my
|
| NullPointerException at runtime | 05 Sep 2003 19:17 GMT | 2 |
I am using SunOneStudio 4 on Windows XP to develop Java programs. I am using the mysql:jdbc driver to connect locally to a server on which a Linux OS and a MySQL database exist. I have tested the connection from the Windows XP machine and it
|
| Forced connection to use databases? | 04 Sep 2003 08:13 GMT | 2 |
I'm beginner in Java and MySql and I want to know if I can use Sql database file without do a connection (and therefore without use MySql server mysqld.exe). Must I use SQL database in Java only with the "platform" MySql???
|
| Database connections | 04 Sep 2003 08:10 GMT | 2 |
Is there a method to get connection to a database on a host and access its data by means of applets on Web-Sites? Maybe RMI? I have gotten connections to the database on my host in Internet by
|
| Existing Mainframe DB2 database needs new front-end | 04 Sep 2003 06:26 GMT | 1 |
I've implemented my third MySql database application using Struts and Torque. I'm now trying to help a client decide on tools and architecture for a web based application to replace COBOL and CICS screens. I'd like to stick with what I know and go with these same components. One ...
|
| DSN-less connection to MS Access with password | 03 Sep 2003 11:02 GMT | 3 |
I am having trouble connecting to an MS Access database that has a password assigned to it. I need to connect to it by specifying the filename (i.e. not using a DSN). I am using the below code:- Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
|
| Configuring a Realm in Tomcat | 03 Sep 2003 04:12 GMT | 2 |
I'm trying to configure a Realm in Tomcat. When I try to access the servlet I get no errors, but the servlet let's me access whatever I want instead
|
| Postgres: SocketException: Broken pipe | 02 Sep 2003 13:12 GMT | 5 |
I created a table with four rows: timestamp without time zone character varying text
|