| Thread | Last Post | Replies |
|
| about connecting to a database | 28 Sep 2007 07:47 GMT | 3 |
i am a faculty in NIIT, INDIA. i am working over ms-windows and sqlserver2000 as backend. i want to know if there is any way to connect to a database without creating a DSN(Data Source Name) which we have to create in-order to
|
| CLOB issue with JDBC, IBATIS and Oracle 10g | 24 Sep 2007 19:32 GMT | 9 |
I have some JAVA code to make connection and insert some data into Oracle 10g via Ibatis framework, its failing for CLOB data type, Can you please help me to resolve this ? see the JAVA code flow below
|
| How to know columns names in Derby database table | 24 Sep 2007 11:04 GMT | 10 |
I'm trying this: [...] Vector<String> vNames = new Vector<String>(); String[] names;
|
| open, read and convert foxpro DBF file | 19 Sep 2007 19:32 GMT | 1 |
How can I open, read and convert foxpro DBF file in Java? Do I need to use "sun.jdbc.odbc.JdbcOdbcDriver" to code from scratch? Or are there some java class or 3party java API can ease the job? regards,
|
| Testing a JDBC connection | 18 Sep 2007 03:53 GMT | 7 |
Running an app that uses jdbc to connect to my sql 2005 database. I am getting a error: javax.servlet.ServletException: Error initializing BEA ALI Studio - Error starting database connection pooling.
|
| JDBC literals | 04 Sep 2007 10:45 GMT | 7 |
I have composed a table of JDBC literals. It may contain errors or be incomplete. Please have a look and pass on improvements. See http://mindprod.com/jgloss/jdbc.html#LITERALS
|