Software: Apache/2.0.54 (Fedora). PHP/5.0.4 uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/doc/unixODBC-2.2.11/doc/Drivers/txt/ drwxr-xr-x |
Viewing file: Select action/file-type: unixODBC - Text File Driver - Supported Syntax Supported SQL Syntax This ODBC driver is limited in its support of SQL by the sqp library. But, in fact, this driver may be limited even more. So your best indication of supported SQL is to simply try the SQL (i.e. in isql) before commiting yourself to it. The idea is that any supported SQL in this driver will be availible in other drivers/data sources. So this driver may be considered the "lowest common denominator". Case Sensitivity sqp is case insensitive. This is inherited by this driver. However; this driver is often case sensitive when working with table names because they may map directly to file names. Supported Syntax Here are some SQL syntax examples which are known to work; - CREATE TABLE - CREATE TABLE TableName ( Col1 VARCHAR(100),
Col2 VARCHAR(100) )
Note: - DROP TABLE - DROP TABLE TableName
Note: - SELECT - SELECT * FROM TableName
Note:
INSERT INTO TableName VALUES ( 'value1',
'value2' )
Note: - DELETE - DELETE TableName
- UPDATE - UPDATE TableName SET Col1 = 'value1', Col2
= 'value2' WHERE Col1 > 'value1'
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0034 ]-- |