I. Unvalidated Routines - Help me Update These!

Table of Contents
Ns_PdDbBestRowId — Send primary key to the client.
Ns_PdDbBindRow — Return a list of column names of rows.
Ns_PdDbCancel — Cancel the current database operation.
Ns_PdDbCleanup — Perform clean-up associated with DBMS handle.
Ns_PdDbClose — Close a connection to the database.
Ns_PdDbExec — Execute a SQL query
Ns_PdDbFlush — Flush a connection to the database.
Ns_PdDbGetRow — Send to client a row associated with the column count.
Ns_PdDbGetTableInfo — Send system catalog information about a table to the client.
Ns_PdDbGetTypes — Send the data types for the database to the client.
Ns_PdDbIndentify — Send an identity string to the client.
Ns_PdDbInit — Call any dbms-specific initialization routines.
Ns_PdDbOpen — Open a connection to the database.
Ns_PdDbResultId — Send to the client the id last affected by a exec.
Ns_PdDbResultRows — Send to the client the number of rows last affected by a exec.
Ns_PdDbSetMaxRows — Set the max rows for the database.
Ns_PdDbSpExec — Execute stored procedure
Ns_PdDbSpGetParams — Return output parameters from stored procedure
Ns_PdDbSpReturnCode — Get return code of stored procedure
Ns_PdDbSpSetParam — Set parameters for stored procedure
Ns_PdDbSpStart — Begin stored procedure definition
Ns_PdDbTableList — Retrieve list of table names
Ns_PdFreeRowInfo — This function frees an Ns_PdRowInfo data structure.
Ns_PdLog — Send a formatted message to the client.
Ns_PdParseOpenArgs — Parses a string containing DBMS-specific data.
Ns_PdSendData — Send data to the client.
Ns_PdSendException — Sends an exception code with message to the client.
Ns_PdSendRowInfo — Send a row to the client.
Ns_PdSendString — Sends a character message (string) to the client.