| Thread | Last Post | Replies |
|
| Handling of trailing spaces when reading CHAR fields | 30 Aug 2003 08:46 GMT | 5 |
Hi *, Several jdbc drivers seem to handle trailing spaces on CHAR fields differently. Suppose you have a CHAR(20) field in a table, and you put
|
| port number | 30 Aug 2003 07:49 GMT | 1 |
We have an application that make a jdbc connection using the thin driver. The application set up includes specifying the port number to the Oracle database. Our DBA tells me that from time to time they will change port numbers of the databases which means I will have to re-point the ...
|
| Classpath problems for JDBC for Microsoft SQL 2000 Server | 29 Aug 2003 23:38 GMT | 1 |
Im trying to run a simple program that connects to a local Microsoft SQL 2000 server which is on my laptop. I have stored the needed Jar files on my computers enviormental variables but im still having connectivity issues.
|
| Performance issues using MYSQL 3.0.8 driver | 29 Aug 2003 15:21 GMT | 1 |
I'm working on a java application that requires the storage of large files to a MySQL database We've recently upgraded from mySQL V3.2 to V4.0.1 and the MySQL driver used from mm.mysql-2.0.14.bin.jar to
|
| Why commit takes place even if I give autoCommit(false) | 29 Aug 2003 12:37 GMT | 2 |
Hi group, I am novice to JDBC and here is my doubt I have set the autoCommit(false) in the piece of code underneath but I dont know some how the commit takes place. I can see record while is
|
| ResultSet size | 28 Aug 2003 10:41 GMT | 2 |
I am currently wondering what is the default behaviour of jdbc database drivers with regard to if they return a ResultSet that is already fully populated with data , or if they use some lazy loading mechanism.
|
| ID generator | 27 Aug 2003 17:08 GMT | 2 |
I am looking for an ID or key generator in Java as a class or Pkg. I need the result to be mixed with - digits and letters together. It has to be fixed size or I have to set the length. also it would be good to have a method
|
| Please Help student with HTTP error | 27 Aug 2003 14:03 GMT | 1 |
Okay what im trying to do is make my java program connect to my local database that is stored on my computer. The database is microsoft sql 2000 and i am using the Microsoft sql server 2000 driver for JDBC. When i run the program i am getting these errors.
|
| HELP - Need a general way to handle BLOB/CLOB | 27 Aug 2003 05:11 GMT | 1 |
I'm writing a Java program which needs to save some big binary data into different DB. I'm trying to make my code DB-independent, so it can be migrated to as many DBMS as possible. At least now, I hope it is compatible with MS SQL, Sybase, Oracle, DB2.
|
| MA Access and jdbc | 24 Aug 2003 18:21 GMT | 1 |
I am having problems with a simple query and MS Access: This runs OK: SELECT * FROM MYTABLE WHERE TEXTFIELD = 'ABC' This returns no rows via JDBC, but does when using the MS Access tools:
|
| newbie help with mysql and java | 23 Aug 2003 17:48 GMT | 4 |
I am new to java and have a problem with java finding the mysql driver. i am encluding the errors and java code. I can't find anything wrong, so i figure it might be a config file entry. Thanks in advance for any help.
|
| Problem with MySQL and CMP EJB | 22 Aug 2003 15:59 GMT | 1 |
I have a problem with converting EJBQL to SQL. I'm using Sun ONE App Server 7, Mysql 4.0.14, Connector/J 3.0.8-stable I've sample database with one table x. I create CMP EJB X. My bean X findAll method uses query:
|
| New users password | 22 Aug 2003 15:53 GMT | 1 |
I'm using a MySQL database, and cannot figure out how to add new users to access the database? If I have a database set up, say, with a username "administrator," and password of the same, then, when my java app goes to add new users to allow them to access the database...how do I do ...
|
| how to increment record serial no automatically while inserting records. | 21 Aug 2003 15:21 GMT | 1 |
Hi my Q is How to increment record serial no while inserting records using servlet to MS-Access database. My idea to do this by first taking the max no. of the row and then increase that value by one. but unable to do.
|
| mysql and j++ connectivity | 20 Aug 2003 18:30 GMT | 1 |
Hi! i have implemented a web crawler in microsoft visual J++ and i want to connect itwith a database i have cteated with mysql. What i have to do? --
|