GeekArticles
Programming
DelphiShared Variables in ASP.NET
Author: dn.codegear.com |
Published: 3rd May 2008 |
Visited: 90 times |
Add CommentFiled in: DelphiVariable types are often misused in ASP.NET applications. This article discusses the various types of shared variables in Delphi ASP.NET applications
Read Article Sponsored Links
Related Articles
• Tuning sql with bind variables Hi Tom,
Here is a sample sql from a package used for searching clients. The query is very fast when we remove the "OR" condition "ln_cl_id is null" from the WHERE condition. There are many columns with similiar OR condition, which I have remove ...
• ODP.NET - Working with Bind Variables together with OracleParameter ODP.NET - Working with Bind Variables together with OracleParameter
With the help of OracleParameter, you can include bind variables within any SQL statement. These bind variables are nothing but run-time query parameters. The values in the SQL statement are bound at run time when we use bind...
V ...
• CodeSnip: How to Implement Merge Facility Using Local Variables? This code snippet explains how to insert and update records of a table using merge in Oracle through local variables instead of selecting records from another table. Deepankar examines the concept with the help of relevant code listings followed by a detailed analysis supported by screensh ...
• shared [pool fragementation.... Hi sir,
(1) In 10gR2 Performance Tuning guide(OU) it is mentioned that in 10gr2 ,the internal fragmentation of shared pool is more or less gone.I want to know what is that interal fragmentation that is removed from 10gr2?And how we can actualy see ...
• Microsoft AJAX Library - Functions as Variables Functions as Variables
In JavaScript, functions are first-class objects. This means that a function is regarded as a data type whose values can be saved in local variables, passed as parameters, and so on. For example, when defining a function, you can assign it to a variable, and then call the...
...