1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
ch[u] = x; if (ch[u] == '·') { ch[u] = 'ş'; } else if (ch[u] == 'ğ') { ch[u] = 'Ş'; } else if (ch[u] == 'â') { ch[u] = 'Ğ'; } else if (ch[u] == 'ó') { ch[u] = 'ç'; } else if (ch[u] == '¨') { ch[u] = 'Ç'; } else if (ch[u] == '¦') { ch[u] = 'ö'; } else if (ch[u] == 'í') { ch[u] = 'Ö'; } else if (ch[u] == 'ü') { ch[u] = 'ü'; } else if (ch[u] == '®') { ch[u] = 'Ü'; } else if (ch[u] == '?') { ch[u] = 'ı'; } else if (ch[u] == 'Ì') { ch[u] = 'ğ'; } else if (ch[u] == 'ş') { ch[u] = 'İ'; } else if (ch[u] == '½') { ch[u] = 'ü'; } else { u++; break; } |
Oracle
oracle Databse and Query Codes, How to use with c# or
another software langueages . and using oracle query manager programs