Click here to Skip to main content
Click here to Skip to main content
Articles » Database » Database » General » Downloads
 

DarkSide SQL Mini Version 1, The embedded database

By , 23 Mar 2006
 
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.

License

This article, along with any associated source code and files, is licensed under The BSD License

About the Author

No Biography provided

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130617.1 | Last Updated 23 Mar 2006
Article Copyright 2003 by AnOldGreenHorn
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid