| Thread | Last Post | Replies |
|
| McKoi and Java | 30 Jun 2004 20:37 GMT | 1 |
I need some help with mckoi Database!! in the Documentation is written how to start it. java -jar mckoidb.jar or
|
| JDBC + SSL = "No trusted certificate found" | 30 Jun 2004 18:09 GMT | 10 |
I'm trying to get JDBC to connect to a MySQL database using SSL. The MySQL server has been propertly compiled and configured, and I can connect to it with the regular client using SSL, but I can't get a simple test client written in Java to work.
|
| MaxDB: how to make it read and execute external SQL Script files ??? | 30 Jun 2004 15:06 GMT | 2 |
Anyone had any luck in getting MaxDB7.5 database to read and execute a sql script file (for batch creation/deletion of tables etc.)? Thnx in advance!
|
| SQLJ code .... | 29 Jun 2004 19:54 GMT | 1 |
Following is a piece of SQLJ code (from a manual). Does anyone know what iter.NAME() means? I don't see any method called "NAME" in "iterator" class. #sql [ctx] iter = {SELECT LASTNAME FROM EMPLOYEE};
|
| JDBC Event | 29 Jun 2004 17:23 GMT | 5 |
I'm using Java & JDBC to work with a mySQL database. I'd like my application to be set off on a course of action when something in the database is changed. i.e. I'd like the Java app to be an event listener that listens to the mySQL database for an entry to be updated or
|
| Develop a simple database in Java tutorial? | 29 Jun 2004 11:32 GMT | 9 |
I would like to understand how a database works. Everything I could find with Google is either related to JDBC and how to access a DB or its the full source code of some database like McKoi, tinySQL,... But I couldn't find any step-by-step tutorial/guide/example/book on how to build ...
|
| Un-Verbose Messages | 28 Jun 2004 06:54 GMT | 1 |
I am getting back on my feet with Java and have a SQL project I am playing with. Part of that is spinning through the metadata of a resultset and getting WAY more information than I want! For example, when issueing the getColumnLabel(1) method of a result set metatdata
|
| access an excel file? | 27 Jun 2004 16:17 GMT | 2 |
how do you get Java Code to open up an Excel file? Is there a public class for this? Do I have to you JDBC???
|
| Achieving very smooth scrolling of large data sets? | 25 Jun 2004 17:51 GMT | 3 |
I'm looking to smoothly scroll large data sets. I'm already using an AbstractTableModel that caches blocks of a few hundred records at a time (plenty to fit a few displays full of data). My getValueAt looks as follows:
|
| No result set being returned .... | 25 Jun 2004 12:43 GMT | 1 |
This is a very simple DB2 SQLJ stored procedure. The problem is that it seems to run fine but returns NOTHING. I mean..as if nothing has happened..not resultset is returned. I am passing value 'D11' to :workdept and I have checked in the table that 6 rows should have returned. Any
|
| useBean cant find class com.bloodoo.shoppingbasket | 25 Jun 2004 00:41 GMT | 4 |
I have an application which runs on my home Pc . It is a basic shopping cart app. I have Tomcat 4.1 and j2sdk1.4.2. When I transfered the application to Lunarpages my host , with the same folder structure I altered all the passwords and db connectors etc but when
|
| Secure JDBC for SQL Server | 24 Jun 2004 21:54 GMT | 1 |
How can I do secure JDBC for MS SQL Server? Thanks, Hitesh
|
| POD speed | 24 Jun 2004 10:25 GMT | 38 |
I saw this note on the Prevayler website www.prevayler.com Queries with Prevayler are more than 9000 times faster than querying Oracle through JDBC. Queries with Prevayler are more than 3000 times faster than querying
|
| Foxpro database connection | 24 Jun 2004 06:33 GMT | 4 |
Can I use java to access Foxpro database? If yes, how? Thanks for helps~ Regards
|
| ResultSets, and getting their size | 23 Jun 2004 17:05 GMT | 3 |
I have a resultset that is returned from a query, and i don't know the amount of columns it has in it. Does anyone know of a way i can get all the data out of a record without knowing the exact amount of columns?? Thanks.
|