exec sp_password using rawRowsForSQL
exec sp_password using rawRowsForSQL
- Subject: exec sp_password using rawRowsForSQL
- From: Jerry Haynes <email@hidden>
- Date: Thu, 13 Apr 2006 16:21:50 -0400
Has anyone successfully called sp_password on a Sybase database?
Nothing is being returned back to theArray so I have no clue what the
problem might be.
private NSArray setSybasePassword(String eoModel, String
masterPassword, String newPassword, String userName) {
EOEditingContext context = session().defaultEditingContext();
String sqlString = "exec sp_password '" + masterPassword + "', '" +
newPassword + "', '" + userName + "'";
NSArray theArray = EOUtilities.rawRowsForSQL(context, eoModel,
sqlString, null);
//NSLog.out.appendln("*********** " + eoModel + " -- " + sqlString +
" -- " + theArray + " ************");
return theArray;
}
Thanks,
Jerry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden