/***
63 * getProfileData
64 * Gets the profile data like accounting server url, userid,
passwd..etc
65 * from the database by calling the stored procedure and copies
the data in
66 * to a hashmap
67 *
68 * @return HashMap contains the name-value pairs retrieved from
the profile
69 *
70 * @param systemID System ID
71 * @param appInstance Application Instance
72 * @param dbName Database Name
73 *
74 * @throws NamingException
75 * @throws SQLException
76 */
77 public HashMap getProfileData(
78 String systemID,
79 String appInstance,
80 String dbName)
81 throws NamingException, SQLException {
82 HashMap profile;
83 Connection connection = null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]