on 12/27/01 15:08, Robert Brenstein at rjb AT rz D.OT uni-potsdam.de wrote:
>> - [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?
It will create a normal BaseObject.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan@paradigmasoft.com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on AT lists D.OT macserve.net ©2001 Ruslan Zasukhin |