Anyone knows how to create and run DSServerClass at runtime?
Everything is fine if i create it before DSServer started (at runtime), the class found at client side. But if i create it after DSServer started, the client would not found that class.
Should i create over 100 DSServerClasses manually at Design time for each Table and other DSServerClasses for each join table?
Any suggestion would be appreciated. Thanks.