| Thread | Last Post | Replies |
|
| Trouble with applet connecting through SQL Server - Please help! | 19 Feb 2004 17:43 GMT | 2 |
I made an applet that connects through jdbc to a sql server. What's strange, is that applet connects fine when runs through Jbuilder Applet Viewer. But when it runs from Internet Explorer, Java Console displays this message:
|
| Fast check for existing rows | 19 Feb 2004 12:33 GMT | 3 |
I extract word from a lot of long texts and insert them into a table - each word only once. What is the fastest method in order to check whether the word already is in database?
|
| odbc connection | 18 Feb 2004 13:53 GMT | 1 |
In my NT4 ODBC configuration, I set up a MyConnection.dsn, but how do I make the connection in the JSP? Any help will be appreciated. Jason
|
| Overheads involved in repeated acces to a database using JDBC | 18 Feb 2004 11:18 GMT | 2 |
I have an application that inserts words and their associated values into a hashtable. If the word already exists in the hashtable, the value associated with the word is increased in the hashtable. When the hashtable is complete, I write its contents into a simple, two-column
|
| JDO or O/R Mapper ? | 18 Feb 2004 08:34 GMT | 9 |
Can anybody please let me know what is the difference between JDO(Implementation) and O/R Mapper ? Which one should be used when ?
|
| Newbie with NetBeans and Oracle | 18 Feb 2004 00:58 GMT | 2 |
Okay, so here's my issue: I'm new to Java. I am learning with NetBeans. I've got the latest and greatest downloaded and installed. It works fine. I've written a bunch of little programs.
|
| mySQL JDBC & Applet problem | 18 Feb 2004 00:24 GMT | 3 |
I have a simple applet which access a mySQL database via JDBC. On my local machine and via Netscape it works however on netscapes from over the I'net and Konqueror on my local machine it does not. I have altered my hosts file and my Apache config file to point at my
|
| DB2 - JDBC Connect | 17 Feb 2004 19:30 GMT | 1 |
Hello, I have a probleme with the db2connect, hope someone can help me. A Javaprogramm connect to the db2 with db2connect and the ibm db2class. Now i need to check if the pw is expired or not, but i dont
|
| which GUI library to use for database app to simply making form? | 16 Feb 2004 19:24 GMT | 17 |
Which GUI (preferably Swing) library do you suggest to me to use for making database application? I want to simply making forms (input to the database).
|
| help | 16 Feb 2004 10:33 GMT | 2 |
Help! I have had VB6, C++, well versed in html but I am about to pull my hair out on JAVA!!! I am getting an error in line 54 of this code. Can someone help me please? I am a college student trying to get a grasp on this situation
|
| Create Access databases programmatically via JDBC-ODBC? | 16 Feb 2004 09:47 GMT | 5 |
I am interacting with Access through a JDBC-ODBC bridge, and my code needs to create new Access databases frequently. Is there some way to create a database programmatically from Java, instead of forcing my users to invoke the Data Source Adminstrator to create a DSN each time? ...
|
| Available MS Access Databases with jdbc:odbc | 16 Feb 2004 03:31 GMT | 1 |
Is there a way, using the jdbc:odbc bridge, to get a list of all available MS Access Databases (System DSN or User DSN)? If not with jdbc:odbc, is there any other way? TIA
|
| SQLException while using next()-method in scrolling a ResultSet | 14 Feb 2004 12:22 GMT | 9 |
I'm having a strange problem, each time I want to go through a ResultSet by using : query = "select * from TBL_test_ulrik"; try{
|
| DataSource problem | 13 Feb 2004 12:23 GMT | 5 |
I would like to use javax.sql.DataSource to connect to the database from a simple application. I have the next program fragment: Context initctx = new InitialContext();
|
| Connection reset on MS JDBC driver | 13 Feb 2004 11:15 GMT | 4 |
I have a problem with the MS JDBC driver whereby when I try to use a connection after a long time idle it reports: [Microsoft][SQLServer 2000 Driver for JDBC]Connection reset by peer I've read plenty discussion on the subject and am convinced that
|