What can we do with a VBColor in C#? For example, let's take vbRed = 255.
exp: 12615935(dec) = C080FF(hex) in BGR = FF80C0(hex) in RGB
..instead of a Notebook
Strange issue:I have an sql user-function, which returns the result of a select statement, thus, a table. The server never stopped, and we modified something else in our database, and so, there should be a column with modified values in that table.The problem is, that while running the select statement of the function returns the expected result, calling the function by: select * from functionName ... returns the table with the original column values.From my opinion, this should only happen, if there is a result caching for user-defined-functions!
And it is the reason. For all stored procedures and function there is a result caching.The cache can be cleared with:
DBCC FREEPROCCACHE
Well, hexagonal panels do not exist, but we can simulate them by changing two style attributes of the second control. The panel still holds both controls, even if it is not so obvious any more.