Re: Idea of SQL integration
- From: Martyn Ayers <100031.2167atsigncompuserve.com>
- Date: Sat, 15 Jul 2006 19:57:26 +0100
Frenk,
What do you think?
Actually, I'd prefer a different kind of integration.
Suppose I'm setting up a view, say, and I type its definition
somewhere, on a scrathpad. Then, for development purposes, I'd like
to be able to transport its definition back and forth between Sql
Server and my Delphi project seamlessly, without a lot of messing
about. So, I'd like to be able to transport some executed Sql in a
Query Analyzer window to a Delphi string constant declaration (I wrote
a little utility to do that bit) and vice versa, i.e. take a Delphi
declared string constant (assume it's mutline and has nice #13#10s at
the end of each line to keep it tidy) and have it parsed back into
QA-executable text, that sort of thing ...
E.g. in a three-tier context, I'd like to get a list of the fields in
some Sql Server object without going through the rigmarole of defining
a provider, pointin a ClientDataSet at it and retrieving the fields.
Cheers, Martyn
.
- References:
- Idea of SQL integration
- From: Frenk
- Idea of SQL integration
- Prev by Date: Re: Idea of SQL integration
- Next by Date: Re: Idea of SQL integration
- Previous by thread: Re: Idea of SQL integration
- Next by thread: Re: Idea of SQL integration
- Index(es):
Relevant Pages
|