Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Java (http://www.programmingforums.org/forum17.html)
-   -   JDBC Drivers: what are proprietary sql statements (http://www.programmingforums.org/showthread.php?t=11959)

paulchwd Nov 21st, 2006 11:27 AM

JDBC Drivers: what are proprietary sql statements
 
Hi...

I was reading over JDBC driver types.. and i came across a note that said some driver types do not support proprietary sql statements..


what are proprietary sql statements ??

Thanks

DaWei Nov 21st, 2006 11:53 AM

A statement that has been added by the proprietor (owner, originator of the software) that is not a standard SQL command. For instance, MySQL provides the 'auto-increment' modifier to make management of primary keys easier. Other providers may have something similar, but it is a non-standard thangy.

paulchwd Nov 21st, 2006 12:09 PM

non standard..eh..got it..thanks


All times are GMT -5. The time now is 1:23 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC