| Thread | Last Post | Replies |
|
| JSP ORACLE CONNECTIVITY | 26 Mar 2004 15:40 GMT | 1 |
well i am a student and i require some help. I am unable to connect to oracle installed on the same machine on which jsp files are stored. It would be great if u help me out. i am sending the code to u and u could reply at
|
| Access locks table after query | 25 Mar 2004 23:10 GMT | 1 |
I'm using the jdbc-odbc bridge driver to MS Access. I'm using a PreparedStatement to do a select on a table. From another process, a request to drop the table was issued, but its throwing the following:
|
| Using nulls in a jdbc Select | 25 Mar 2004 15:54 GMT | 3 |
I need to do a select on a nullable column in a database where I absolutely must know if this column is null or not. I tried coming up with searches that get around it, but there is no way of searching and getting the unique results I require without checking this field.
|
| Recommendations on SQL Server JDBC driver? | 24 Mar 2004 16:27 GMT | 7 |
I've been tasked to evaluate JDBC drivers for SQL Server, and having dealt primarily with Oracle in my recent past, would greatly appreciate any information you could provide me on your experiences with any of them. I'm primarily interested (of course) in stability.
|
| Distributing JDBC Drivers | 24 Mar 2004 08:57 GMT | 3 |
I am currently developing a shrink-wrapped Java product that needs the ability to connect with all the most common databases (Oracle, SQL Server, DB2, etc). Therefore I want to be able to distribute JDBC drivers for these databases. However, I am not sure what the licensing ...
|
| Datadirect JDBC driver on DB2: Locks not released | 23 Mar 2004 16:09 GMT | 2 |
I am involved in a project that is porting a large database application from SQL server to DB2 and have run into some difficulty with DataDirect's level 3 JDBC driver for DB2 (running under linux). I have a number of CallableStatements created at the beginning of a
|
| JDBC protocol required. | 23 Mar 2004 09:59 GMT | 2 |
Hi, I want the JDBC protocol specification ( not the API ) can somebody show pointers to it? Thanx in advance.
|
| error handling... | 22 Mar 2004 11:23 GMT | 6 |
I'm currently developing an application in Java and I'm using a postgres database. I created a unique constrained on one of my tables. So if I try to insert a second time the same I get an error, and that's very good. I catch the error in my java-application (try{}
|
| Recomendations for a low priced jdbcOdbc bridge for talking to Access or FoxPro dbs? | 18 Mar 2004 22:03 GMT | 2 |
My client gives a server away to it's customers. Most of the customers use DBs that provide JDBC drivers but some of the smaller ones are using Access and FoxPro. In those cases, the server can easily be restricted to using one concurrent connection (i.e. we don't need a driver ...
|
| Programmatically inserting into a row using ResultSet | 18 Mar 2004 21:56 GMT | 1 |
This is a method of insertion right out of Sun's JDBC API Tutorial and Reference book. I have a table in an MS SQL Server 2000 database that I'm trying to add rows to. I'm first doing a query on the table, SELECT * FROM
|
| ResultSet.updates..() | 18 Mar 2004 18:35 GMT | 5 |
I plan to use those updates function for the resultset that I retrieve from a table by the query below: "select * from sub_item" I have also create the statement to a scrollable and updateable type as
|
| SQL CallableStatement execute and close | 18 Mar 2004 18:02 GMT | 3 |
If I'm using the close() method after executing a callableStatement. I need to activate the procedure in a predefined interval. two questions: 1. can I execute the statement again without building it all over again?
|
| newbie JDBC SP exec | 17 Mar 2004 12:54 GMT | 1 |
Hey There, Ive been thrown into the deep end at work, ...i" want you to write these servlets....im assuming you gonna need to learn java..you have two weeks"...kinda thing....
|
| searching for a nice database | 17 Mar 2004 12:39 GMT | 4 |
I do not want to seem lazy, but I was wondering if you could help my search for a nice database I could use in future projects I am thinking of. If have been searching through many websites and google for this and although I have seen dozens of databases such as XL2 and eXist I'm ...
|
| Basic Question about DELETE | 17 Mar 2004 09:46 GMT | 10 |
Just a basic question regarding a relational database like MySQL. I am using a MySQL database wherein tables are, naturally, linked to other tables via indexes. Say I have tableA and tableB. TableB has a field which contains a link to tableA.
|