Re: Book recommendations for database development
- From: Mike Margerum <junk@xxxxxxxx>
- Date: Mon, 28 Apr 2008 16:38:07 -0400
Basically it works like this. When a user enters data in via a TEdit box or something
you pass the value into your Class. You then serialize that object (Class instance) across
your TCP (TIndy) connection to your Application Server (a TCP socket server you
developed). That server reconstructs the data back into an object (does some work on
it maybe) to which it then serializes to your database vencdor (ms, mysql, firebird, etc..)
This serialization to the database vendor is easy using libraries that abstract the different
database vendors. There are somethings to be aware of course...
I am doing this same thing. I use kbmMemTable when I need to use datasets for reports or data aware grids and just fill it with my objects.
Speaking of which, does anyone have any experience with devExpress grid and binding it to either delphi tlist type structures or C++ SQL structures? I'd like to get rid of the dataset layer altogether.
.
- Follow-Ups:
- Re: Book recommendations for database development
- From: keith Miller
- Re: Book recommendations for database development
- From: Ron Grove
- Re: Book recommendations for database development
- References:
- Book recommendations for database development
- From: Michael Fritz
- Re: Book recommendations for database development
- From: na
- Book recommendations for database development
- Prev by Date: Re: Multi core
- Next by Date: Re: Is Delphi for Win32 still mainstream?
- Previous by thread: Re: Book recommendations for database development
- Next by thread: Re: Book recommendations for database development
- Index(es):
Relevant Pages
|