| To: | REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com> |
|---|---|
| Subject: | Re: What is a Table outside a database? |
| From: | igmusic <knee at ihug dot co dot nz> |
| Date: | Thu, 31 Jan 2002 19:33:01 +1300 |
On 31/01/02 19:16, 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")
>>> ...
>>> ..
> It's actually SQL syntax to create a database.
Sorry, I'm still lost. So how do you use "create table" to get a database
cursor?
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> |
|---|---|---|
| ||
| Previous by Date: | Re: What is a Table outside a database?, Mr. Weasel Willits |
|---|---|
| Next by Date: | [OT ?] Unwanted {Icon\return} files here and there: virus ?, Emile Schwarz |
| Previous by Thread: | Re: What is a Table outside a database?, Mr. Weasel Willits |
| Next by Thread: | Re: What is a Table outside a database?, Mr. Weasel Willits |
| Indexes: | [Date] [Thread] [Top] [All Lists] |