Home » php » List of PHP ODBC functions
04 February 2017
List of PHP ODBC functions
PHP ODBC functions allows you to connect to database such as Microsoft Access db
odbc_connect ( database_source_name, user , password, cursor _type)
Connecting to an ODBC or data source
odbc_exec( connection_id , query_string , flags )
execute given SQL statement.
odbc_fetch_row ( result_id , row_number )
Retrieving Records
odbc_result ( result_id , field )
Retrieving Fields from a Record
odbc_close (connection_id )
Closing an ODBC Connection
To know about other fuctions of odbc in php, visit PHP manual website
Other Recommended Posts on php
- Get ip address using PHP
- Using JSON inside PHP
- PHP $$variable Double dollar sign Meaning
- Write HTML in PHP
- List of PHP ODBC functions
- Write PHP code inside HTML file
- Short Note on Types of Array in PHP
- How to Replace space with Dash in PHP
- php File Upload - Tutorial with Example
- How to decode JSON using PHP5 for Facebook application
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment