Hi,
Can anyone suggest on how to implement "no changes" in the data in a column
in table. (This needs to be done in designing the table itself).
Regards,
Venkat
Hi,
Can anyone suggest on how to implement "no changes" in the data in a column
in table. (This needs to be done in designing the table itself).
Regards,
Venkat
I'm not sure if this applies, but I use a 'RecordOccupied' boolean column in
one table. I start the process by inserting records into this table based
on user entered criteria (a date and a route number). Then I display the
records in a grid control for user editing. If the user enters data into a
row in the grid, I change the RecordOccupied flag to true. If, at the end
of the editing / saving process, there are records with RecordOccupied
false, I delete them to save space.
--
Greg Oliver
VendMaster Software Systems
>Can anyone suggest on how to implement "no changes" in the data in a column
>in table. (This needs to be done in designing the table itself).
>Regards,
>Venkat
>Can anyone suggest on how to implement "no changes" in the data in a column
>in table. (This needs to be done in designing the table itself).
IF UPDATE(protectedColumn)
BEGIN
RAISERROR(...)
ROLLBACK TRAN
END
Venkat...
With the Enterprise manager you can set and revoke any user's rights to
update any columns in your tables. Right click on the table, select
'Permissions' from the pop-up menu and check 'Column Level Permissions' in
the 'Object Permissions' dialog box...
Thomas Schwarz
>Can anyone suggest on how to implement "no changes" in the data in a column
>in table. (This needs to be done in designing the table itself).
>Regards,
>Venkat
1. Changing column to "not null"
When trying to assign a primary key to an existing column, and column is
"null", primary key can't be assigned. How do I change the column from
"null" to "not null"?
Thanks --
Tom K.
2. btree_gist regression test busted?
3. Change column prop - "required" via ADOX
5. change column "labels" using select command
6. Help please. Grids and such.
8. !Oracle DBA's and Developers needed!
9. updating "text" data type column
10. Data Grid "How to Subtotal Columns"
11. "Changing data structure forced command termination."
12. "Changing Data structure...."
13. Suppressing "Changed database context to ..."