| Sort by:
|
Page 1 of 2 | 1 2 | Next
|
|
|
15 Jul 2002
|
A ClientDataSet in Every Database Application
This article is the first in an extended series designed to explore the ClientDataSet. The basic behavior of the ClientDataSet is described, and an argument is made for the extensive use of ClientDataSets in most all database applications.
|
Cary Jensen
|
Contributed Article
|
|
|
|
28 Sep 2001
|
A database-enabled Web user list
Let's face it -- for most of us, user validation data needs to be stored in a database. Fortunately, writing a component to encapsulate this functionality is easy. By Jimmy Tharpe.
|
Jimmy Tharpe
|
Contributed Article
|
|
|
|
1 Jun 2001
|
Analyzing and documenting DataSets
In this article, I'll show how to analyse BDE and dbExpress compatible datasets and produce ASCII or HTML-based documentation reproducing tables, fields, types and indices.
|
Bob Swart
|
Article
|
|
|
|
24 Jul 2000
|
Automatically Generating Data to Create Large Tables Using Delphi
Contains Delphi example to randomly fill a table
|
Borland Staff
|
FAQ
|
|
|
|
13 Jan 2005
|
BDNradio: .NET data remoting in Delphi 2005 with Ramesh Theivendran
Read the chat log and listen to the live chat with Ramesh on the easy, flexible, and powerful way to develop .NET data remoting applications in Delphi 2005
|
John Kaster
|
Video
|
|
|
|
14 Jan 2005
|
BDNradio: Database features of Delphi 2005 with Ramesh Theivendran and Joerg Weingarten
Read the chat log and listen to the replay of the live interview with Ramesh and Joerg on Delphi 2005 database features
|
John Kaster
|
Video
|
|
|
|
3 Nov 2004
|
BDNtv: Deriving a model from an existing database with ECO II in Delphi 2005
Henrik Jondell demonstrates how easy it is to create model-powered applications for your existing databases with ECO II
|
John Kaster
|
Video
|
|
|
|
24 Jul 2000
|
Can a Delphi Application Connect to an InterBase Database on Any Platform?
Connecting to Interbase residing on different platforms from a Delphi App.
|
Borland Staff
|
FAQ
|
|
|
|
22 Dec 2001
|
Can Good Object-Oriented Design include Data-Aware Controls?
Many claim data-aware controls cannot co-exist with correctly designed object-oriented code. I intend to dispel that myth.
|
Wayne Niddery
|
Contributed Article
|
|
|
|
8 Nov 2002
|
ClientDataSet Aggregates and GroupState
This article describes how to use aggregates to calculate simple statistics, as well as how to use group state to improve your user interfaces.
|
Cary Jensen
|
Contributed Article
|
|
|
|
31 Dec 2002
|
Cloning ClientDatSet Cursors
When you clone a ClientDataSet's cursor, you create not only an additional pointer to a shared memory store, but also an independent view of the data. This article shows you how to use this important capability.
|
Cary Jensen
|
Contributed Article
|
|
|
|
7 Jun 2000
|
Datasets without databases
How do you access non-relational data (such as a disk directory) with data-aware controls? Rely on a key element of Delphi: the TDataSet class. By Marco Canty. <i>Link to code corrected June 7, 2000.</i>
|
Marco Canty
|
Article
|
|
|
|
1 Aug 2002
|
Defining a ClientDataSet's Structure Using FieldDefs
When creating a ClientDataSet's memory store on-the-fly, you must explicitly define the structure of your table. This article shows you how to do it at both runtime and design-time using FieldDefs.
|
Cary Jensen
|
Contributed Article
|
|
|
|
16 Aug 2002
|
Defining a ClientDataSet's Structure Using TFields
This article demonstrates how to define a ClientDataSet's structure at both design-time and runtime using TFields. How to create virtual and nested dataset fields is also demonstrated.
|
Cary Jensen
|
Contributed Article
|
|
|
|
28 Feb 2003
|
Distributed Information Systems. From A to Z. - Part III. How to use multiple SOAPDataModules in your Web service
This a 3rd article shows how to build a stand-alone Web service using Indy and Delphi 7
|
Serge Dosyukov
|
Contributed Article
|
|
|
|
8 Nov 2002
|
Filtering ClientDataSets
When applied to a dataset, a filter limits the records that are accessible. This article explores the ins and outs of filtering ClientDataSets.
|
Cary Jensen
|
Contributed Article
|
|
|
|
24 Jul 2000
|
Handling "General SQL error: violation of FOREIGN KEY constraint . . ." error
The VCL posts detail records before master records
|
Borland Staff
|
FAQ
|
|
|
|
24 Jul 2000
|
How to retrieve an InterBase Blob in Delphi using SavetoFile?
Simple example using SavetoFile. While this example is designed for InterBase, it may be applied easily to any database.
|
Borland Staff
|
FAQ
|
|
|
|
17 Jun 2003
|
InterBase 7.1 DataType to ADO.NET C# Type mappings
InterBase SQL datatypes and C# Object Type mappings using the InterBase Borland Data Provider (BDP).
|
Aaron Ruddick
|
TI
|
|
|
|
12 Oct 2000
|
Midas & COM Tips and Tricks
Shows how to build applications using multiple modules that communicate via COM and share a Midas server. Demonstrates transfering files, arrays and other data structures using COM.
|
Bill Todd
|
Contributed Article
|
|
|
Connect with Us