Microsoft SQL CE does not support Stored Procedures. I want to execute a simple SQL statement
Update TableA Set x=1 where y=2
Can this be done using LLBLGen (I would like to do it using LLBLGen because we are going to use other databases in the future) or should I issue the statement manually using a .Net SqlCe command object? Thank you very much!