Database Toolbox Previous page   Next Page
sql2native

Convert JDBC SQL grammar to system's native SQL grammar

Syntax

Description

n = sql2native(conn, 'sqlquery') for the connection conn, which was created using database, converts the SQL statement string sqlquery. The string is converted from JDBC SQL grammar into the database system's native SQL grammar, returning the native SQL statement to n.


Previous page  setdbprefs supports Next page

© 1994-2005 The MathWorks, Inc.