• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
exec sp_password using rawRowsForSQL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: exec sp_password using rawRowsForSQL
      • From: Patrick Middleton <email@hidden>
    • Re: exec sp_password using rawRowsForSQL
      • From: Jean-François Veillette <email@hidden>
    • Re: exec sp_password using rawRowsForSQL
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: XCode 2.2 and WO 5.2.4
  • Next by Date: Re: exec sp_password using rawRowsForSQL
  • Previous by thread: Re: How Do I Implicitly Maintain Web Services WOSessions?
  • Next by thread: Re: exec sp_password using rawRowsForSQL
  • Index(es):
    • Date
    • Thread