PHP Classes

File: adodb/lang/adodb_th.inc.php

Recommend this page to a friend!
  Classes of Isaac Trenado Mx   PHP MySQL JSON Manager   adodb/lang/adodb_th.inc.php   Download  
File: adodb/lang/adodb_th.inc.php
Role: Auxiliary script
Content type: text/plain
Description: ADOBPHP Download for more information
Class: PHP MySQL JSON Manager
Build and Execute SQL queries with results in JSON
Author: By
Last change:
Date: 8 years ago
Size: 2,135 bytes
 

Contents

Class file image Download
<?php
// by Trirat Petchsingh <rosskouk#gmail.com>
$ADODB_LANG_ARRAY = array (
           
'LANG' => 'th',
           
DB_ERROR => 'error ????????????',
           
DB_ERROR_ALREADY_EXISTS => '???????',
           
DB_ERROR_CANNOT_CREATE => '???????????',
           
DB_ERROR_CANNOT_DELETE => '????????',
           
DB_ERROR_CANNOT_DROP => 'drop ??????',
           
DB_ERROR_CONSTRAINT => 'constraint violation',
           
DB_ERROR_DIVZERO => '????????????',
           
DB_ERROR_INVALID => '??? valid',
           
DB_ERROR_INVALID_DATE => '?????? ???? ??? valid',
           
DB_ERROR_INVALID_NUMBER => '?????? valid',
           
DB_ERROR_MISMATCH => 'mismatch',
           
DB_ERROR_NODBSELECTED => '??????????????????????',
           
DB_ERROR_NOSUCHFIELD => '?????????????',
           
DB_ERROR_NOSUCHTABLE => '?????????????',
           
DB_ERROR_NOT_CAPABLE => 'DB backend not capable',
           
DB_ERROR_NOT_FOUND => '?????',
           
DB_ERROR_NOT_LOCKED => '???????????',
           
DB_ERROR_SYNTAX => '??? syntax',
           
DB_ERROR_UNSUPPORTED => '??? support',
           
DB_ERROR_VALUE_COUNT_ON_ROW => 'value count on row',
           
DB_ERROR_INVALID_DSN => 'invalid DSN',
           
DB_ERROR_CONNECT_FAILED => '????????? connect',
           
0 => 'no error', // DB_OK
           
DB_ERROR_NEED_MORE_DATA => '????????????????',
           
DB_ERROR_EXTENSION_NOT_FOUND=> '????? extension',
           
DB_ERROR_NOSUCHDB => '??????????????',
           
DB_ERROR_ACCESS_VIOLATION => 'permissions ?????'
);
?>