1.

Tell Me How To Convert A Bunch Of .btr And .lck Files To A Readable Sql?

Answer»
  • EVERY Btrieve file and DDF has a owner of their creation.
  • Owner NAME can be USED to read only access.
  • SET OWNER = command is used before utilizing SELECT statement.
  • .lck FILES are lock files and can not read them directly.
  • .btr files are DDF files.
  • The conversion can be made by using ODBC DSN that points to data and utilizes SSIS or DTS to export the data from.



Discussion

No Comment Found

Related InterviewSolutions