TurboDB Engine Documentation
Turbo SQL vs. Local SQL
Previous  Top  Next


Turbo SQL distinguishes itself in some aspects from Borland's Local SQL:
·Turbo SQL supports standard SQL table and column names, that must contain only alphanumeric characters and the underscore.  
·In Turbo SQL you can enter date, time and datetime literals without quotes, the format is dd.mm.yyyy and HH:mm and dd.mm.yyyy_HH:mm:ss.ms  
·TurboDB allows you to issue multiple commands within one statement separated by semicolon