1 | /************************************************** |
2 | * ODBCINSTValidateProperties |
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 | |
13 | #include <config.h> |
14 | #include <odbcinstext.h> |
15 | |
16 | int ODBCINSTValidateProperties( HODBCINSTPROPERTY hFirstProperty, HODBCINSTPROPERTY hBadProperty, char *pszMessage ) |
17 | { |
18 | |
19 | return ODBCINST_SUCCESS; |
20 | } |
21 | |
22 | |