Saya sudah coba, dan nggak ada masalah tuh ...
cmd.CommandText="SELECT * from TEST_TABLE" Tip dari saya ... Kalau perintah SQL di program yg sudah anda buat tidak mau anda rubah, ikuti cara berikut. Gunakan SQL*Plus (misal yg command line, user db ::: scott password tiger > sesuaikan dengan tempat anda) C:\> sqlplus scott/tiger SQL> SPOOL C:\upper.sql SQL> SELECT 'RENAME "' || tname || '" TO ' || UPPER(tname) || ';' FROM tab; SQL> SPOOL OFF SQL> @C:\upper.sql (Ada error biarkan sahaja ...) Lalu test kembali program yg anda buat, Semoga berhasil ... Bowo -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.port5.com ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

