Hi,
Its clear that BDC only provides read-only/ forward-only data and will not support (actually not at all responsible) to insert, update, delete data to the LOB (can say as Disadvantage). But the Advantage is Ability to search on BDC data (after crawling), no server-side coding effort and few more.
The possible solutions for read-write activity on LOB using BDC is using InfoPath forms, web page (asp.net) only.
But if you want read-write activity on LOB without using BDC then use form view web part from sharepoint designer.
- To this web part define a datasource (can SPlist, web service, database (sql server))
- Configure the datasource (insert, update, delete etc.)
- apply changes to the ui of web part through XSLT (only if required)
- Publish the page
- Preview the page in browser.
manish