Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to use multiple schema files in qdb configuration file?: (1 Item)
   
How to use multiple schema files in qdb configuration file?  
I have a number of creating table and index SQL files. How to write the qdb configuration file?
The following is my qdb.cfg, but it doesn't work.

[sasdb]
Filename = sasdb.dat
Schema File = da_obj.sql
Schema File = do_obj.sql
...
Schema File = da_attr.sql

Please tell me how to write it?
Thank you in advance.