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 anonymous methods architecture asp.net mvc C# California Change Manager COBOL CodeRage columbus columbus architecture group Delphi delphi prism Embarcadero entity framework Erlang functional programming generics givecamp halting problem humor InterBase javascript jqGrid jQuery links linq linq to sql memoize merb Mike Rozlog modeling mvc ndepend Nick Hodges orm poetry rails software archeology static analysis systems the dynamic web unit testing uris WebCategories
-
Recent Comments
- AL on join in LINQ to SQL and LINQ to Entities Considered Messy, Redundant
- AL on join in LINQ to SQL and LINQ to Entities Considered Messy, Redundant
- Surendran Bangalore on Generics, Commas, and Semicolons
- Surendran Bangalore on Generics, Commas, and Semicolons
- Eran on Using jqGrid with ASP.NET MVC: Search and Formatting
-
{ 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