| Thread | Last Post | Replies |
|
| what would cause a JDBC driver to timeout? | 07 Aug 2003 15:05 GMT | 1 |
I jave a java thick client that gets a handle to a MySQL instance and holds the connection and generates some prepared statements,t oo. These preparedStatements are used in response to gui events, over the sometimes very long time lifetime o the user session -- after some arbitrary ...
|
| ORA-01006 bind variable does not exist | 07 Aug 2003 08:14 GMT | 2 |
I try to do this request ( union of select in a preparedStatement): (SELECT 'VPVN0000'||RPAD(NVL(A.NO_CONTRAT_SCS,' '),6,' ')||A.NO_LONG||' '||RPAD(C.CODE_ORIAN_DISTRIBUTEUR,7,' ')||' 00000000' ||'01'||RPAD(B.CODE_PROFIL_SORTANT,3,'
|
| DB Selection - J2ME | 06 Aug 2003 19:19 GMT | 2 |
I am developing an application for PDAs using IBMs VM (J9). Now my problem is, that I want to store data on the device. Well, I am using J2ME with Personal Profile to do this, so file support is
|
| JDBC driver for Personal Java | 06 Aug 2003 19:14 GMT | 1 |
Does anyone know if there is a JDBC driver for Personal Java? I'd like to use it to set up a direct connection between my Sony Ericsson P800 and a mySQL server. Thanks.
|
| mySQL question | 05 Aug 2003 16:25 GMT | 2 |
Hi, I have a n00b question... I need to know how to change an entry in a mySQL table from a .jsp file... I have used a form to send the data I need to another page where I am using request.getParameter("data") to put the data into the command to update the
|
| ora-01403 calling a stored procedure | 05 Aug 2003 08:28 GMT | 1 |
I have an oracle stored procedure that executes correctly from sqlplus and toad, but fails returning an ora-01403 error, "no data found" when I try to execute it from a jsp page. Class.forName("oracle.jdbc.driver.OracleDriver");
|
| JDBC - passing CLOB to procedure | 02 Aug 2003 17:43 GMT | 1 |
hi all, i have big problem I got procedure on serwer and I must pass parameter IN(CLOB) and get OUT(varchar2) What I must pass I have just in string, in my code this looks like this:
|
| OCI JDBC Driver - Runtime UnsatisfiedLinkError | 01 Aug 2003 17:33 GMT | 1 |
UnsatisfiedLinkError:java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path I'm trying to run a java application on the (Oracle 8.1.6) database server using OCI / JDBC
|