| Thread | Last Post | Replies |
|
| Charts and reports at runtime | 31 Jan 2007 21:26 GMT | 3 |
I aM writing an app and part of it will be a basic report structure (with a few charts). No point re-inventing the wheel.....so do any of you know any report and chart modules which might help me out? Thanks
|
| new java group | 29 Jan 2007 19:27 GMT | 1 |
I've created a new group called java-unlimited. It is devoted to show the unlimited power of the java technology and to to talk about all the aspects of java. So please feel free to join us.
|
| how many records to load with pagination | 28 Jan 2007 19:11 GMT | 3 |
i have records stored in a vector. they are loaded into a jface table viewer that has an image in the table. i want to make it so my scroll bar control controls pagination of the records (objects) in the db. how many records would you load into the table
|
| JDBC Connection Refused when connecting to SQL 2005 DB | 26 Jan 2007 22:56 GMT | 1 |
I'm having difficulty getting IBM Director 5.20 to connect to the SQL Server 2005 SP1 database. I believe the problem is related to the JDBC installation/configuration. SQL Server 2005 SP1 was installed and configured by our DBA. It is set
|
| Overcoming POSTDATA Warning | 24 Jan 2007 00:54 GMT | 2 |
I' hoping that someone here can help us out. We are in the process of re-writing the underlying code for my website (link to old version below). The site is (and will continue to be) driven by PHP, javascript, and MySQL.
|
| ms access: not a valid password | 22 Jan 2007 07:45 GMT | 1 |
I'm working on a simple application java using a ms access database. I created a local db with a password during the coding and it works without problems. Now i'm trying accessing db from another computer, i created the same
|
| Improve Performence java ms access | 20 Jan 2007 12:13 GMT | 4 |
i am developing a java application on access database until now i am using the jdbc odbc bridge but it is to slow. i think i should use another driver , the fastest ones are drive typ 4 but almost of them use tcp/ip to get access to database, i suggest that i muss
|
| Derby database issues - is this the right group | 18 Jan 2007 15:48 GMT | 2 |
Is this the right group to post issues with the Apache Derby database?
|
| Navision DB & Sun's JDBC-ODBC Bridge Driver | 16 Jan 2007 21:13 GMT | 1 |
I'd be interested in finding out if anyone has been able to connect to a Navision database, having C/ODBC installed and using Sun's JDBC-ODBC Bridge Driver. Or should I start looking around for a commercial alternative, like Easysoft's JDBC-ODBC Bridge.
|
| which class implement connection interface in java and how | 15 Jan 2007 18:07 GMT | 1 |
which class implement connection interface in java and how
|
| query result in jtable | 15 Jan 2007 13:03 GMT | 1 |
hello guys i am a beginner. could someone actually help me with a sample code where the result of database query can be displayed using jtable in a applet... its really urgent.. thanking u
|
| JDBC & Access \ Oracle | 15 Jan 2007 08:12 GMT | 2 |
I'm fairly new to JDBC, and am looking to create a program to copy the examine the entire structure of an MS Access database and recreate it in Oracle. This includes re-creating views so that they can be executed in the Oracle database (as opposed to running the view in the Access
|
| Is Q a Database Package | 13 Jan 2007 07:37 GMT | 1 |
I heard some one talk about Q as a very fast database package for java (I think embedded). Is that true? What is Q and how do I learn more about this Q?
|
| PreparedStatement and cursor on rs | 11 Jan 2007 17:46 GMT | 2 |
PreparedStatement stmt = con.prepareStatement(sql.toString()); rs = stmt.executeQuery(); i get one Recordset from database. I have to read the rs, to do that i have to move the rs.next(),
|
| String exceeding length - Getting absolute string length | 11 Jan 2007 00:07 GMT | 5 |
I am having a problem when inputting very long strings into a database. The application I am writing can use different databases (thanks to the wonders of JDBC) so this issue has been causing problems on both Oracle and SQL Server.
|