GeekArticles
Programming
DelphiExecSql sets Prepared to false
Author: qc.borland.com |
Published: 12th Feb 2008 |
Visited: 86 times |
Add CommentFiled in: DelphiQC#: 56985 Version: 11.2 Status: Open defect, requires resolution Description: Calling TSqlDataSet.ExecSQL closes the statement and set's Prepared to false.
This was working fine in Delphi 6.0.
FSqlDataSet := TSQLDataSet.Create(nil);
FSQLDataSet.S
Read Article Sponsored Links
Related Articles
• Stored procedures vs Java Prepared statements Hi Tom
I am a Java programmer. I have been working on Oracle for close to a year now. Big fan of your site and the work that you r doing!
One fight has always been going on between java and Oracle communities on which is better Stored procedures o ...
• Wrong code in helpintfs.pas causing false exceptions QC#: 46458 Version: 11.0 Status: Closed defect, no action required Resolution: Need more information/demo/steps Description: In method THelpManager.DoTableOfContents when only one viewer exists an exception is raised because Viewer variable is empty ...
• Prepared Statement When is the cached plan cleared. Hi Tom,
The reason of going for Prepared Statements is that they reuse the plans for statements that have been executed previously, thus saving CPU time and power. The cache uses the statement as a key and the access plan is stored in the cache ...
• METHODINFO OFF incorrectly also sets TYPEINFO OFF QC#: 43484 Version: 11.0 Status: Open defect, requires resolution Description: The compiler makes a mistake when METHODINFO is turned off; TYPEINFO is incorrectly turned off also!
PS: How can one detect if METHODINFO is on or off? This seems to be im ...