New topic: 

Creating Tables

<http://forums.realsoftware.com/viewtopic.php?t=34028>

         Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic          Author  
Message        David Bridger          Post subject: Creating TablesPosted: Sun 
May 30, 2010 3:56 pm                         
Joined: Sun May 30, 2010 3:48 pm
Posts: 1                I come from a dBASE background where a database was 
originally just a table.

dBASE now has some sql commands like create table.

How does a person create a database and its tables in Real Basic SQL?

Are the table commands common to all SQL data files?

Thanks.   
                             Top                 npalardy          Post 
subject: Re: Creating TablesPosted: Sun May 30, 2010 4:24 pm                    
     
Joined: Sat Dec 24, 2005 8:18 pm
Posts: 5928
Location: Canada, Alberta, Near Red Deer                In SQL databases a 
database is a set of many tables
CREATE TABLE syntax is fairly common although not 100% consistent from vendor 
to vendor
REAL SQL Databases use SQLite as the database engine so you can use 
http://sqlite.org/lang.html as a pretty extensive reference      
_________________
My web site Great White Software
RBLibrary.com REALbasic learning  
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to