good news, i finally can come up with an application that can run Delete, Insert, Update function eventhoug there's no UI at the moment :">
so the principal is something like this in an order:
UI -> SystemFramework -> BusinessRules(lot of logic here) -> DataAccess
and all of them is passing same Dataset that want to be Deleted or Updated or Inserted
which contain an ID (Primary Key) for all stuff above
btw i'm using Visual Studio .NET 2003 if u guys/girls not familliar with term Dataset :)
bye for now
Comments