main logo
Subject: Re: VAPP, V4RB, V4MD 1.8.10b7
Author: Robert Brenstein
Posted: 2001/12/27 08:08:05
 
View Entire Thread
New Search


> - [KERNEL][New][SQL] CREATE TABLE
> - [KERNEL][New][SQL] ALTER TABLE
> - [KERNEL][New][SQL] DROP TABLE tableName
> - [KERNEL][New][SQL] INSERT INTO table (f1,f2,f3,...)
> VALUES (v1, v2, NULL, ...)
> - [KERNEL][New][SQL] INSERT INTO table (f1,f2,f3,...)
> SELECT ... FROM ... WHERE
> - [KERNEL][New][SQL] UPDATE table SET f1 = v1, f2 = v2 ... WHERE ...
> - [KERNEL][New][SQL] DELETE table SET f1 = v1, f2 = v2 ... WHERE ...
>
>- [VSDK][New] VDK_Database::SqlExecute() and SqlSelect()
>- [V4RB][New] VDatabase.SqlExecute()
>- [V4MD][New] VDatabase.SqlExecute()
>- [VAPP][AS][New] SQL db Execute query
>

Probably a naive question but I want to be clear with nomenclature:
are the TABLE's above tables in a cursor or are these the
BaseObjects? In other words, when I say "create table" will that
create a new baseobject in my database or will it create a virtual
table that I can manipulate similarly to a real baseobject?

Robert
 
©2001 Robert Brenstein
<-- Prior Message New Search Next Message -->