fiogf49gjkf0d The list of Store Procedures for the OLEDB Provider is found on the LAN Client Developer's guide.
However, those store procedures are not used to Retreive Data, but rather to set the Environment.
To retreive data you would issue your own SQL Statements, which the provider will parse and add security restrictions depending on the User who is logged in. ( e.g. SELECT * FROM CONTACT ).
Depending on what SLX Components you have configured, you could alternatively deploy the SDATA portal, and then make SDATA calls from your ASP.Net site. |