![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
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 |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
non standard..eh..got it..thanks
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Update Operation in JDBC | jorrigal | Java | 0 | Oct 3rd, 2006 9:59 AM |
| JDBC DB2 connection | Konnor | Java | 6 | Mar 10th, 2006 7:54 PM |
| Jdbc | Dark Flare Knight | Java | 5 | Nov 19th, 2005 7:25 PM |
| Jdbc | Dark Flare Knight | Java | 1 | Nov 6th, 2005 1:47 PM |
| problem with JDBC for talking to Microsoft Access database using a Java Applet | captainK | Java | 4 | Mar 20th, 2005 12:01 PM |