Saya buat syntax utk create table di powerbuilder6.5 (MS ACCESS)

==============
execute immediate "CREATE TABLE LBUAddTrans &
      (LAT_Month                integer NOT NULL  , &
         LAT_Year               integer NOT NULL  , &
         LAT_CIF                char(10) NOT NULL , &
       LAT_Name                 varchar(40)  , &
         LAT_EmpSts             char(1) DEFAULT 'N' , &
         PRIMARY KEY (LAT_Month,LAT_Year))";
==============

tapi nyangkut di 
...
LAT_EmpSts              char(1) DEFAULT 'N' , &
...

kalo DEFAULT 'N' nya saya hilangkan maka sukses
gimana caranya(syntaxnya) supaya saya bisa kasih nilai default di 
kolom tsb dengan perintah di PB?

thanxs






-----------------------------------------------
IndoPB - Indonesia PB User Group 
To Post a message, send it to: [EMAIL PROTECTED]
To Unsubscribe,send a blank message to: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/indopb/

<*> 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/
 



Kirim email ke