realbasic-nug
[Top] [All Lists]

Re: What is a Table outside a database?

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: What is a Table outside a database?
From: Norman Palardy <norm at kirais dot com>
Date: Wed, 30 Jan 2002 23:51:38 -0700
To be honest I don't think he meant that he executed that code.
It was a table he created as an example for the following select

On Wednesday, January 30, 2002, at 10:21  PM, igmusic wrote:

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."



---
Subscribe to the digest:
<mailto:realbasic-nug-digest at lists dot realsoftware dot com>
Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>




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