Hi All,
This code below throws the following error:
Type Expected.
props.put( "user", userID);
^
conntest.jsp
---------------------------
....
String userID = "dba";
String password = "sql";
java.util.Properties props;
props.put("user", userID);
props.put("password", password);
props.put("DYNAMIC_PREPARE", "true"
....
----------------------
Anyone knows why?
Tks
Gracc [sig][/sig]
This code below throws the following error:
Type Expected.
props.put( "user", userID);
^
conntest.jsp
---------------------------
....
String userID = "dba";
String password = "sql";
java.util.Properties props;
props.put("user", userID);
props.put("password", password);
props.put("DYNAMIC_PREPARE", "true"
....
----------------------
Anyone knows why?
Tks
Gracc [sig][/sig]