> - [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 |