Max Ferretti
|
| Posted: 01/21/2003, 6:22 AM |
|
My goal is to add application logic to an ASP.NET/C# project created with CodeCharge such as complex calculation based on a Sybase Database.
Can I do it inside CodeCharge?
I need to create my own entity and controller classes to perform my calculation, so I tried to open the project with Visual Studio.NET but I've a lot of error and some object aren't loaded correctly.
Thanx in advance,
Max
|
|
|
 |
mcurry
|
| Posted: 01/23/2003, 10:05 AM |
|
No. You have to write good stored procedures, and call them from CC. Which you should do, anyway, just to keep application logic away from the inner workings of a generator such as CC. Among other things, you don't want to have to rely on CC for error-checking. Do that in SQL code that you can see and test a piece at a time.
mike
|
|
|
 |
|