Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In Noah 4.10 ValidateLogin must be called on the Business API before it is possible to communicate with Noah Server i.e. call function on the Business API. This means that SetCurrentUserID should not be called anymore.

There is one possibility to call the server and the database implementation calling the new function DataAccessNoLogin. The function is not mandatory and should only be implemented if there are a need for communicating with database implementation before ValidateLogin is called.

 

public bool ValidateLogin(string LoginName, object Password, out int UserID)
public Object DataAccessNoLogin(Object obj)


  • No labels