| 1 | /************************************************** |
| 2 | * ODBCINSTValidateProperty |
| 3 | * |
| 4 | ************************************************** |
| 5 | * This code was created by Peter Harvey @ CodeByDesign. |
| 6 | * Released under LGPL 28.JAN.99 |
| 7 | * |
| 8 | * Contributions from... |
| 9 | * ----------------------------------------------- |
| 10 | * Peter Harvey - pharvey@codebydesign.com |
| 11 | **************************************************/ |
| 12 | #include <config.h> |
| 13 | #include <odbcinstext.h> |
| 14 | |
| 15 | int ODBCINSTValidateProperty( HODBCINSTPROPERTY hFirstProperty, char *pszProperty, char *pszMessage ) |
| 16 | { |
| 17 | return ODBCINST_SUCCESS; |
| 18 | } |
| 19 | |
| 20 | |