lifesupport
Programmer
I'm trying to visually connect a database to a grid. While configuring the select statement in the 'Configure Data Source', I select the 'Advance' button. The 'Generate INSERT, UPDATE, and DELETE statements and the 'Use optimistic concurrency' options are not enabled; therefore, I can't select them. I need to allow users update my table. Can anyone tell me why this may not be allowing me to update the table? I'm using SQL server (Developer) and not SQL Express. Does this wizzard only work with SQL Express? If so, how can I allow users to update data on SQL server? I suppose it's not wise to allow users to update data on the server, but this is for practice. Ultimately, I'd like users to update a view.
Thanks
Thanks