Subject setting default value of fields
From Mustansir A Ghor <mustan31@hotmail.com>
Date Sat, 06 Jul 2024 04:51:32 -0400
Newsgroups dbase.getting-started

Dear All

Hope all are good.

I need to set default value of fields for a new created table programitically, If I use command below, it executes but when I open the same (mODI STRUC) and see the defaulf fields values still shows null.

CREATE TABLE XYZ (code char(6) default "", qty numeric(6) default 0)

Can anybody enligthen, if we can set default fields values programatically.

Best Regards
Mustansir