GeekArticles
Programming
DelphiImport Component in Palette fails
Author: qc.borland.com |
Published: 7th Jun 2007 |
Visited: 89 times |
Add CommentFiled in: DelphiQC#: 47124 Version: 11.0 Status: Closed defect, no action required Resolution: Bug description is invalid as submitted Description: Importing a Type Library or ActiveX object to use it as a run-time and design-time component fails.
Although the _TLB file
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' ...