How to deploy Prodataset?

mhtan88

Member
Dear All,

Can someone show me how to code the prodataset step by step? coding sample?

(^.^)...

Thank you.

Regards,
TanMH
 
A ProDataset is simply just a data src. A buffer of returned rows that match a query. To deploy a dataset define a query to interrogate the db, this will return row details which can be displayed in a browse or widgets.Eg. Define a dataset object, that will FOR EACH tableName WHERE criteria. Assign this object to be the data src for a browse. Within your browse display CustNum, CustName ...You have a ProDataset of values!!!
 
thank you. and another way. if for the .net openclient. all the procedure need to use proxy generator to generate to dll? so that, .net can use it as reference?
 
Back
Top