Am Donnerstag, den 01.03.2007, 10:27 +0100 schrieb Ingo Strüwing:
> Hi.
>
> Am Mittwoch, den 28.02.2007, 22:40 -0800 schrieb Mark Callaghan:
> > On 2/28/07, ciccettino@stripped <ciccettino@stripped> wrote:
...
> > > "items"? Which of these structures stores a row?
Sorry, forgot to mention "items". These describe items of the SQL
statement. For example
INSERT INTO t1 (c1, c2) VALUES (1, 2)
will have items for 'c1', 'c2', '1', and '2'. After table open they are
linked with the fields. So sql_insert would know which list of fields to
assign which values. It can construct a record from them. If this is
done, the items are irrelevant. The table handler does not notice them.
So don't worry about items in this project.
Regards
Ingo
--
Ingo Strüwing, Senior Software Developer
MySQL GmbH, Radlkoferstr. 2, D-81373 München
Geschäftsführer: Hans von Bell, Kaj Arnö - HRB München 162140