| Thread | Last Post | Replies |
|
| error in resultset | 27 Feb 2006 17:10 GMT | 3 |
public static UserDTO getUserDTO(String userName) { UserDTO userDTO=null; // a simple bean with username and password with get-set methods
|
| variable in sql query | 27 Feb 2006 15:53 GMT | 6 |
Hi, excuse me, can anybody help? how to write variable from another void to string containing sql query? for example String qry ="select * from table where name_of_field like variable";
|
| Reading out Table information | 22 Feb 2006 11:52 GMT | 2 |
I'm currently working on a synchronization tool using Java, it should be flexible enough to read out the table details (columns, indices and alike) on runtime and then check wether or not the destination is compatible. The problem is that I was unable to find a (standard) way
|
| sqlexception | 21 Feb 2006 19:39 GMT | 7 |
I have such a code. what's wrong? i got an error "unreported java.sql.Sql.Exception ; must be caught or declared" public class serwis_t extends java.applet.Applet { ResultSet rs;
|
| ODBC - Bulk insert using column binding | 21 Feb 2006 15:06 GMT | 2 |
I want to do Bulk inserts using ODBC. Is it possibe to use column wise binding? The only examples I have found that do bulk inserts use row binding. Perhaps someone has an example in C(that works)?
|
| Hibernate config in Tomcat | 21 Feb 2006 14:51 GMT | 1 |
who can tell me how to config hibernate in tomcat Thx
|
| hibernate and db2 using com.ibm.db2.jcc.DB2Driver | 21 Feb 2006 03:35 GMT | 1 |
I am trying to use hibernate with db2. I have set the hibernate dialect to be DB2Dialect. I am using the com.ibm.db2.jcc.DB2Driver make a connection with the database. Database connection details are as follows:
|
| applet not initialized | 19 Feb 2006 22:11 GMT | 1 |
Hi there again, Uff, i struggle so much ... Anyone can help? I have public void szukaj() and wynik(). in szukaj there is a Choice List. i
|
| link DB record through browser... | 18 Feb 2006 13:18 GMT | 5 |
I have a remote sybase database,I want to display links in web page (browser) such that when user clicks on link ,actual record in that sybase database table should be opend. i.e. I want to connect actual database record to my web page through
|
| PreparedStatement + "order by ?" | 17 Feb 2006 18:18 GMT | 2 |
Is there a way to use a PreparedStatement with a query such as "SELECT * FROM table ORDER BY ?;" where the first parameter is the name of the table field I'd like to order the results to ?
|
| to get output parameter from the stored procedure | 17 Feb 2006 13:20 GMT | 7 |
In my java application I am trying to get the ouput parameter form a stored procedure (iam using sql server 2005 as my database) and this is what I did: CallableStatement s = c.prepareCall("{call
|
| Oracle Thin JDBC Driver Problem - Run time | 17 Feb 2006 03:59 GMT | 8 |
i did the following code: import java.sql.* ; import java.lang.*; class TestCommand {
|
| IT tests. SQL, XML, ASP.NET, C, C++, C#, VB.NET, HTML... | 16 Feb 2006 18:41 GMT | 1 |
http://www.testyourabilities.com/it/ IT tests. SQL, XML, ASP.NET, C, C++, C#, VB.NET, HTML...
|
| postgres i backup | 14 Feb 2006 17:09 GMT | 1 |
Witam jak najlepiej i najbezpieczniej bakapowac postgresa? Chodzi o jakis system automatyczngo bakapowania ktory mialby sie odbywac co dobe.
|
| JDBC wrapper | 10 Feb 2006 08:40 GMT | 3 |
I'm looking for good JDBC wrapper who example can: 1.automatic to bind parameters in PreparedStatement, 2.convert resultset to table etc.
|