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: "Mr. Weasel Willits" <bmxer01 at pacbell dot net>
Date: Wed, 30 Jan 2002 22:16:04 -0800
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).


It's actually SQL syntax to create a database.


--
-----------------------     Seth Willits    --------------------------
More praise of peace is easy but ineffective. What is needed is active
participation in the fight against war and everything that leads to it.
        -- Albert Einstein
----------------- http://freaksoftware.tripod.com/ -------------------



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