odbc_tables(PHP 3>= 3.0.17, PHP 4 ) odbc_tables -- Get the list of table names stored in a specific data source. Returns a result identifier containing the information.Descriptionint odbc_tables ( resource connection_id [, string qualifier [, string owner [, string name [, string types]]]])Lists all tables in the requested range. Returns an ODBC result identifier or FALSE on failure. The result set has the following columns:
The result set is ordered by TABLE_TYPE, TABLE_QUALIFIER, TABLE_OWNER and TABLE_NAME. The owner and name arguments accept search patterns ('%' to match zero or more characters and '_' to match a single character). To support enumeration of qualifiers, owners, and table types, the following special semantics for the qualifier, owner, name, and table_type are available:
If table_type is not an empty string, it must contain a list of comma-separated values for the types of interest; each value may be enclosed in single quotes (') or unquoted. For example, "'TABLE','VIEW'" or "TABLE, VIEW". If the data source does not support a specified table type, odbc_tables() does not return any results for that type. See also odbc_tableprivileges() to retrieve associated privileges. |
Ecommerce shopping carts Events management projects Affiliates systems Large sized web projects Real estate and vacation rental projects Asp.net and c# projects |
|
|
Copyright © 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 the PHP Documentation Group. Web design and webdevelopment and programming done by Software developers and web programmers
Web Design Copyright © 1999-2007. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |