GeekArticles
Programming
DelphiYour Opinion is Valuable - Express your Delphi related Questions, Views and Ideas!
Author: delphi.about.com |
Published: 29th Oct 2007 |
Visited: 122 times |
Add CommentFiled in: Delphiin About Delphi Programming :: Ok, I do know you are reading this stuff! I see that from my page view statistics :)
What I want to do this time (more...
Read Article Sponsored Links
Related Articles
• Using XMLType Views Using XMLType Views
Using XMLType Views XMLType views provide a convenient way to construct XML representations of relational data without physically migrating that data into XML. Once written, an XMLType view may be used in various queries, making them simpler and so increasing their readabili ...
• Performing DML Operations on XML Schema Based XMLType Views Performing DML Operations on XML Schema-Based XMLType Views
Analyzing the underlying query of the empSch_v view discussed in the preceding section, you may note that each attribute of the EMP_T object used in the select list maps to a certain column of a single table, namely emps. What this means in ...
• (* Commenting Delphi Code *) in Beginner Delphi :: Learn the art of helping yourself, when it comes to code maintenance. The purpose of adding comments to Delphi code is to provide more program readabilit ...
• Top 10 Delphi Web Development Tools in Delphi Top Picks :: With the release of .NET Microsoft forced developers to think more of Web development as the number one job description in the future. Let's se ...
• updatable views Hi Tom,
I'm facing a problem with updateable views and instead of triggers.
I've to deal with a "big" table, more than 300 columns and hundred thousands
of records.
I would like to replace this table with a view and splitting the "big"
t ...