Easycom For PHP |
MySQL |
ODBC |
|
Connection management |
|
|
|
|
mysql_connect mysql_pconnect mysql_close
mysql_change_user |
odbc_connect odbc_pconnect odbc_close odbc_close_all |
|
Errors management |
|
|
|
mysql_error mysql_errno |
odbc_error
odbc_errormsg |
||
Parameterized Requests |
|
|
|
i5_query |
mysql_query
|
odbc_do / odbc_exec
odbc_prepare odbc_execute
odbc_next_result |
|
SQL |
|
|
|
i5_query
|
mysql_query
|
odbc_do / odbc_exec
|
|
|
|
|
|
Native access |
|
|
|
|
|
|
|
|
i5_paramdesc i5_new_record |
mysql_data_seek
mysql_num_rows
mysql_free_result |
odbc_cursor
odbc_free_result |
Reading and informations |
|
|
|
|
mysql_fetch_field mysql_num_fields |
odbc_field_num |
|
|
i5_fetch_row |
mysql_list_fields
mysql_field_flags
mysql_field_len mysql_field_name mysql_field_type mysql_fetch_array mysql_fetch_assoc mysql_field_seek mysql_fetch_object mysql_fetch_row mysql_affected_rows |
odbc_columns odbc_columnsprivileges odbc_field_precision odbc_field_scale odbc_field_precision odbc_field_len odbc_field_name odbc_field_type odbc_fetch_array odbc_fetch_into odbc_fetch_object odbc_fetch_object odbc_fetch_row |
|
|
mysql_result |
odbc_result_all (html) odbc_result |
Commands |
|
|
|
|
|
||
Transactions |
|
|
|
|
|
|
odbc_autocommit
odbc_rollback odbc_commit |
Program Calls |
|
|
|
|
|
|
|
System Values |
|
|
|
|
|
|
|
Data Areas |
|
|
|
|
|
|
|
Data Queues |
|
|
|
|
|
|
|
Object Listing |
|
|
|
|
|
|
|
Spooled File |
|
|
|
|
|
|
|
Job Log List |
|
|
|
|
|
|
|
Active Job List |
|
|
|
|
|
|
|
User Spaces |
|
|
|
|
|
|