xSql=[CREATE TABLE IF NOT EXISTS `mst_psn` (]+; [ `pcsn` varchar(8) NOT NULL,]+; [ `info` text NOT NULL,]+; [ `dadi` char(1) NOT NULL,]+; [ UNIQUE KEY `pcsn` (`pcsn`)]+; [) ENGINE=MyISAM DEFAULT CHARSET=latin1;] wait "proses koneksi dan membuat tabel mst_psn" window nowait oJson=SQLKIU(xSql) if ALLTRIM(UPPER(oJson))=="OK" wait "proses koneksi dan membuat tabel mst_psn .. SUKSES" window nowait ELSE wait "proses koneksi dan membuat tabel mst_psn .. GAGAL" window nowait ENDIF