When we changed double quotes, its now showing below one.
C:\mtpl\vtinout\bin>vtinout -c "open database vtdatabase;use vt_employee; list first 10"
C:\mtpl\vtinout\bin>*** Lianja runtime error(5058): Database 'vtdatabase' - The system cannot find the file specified.
open database vtdatabase
^
Our App is getting crashed when its actually going to look for the data from virtual table. We have also tried to keep the try catch to detect what causing issue to app, but that is also getting failed and we are not getting anything.
Anyway of detecting this issue or any alternative which can help us to over come from this issue. because everything is working perfectly fine if the app installed on the maching where lianja is installed. we not at all even installing the developed code project. Maybe some connection configuration could have missing and after instaling lianja its satisfying needy thing and so let the app work smoothly?
Bookmarks