Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Isabel
Starting Member
6 Posts |
Posted - 2006-06-23 : 14:53:41
|
Hi,Is the a way to suppress/hide empty rows in a table?I have already tried checking if null then to set the visibilty (hidden = true). But i dont think it is working.Thanks |
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2006-06-23 : 15:22:49
|
quote: Originally posted by Isabel Hi,Is the a way to suppress/hide empty rows in a table?I have already tried checking if null then to set the visibilty (hidden = true). But i dont think it is working.Thanks
put error handling into your application that doesn't allow empty rows to be inserted. Maybe use a NOT NULL constraint or two.-ec |
 |
|
|
|
|