in reply to Re^3: Death and Return of TIMTOWTDI
in thread Death and Return of TIMTOWTDI
You're right - you have no idea what you're talking about. DBI and SQL have nothing to do with each other; they are orthogonal technologies. The only link between them is that they are both related to RDBMSs in some way. DBI has to do with how to physically pass messages to a given database. SQL has to do with how you ask a database a question. DBM (which is mostly unrelated) has to do with how to store information in a database. When you use DBI, you generally pass messages written in SQL.
So, please, master of wise archain arts. How is passing messages to a Database different from asking it questions? As I recall there are also the 'update' and 'insert' statements that do not sound like questions to me. They seem to imply commands to me.
This post is not meant to be beillegerant, it is meant to ask a question so that I might learn more.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Death and Return of TIMTOWTDI
by mpeppler (Vicar) on Jul 04, 2004 at 09:30 UTC | |
by dakedesu (Scribe) on Jul 04, 2004 at 12:12 UTC | |
by mpeppler (Vicar) on Jul 04, 2004 at 18:23 UTC | |
by dakedesu (Scribe) on Jul 05, 2004 at 15:45 UTC | |
Re^5: Death and Return of TIMTOWTDI
by dragonchild (Archbishop) on Jul 04, 2004 at 20:35 UTC | |
by dakedesu (Scribe) on Jul 05, 2004 at 15:52 UTC | |
by dragonchild (Archbishop) on Jul 06, 2004 at 01:36 UTC |