|
Group: Forum Members
Posts: 386,
Visits: 2.1K
|
Hi Terry,
You can create a BO from a view but not a stored procedure (as you seem to know) however SQL Server doesn't support updatable views.
I guess you could use a view and have an unbound grid and handle all the database updates manually as you move from row to row. That being said your database does need to be structured in the way I outlined.
Cheers, Peter
|