Book a Demo

Author Topic: Help:About code generation  (Read 2079 times)

teddyboy

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Help:About code generation
« on: May 20, 2007, 11:31:13 pm »
I define a table column as follow:
//////////////
column
 data CHAR(3)
 ....
//////////////
How can i get data's definition in C++ header file as follow:
   .........
   CHAR data[3];
   ...........
thanks!
and, i add a new database type and choose it as a table's database type, but often the table lost it's database type.