Updated a couple of comments
authorDave Page <dpage@pgadmin.org>
Fri, 16 Jul 2004 08:22:54 +0000 (08:22 +0000)
committerDave Page <dpage@pgadmin.org>
Fri, 16 Jul 2004 08:22:54 +0000 (08:22 +0000)
odbcapi30.c
odbcapi30w.c

index ccf25f5bab848ec85932e14f966cf6fb94ee3ecd..abe9ebe49dca0c746fda11442f2c46328b631bec 100644 (file)
@@ -247,7 +247,7 @@ SQLGetDescField(SQLHDESC DescriptorHandle,
    return ret;
 }
 
-/* new function */
+/* TODO - Implement this!! */
 RETCODE        SQL_API
 SQLGetDescRec(SQLHDESC DescriptorHandle,
              SQLSMALLINT RecNumber, SQLCHAR *Name,
@@ -394,7 +394,7 @@ SQLSetDescField(SQLHDESC DescriptorHandle,
    return ret;
 }
 
-/* new fucntion */
+/* TODO - Implement this! */
 RETCODE        SQL_API
 SQLSetDescRec(SQLHDESC DescriptorHandle,
              SQLSMALLINT RecNumber, SQLSMALLINT Type,
index 79616a30459ebd4dbb62942794bf21674704fcf3..d0bdc89913f740cf1a92c472d665fa3baac89e9c 100644 (file)
@@ -7,7 +7,7 @@
  *
  * API functions:  SQLColAttributeW, SQLGetStmtAttrW, SQLSetStmtAttrW,
            SQLSetConnectAttrW, SQLGetConnectAttrW,
-           SQLGetDescFieldW, SQLGetDescRecW, SQLGetDiagFieldW,
+           SQLGetDescFieldW, SQLGetDiagFieldW,
            SQLGetDiagRecW,
  *-------
  */