| From: | Binh Nguyen Thanh <betasoft79(at)yahoo(dot)com> | 
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org | 
| Subject: | Question | 
| Date: | 2003-11-07 09:25:49 | 
| Message-ID: | 20031107092549.3694.qmail@web60202.mail.yahoo.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-jdbc | 
Please help me .
this code :
  ResultSet fksRS = dbmd.getImportedKeys(null, null, tableName);
    while(fksRS.next())
    {
        ... fksRS.getString("FKCOLUMN_NAME");
    }
   
I get a NullPointerException because fksRS is null, but I don't know
why. This is not the case when I use MS SQL Server...it does work. Is
this because the JDBC driver provided with PostgreSQL doesn't support 
this function?
---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
| From | Date | Subject | |
|---|---|---|---|
| Next Message | James Robinson | 2003-11-07 14:11:53 | Re: "Fix" for INT8 literals being parsed as INT4 disqualifying index scan problem in JBoss ... | 
| Previous Message | Barry Lind | 2003-11-06 23:33:59 | Re: "Fix" for INT8 literals being parsed as INT4 disqualifying |