|
Subject:
|
Action Panel
|
|
Posted By:
|
hkec
|
Post Date:
|
8/1/2006 2:22:14 PM
|
|
Can I use Action Panel to insert and update data on an SQL Server? If yes, can I use it to call stored procedure and use all the capabilities of ADO.NET?
|
|
Reply By:
|
alvinjohnbruney
|
Reply Date:
|
8/15/2006 1:54:25 PM
|
Yup, it's doable, however the code to actually do the updating (stored proc etc) must/should be implemented by hand. I would stay away from updatable ADO.NET objects since these are notably inefficient.
|