GeekArticles
Programming
DelphiPlease give us back the diagram view
Author: qc.borland.com |
Published: 17th Jan 2008 |
Visited: 30 times |
Add CommentFiled in: DelphiQC#: 39037 Version: 10.0 Status: Open defect, requires resolution Description: Hello.
I used the Diagram view quite a bit, it's great to document stuff that can't go into
comments, please put it back :)
SYSOP: This most probably would receive a 'Won't
Read Article Sponsored Links
Related Articles
• Update base on join view fails with ora 1779 Hi,
Here is the problem
update (select t1.* from T1,T2 where t1.col=T2.col) t
set col4='toto'
ora-1779
even if i try /*+bypass_ujvc*/ in my update
update /*+bypass_ujvc*/ (select t1.* from T1,T2 where t1.col=T2.col) t
set col4='toto' ...
• Katmai Reporting Services Performance: Two Steps Forward, One Step Back? In this article, David Leibowitz compares the performance of the prerelease of Microsoft?s SQL Server 2008 Reporting Services to SSRS 2005. While it is clear performance improvements have been made for report automation, developers might have differing opinions on the new Report Desig ...