| Thread | Last Post | Replies |
|
| JDBC - AS/400 connection | 30 Jun 2003 22:29 GMT | 4 |
I'm trying to connect AS/400 via JDBC in a jsp file, but I tried many times, it still give me an error message of "javax.servlet.ServletException: No suitable driver"
|
| Connection broker pooling class | 30 Jun 2003 15:07 GMT | 1 |
I am using a DbBroker class to manage database connection pooling within my application. The DbBroker class (that I sourced from the internet) is below. Basically whenever I need to access the database, I do a pop() method
|
| jdbc servlet error | 30 Jun 2003 09:52 GMT | 1 |
hello,I have a problem.I use Class.forName ("oracle.jdbc.driver.OracleDriver"); yaz.println ("Connecting to the local database<br>"); conn =DriverManager.getConnection
|
| thin driver problem | 30 Jun 2003 09:46 GMT | 1 |
Trying to execute a program, I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: " whenever I set up my CLASSPATH. export
|
| Binary stream - to database record | 28 Jun 2003 17:21 GMT | 2 |
Hello I was wondering if someone knows how to record an image to a database as BLOB type Thanks!
|
| Look for a JDBC query tool | 28 Jun 2003 17:05 GMT | 2 |
I need to connect from my Linux box to a MS SQL Server DB. Any free tools??? KB
|
| testing for database availability | 28 Jun 2003 17:04 GMT | 4 |
What is the best way to test for the db server to be running? I have created a connection and am executing a simple statement. Thanks, Gary
|
| Can't connect to local SQL Server w/MS driver.. | 28 Jun 2003 15:59 GMT | 2 |
I have the classpath I am pretty sure. Here is what I am getting. It is unclear what it is telling me. The mssqlserver.jar has been put in its path many many many ways and I still get this. Any help is well appreciated. Thanks, Gil Blais
|
| embedded database | 28 Jun 2003 09:02 GMT | 4 |
I've long had an itch for a pure java embedded database. Something like berkeley db, but in java. In principle, the java.nio packages in 1.4 seem to make writing such a library within reach. It seems to me if
|
| Microsoft Access Security | 27 Jun 2003 20:54 GMT | 2 |
This is sort of a half-Java, half-Access questions. We have a Java application which queries a Microsoft Access database using the JDBC-ODBC Bridge. We've been distributing this application to users by sending them a .jar file with the Java code and the .mdb file for
|
| isBeforeFirst() and Driver behaviour question | 27 Jun 2003 09:17 GMT | 8 |
I have some coding which access a postgres driver and a DB2 driver. I've been using the following code to assertain if a resultset has any data in it: ResultSet rs = stmt.executeQuery(sql);
|
| where to close a connection? | 27 Jun 2003 00:07 GMT | 3 |
I probably have got a very basic Java problem here (since I am quite new to it), but I hope somebody could send me in the right direction.... I connect to a database via JDBC. I am using a very simple CollectionManager class that just takes care of all the connection details and ...
|
| Connect to MSDE/MSSQL Server using nt account | 26 Jun 2003 17:35 GMT | 2 |
i got a little problem. I wrote a java application thats connect to a msde/mssql server. When using DriverManager.getConnection(..) with Username and Password everything works fine.
|
| HOWTO on writing your own persistence layer | 26 Jun 2003 14:42 GMT | 3 |
Folks, where can I find documents about good design practices when developing your own persistence layer to map from OO to RDBMS?? I know there are several free tools available in the market, but I'd like to hack a bit on the subject and improve the one I have here (made I few ...
|
| Applet with mysql | 25 Jun 2003 17:03 GMT | 4 |
I'm writing simple applet which function to retrieve some info from mysql database. But the driver I'm using is not suitable, becoz it gave me an error mesg when the applet run, "No suitable driver". Can anyone please help me how can I solve this??
|