mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Eliminate mention of a variable which is only available in trunk.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@176098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -49,12 +49,10 @@ | |||||||
| ;              changes the way that func_odbc normally works.  Instead of the | ;              changes the way that func_odbc normally works.  Instead of the | ||||||
| ;              invocation of the function returning a row, it returns an opaque | ;              invocation of the function returning a row, it returns an opaque | ||||||
| ;              ID, which may be passed to ODBC_FETCH() to return each row in | ;              ID, which may be passed to ODBC_FETCH() to return each row in | ||||||
| ;              turn.  ODBC_FETCH_STATUS returns SUCCESS or FAILURE, to indicate | ;              turn.  The variable ODBCROWS is set initially, which may be used | ||||||
| ;              whether any results were stored, and you should call ODBC_Finish | ;              in an iterative fashion to return each row in the result.  You | ||||||
| ;              on the ID to clean up any remaining results when you are done | ;              should call ODBC_Finish on the ID to clean up any remaining | ||||||
| ;              with the query.  Also, the variable ODBCROWS is set initially, | ;              results when you are done with the query. | ||||||
| ;              which may be used in an iterative fashion to return each row in |  | ||||||
| ;              the result. |  | ||||||
| ;              Please note that multirow queries are isolated to the channel, | ;              Please note that multirow queries are isolated to the channel, | ||||||
| ;              and rows may not be fetched outside of the channel where the | ;              and rows may not be fetched outside of the channel where the | ||||||
| ;              query was initially performed.  Additionally, as the results are | ;              query was initially performed.  Additionally, as the results are | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user