Re: TDBC documentation, examples, syntax?
- From: "tom.rmadilo" <tom.rmadilo@xxxxxxxxx>
- Date: Thu, 19 Feb 2009 21:09:27 -0800 (PST)
On Feb 19, 1:15 pm, George Peter Staplin <georg...@xxxxxxxxxxxx>
wrote:
tom.rmadilo wrote:
On Feb 10, 6:57 am, suchenwi <richard.suchenwirth-
bauersa...@xxxxxxxxxxx> wrote:
On 9 Feb., 21:59, "stoli...@xxxxxxxxx" <stoli...@xxxxxxxxx> wrote:
I see that TDBC is being included in 8.6. I have downloaded and have
started to experiment however I cannot seem to find any useful
documentation or examples to start from. The TIP 308 doesn't really
cover syntax and tcl.tk/docs doesn't seem to cover it either. I've
hunted the wiki, sourceforge and google.
Has a syntax document been created? A complete example script
available?
Some examples are athttp://wiki.tcl.tk/20343-internally, you'd have
to use SQL anyway, for which there are various docus.
Wow! The TDBC is amazingly bad. When I say bad, I mean really, really,
really bad. Everyone who knows what day it is knows that ODBC is the
base standard. If you want generic, start with ODBC.
Tom, with all due lack of respect, why don't you list the flaws instead of
using vague, unclear, and emotional reasoning?
What we have is TIP 308. What a disaster! This is what you should
expect when a programmer designs a database interface. Get a clue!
There is no "abstraction" in your API.
So you're insulting programmers, and using emotional reasoning. What do you
do for a living?
I'm not sure what you mean by "emotional reasoning"? The contents of
TIP 308 is irrational and unrelated to current database interface
standards. Please read at least the CLI portion of the most recent SQL
standard. That is ISO/IEC 9075.
Maybe you think I am dissing programmers. No! I'm dissing programmers
who are trying to reinvent thousands of hours of work by other
programmers to develop a standard interface. We have an existing
interface definition, somewhat beyond ODBC. When you throw this out
the window you must provide not only your own interface, but a mapping
of your interface to the standard.
Hopefully everyone recognizes that in the end the Tcl client must
communicate with an actual database server. If the Tcl API fails to
reflect the standard database API, huge translation problems should be
expected.
This is not emotional reasoning, this is practical outrage over an
untethered API. Anyway, if you wish to develop a database API and you
have not read ISO/IEC 9075, you are a clueless idiot. Why would you
develop a generic SQL API which ignores the industry standard generic
SQL API? A rational person would not. A rational person would be
outraged when some idiot attempted to weave their own perfect solution
into an already solved problem.
.
- Follow-Ups:
- Re: TDBC documentation, examples, syntax?
- From: Neil Madden
- Re: TDBC documentation, examples, syntax?
- From: dkf
- Re: TDBC documentation, examples, syntax?
- From: APN
- Re: TDBC documentation, examples, syntax?
- References:
- TDBC documentation, examples, syntax?
- From: stolicow@xxxxxxxxx
- Re: TDBC documentation, examples, syntax?
- From: suchenwi
- Re: TDBC documentation, examples, syntax?
- From: tom.rmadilo
- Re: TDBC documentation, examples, syntax?
- From: George Peter Staplin
- TDBC documentation, examples, syntax?
- Prev by Date: Re: aolserver tutorial
- Next by Date: Re: SIMPLE Web app framework/ toolset? -- Nope. So now what?
- Previous by thread: Re: TDBC documentation, examples, syntax?
- Next by thread: Re: TDBC documentation, examples, syntax?
- Index(es):
Relevant Pages
|