Saving a datatable

Posts   
 
    
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 07-Jan-2005 08:31:17   

I use adapter.FetchTypedList functionality quite a lot since it gives me the ability to grab a collection/entities as a datatable. Just wondering if there's an easy way to save the datatable back once its been modified. I can't use the llblgen entities and entites collections as my pl doesn't know about llblgen. thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 07-Jan-2005 09:33:53   

Saving a datatable requires a ready to use query / procedure. These aren't provided to you for saving data in a particular datatable.

Frans Bouma | Lead developer LLBLGen Pro
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 07-Jan-2005 09:49:15   

Thanks, I thought this might be the case.