I needed to know the primary key of a table for some code I was writing. Simple enough to get the information from the system tables, but this code would be called quite frequently, so I thought I would need to cache the information. Then I realized that IBX already does this. Look at TIBDatabase.In_Key. Saved me from reinventing the wheel.
-
Links
-
Tags
.NET architecture asp.net asp.net mvc business C# Change Manager CodeRage columbus columbus architecture group compilers debugging Delphi delphi prism Embarcadero entity framework Erlang functional programming generics givecamp html humor InterBase javascript jqGrid jQuery linq linq to sql math merb Mike Rozlog modeling mvc ndepend Nick Hodges orm rails security software archeology static analysis the dynamic web unit testing uris validation WebCategories
-
Recent Comments
- charan on How to Customize ASP.NET MVC Authentication
- Basic Authentication with WCF Web API Preview 6 | Chief of the System Blog on How to Customize ASP.NET MVC Authentication
- Metadata Exception in Entity Framework Connection Strings | Programmer Solution on Troubleshooting Entity Framework Connection Strings
- Cuneyt Sina Koca on What is Homomorphic Encryption, and Why Should I Care?
- خواندنی های 18 بهمن 89 | alisite on In LINQ, Don’t Use Count() When You Mean Any()
-
{ 1 } Comments
Craig, Tanks for the tip!
One Question:
Is there any way of knowing, at Delphi with IBX, if the database is shutdown?
Using:
Delphi 2007
Interbase 2007
Post a Comment