If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi ,all
please there is any difference between sql for mysql and sql informix
if yes give me the equivalent command of " show tables "
i'll be tankfull ,please it's urgent.
Originally posted by amachou_doubaji
hi ,all
please there is any difference between sql for mysql and sql informix
if yes give me the equivalent command of " show tables "
i'll be tankfull ,please it's urgent.
Hi,
To view your tables you can run "dbaccess" or "isql" utility of informix and from command prompt give the command
dbschema -d <database name> -t <table name>