dsqlm_1_setup.zip
dsqlm_1
cpp
docs
images
title.jpg
include
db.in
db_185.in
db_cxx.in
db_int.in
libdb41s.lib
dsqlm_demo.zip
|
create table books(id autoid indexed,title varchar(80),author char(30),date_of_pub date,price float)
insert into books values(0,'SQL Bible','John Cjors','1999-10-20',2400.60)
DSQL_Mini:\> update books set title='SQL Complete Reference',price=3400 where id=1
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.