realbasic-nug
[Top] [All Lists]

What is a Table outside a database?

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: What is a Table outside a database?
From: igmusic <knee at ihug dot co dot nz>
Date: Thu, 31 Jan 2002 18:21:29 +1300
On 29/01/02 13:17, Mr. Weasel Willits said:
 
> create table Im_A_Dork
> (
> id integer,
> who varchar,
> why varchar,
> butmom varchar,
> primary key (id)
> )
> 
> curs = db.SQLSelect("select * from Im_A_Dork")
> for
> who = curs.field("who")
> ...
> ..


Greetings! Where does this "create table" syntax come from? I can't find a
reference to tables in the manuals (outside a database that is).

F.A.B.

Ian

                    ------------------------------
                    Ian G. Morris   -   Tonewright
                         ian at igmusic dot co dot nz

       "It's one o'clock and time for lunch. Dum-de-dum-de-dum."




<Prev in Thread] Current Thread [Next in Thread>