Selasa, 15 Januari 2008

dbschema on informix

I will show you how to use dbschema on informix

To create database schema file, you have to run this command
dbschema -d nama_database fileoutput.sql

And to craete table schme file, run this:
dbschema -d nama_database -t nama_table > nama_table.sql

Mmhh....very easy !

Tidak ada komentar: