<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear PGSQL-JDBC Team,<br>
<br>
Could you please let me know if the support for "<i>Named Parameters</i>"
in the JDBC driver is slated for some future release?<br>
<br>
Currently with the 8.1.4 JDBC driver, the call to <i>CallableStatement.setString(String,
String) </i>fails and the <a
href="http://developer.postgresql.org/cvsweb.cgi/%7Echeckout%7E/pgsql/src/interfaces/jdbc/org/postgresql/jdbc3/Attic/AbstractJdbc3Statement.java?rev=1.4;content-type=text%2Fplain;hideattic=0">code
</a>is throwing the following exception - <br>
<br>
"Caused by: org.postgresql.util.PSQLException: Method
org.postgresql.jdbc3.Jdbc3CallableStatement.setString(String,String) is
not yet implemented."<br>
<br>
Thanks<br>
Ravi<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>