Forum Post: RE: how to connect a database in .w file?

  • Thread starter Thread starter Dileep Dasa
  • Start date Start date
Status
Not open for further replies.
D

Dileep Dasa

Guest
Direct manipulation of .w is not encouraged. You can have a wrapper procedure file which connects to the database and then runs your .w file like: connect mydb.db -1. /*Assuming database is not served*/ run new.w. disconnect mydb.

Continue reading...
 
Status
Not open for further replies.
Back
Top