22 строки
599 B
C
22 строки
599 B
C
|
/**************************************************
|
||
|
* ODBCINSTValidateProperties
|
||
|
*
|
||
|
**************************************************
|
||
|
* This code was created by Peter Harvey @ CodeByDesign.
|
||
|
* Released under LGPL 28.JAN.99
|
||
|
*
|
||
|
* Contributions from...
|
||
|
* -----------------------------------------------
|
||
|
* Peter Harvey - pharvey@codebydesign.com
|
||
|
**************************************************/
|
||
|
|
||
|
#include <config.h>
|
||
|
#include <odbcinstext.h>
|
||
|
|
||
|
int ODBCINSTValidateProperties( HODBCINSTPROPERTY hFirstProperty, HODBCINSTPROPERTY hBadProperty, char *pszMessage )
|
||
|
{
|
||
|
|
||
|
return ODBCINST_SUCCESS;
|
||
|
}
|
||
|
|