I assume you want to keep your vb application and not rewrite it in python. If that is the same as you say the problem is communication between the VB and web2py. They can communicate via sharing a DB (a MSSQL db) or by file buffers or by sockets (probably un-necessarily complicated).
Unless you VB app uses proprietary drivers you may want to consider rewriting it in Python. Your life will than become easier. On Monday, 10 December 2012 01:09:45 UTC-6, Hemant Puthran wrote: > > Hi all, > i have an application in visual basic that reads and helps me monitor > instruments and even change the their values.my problem is that i have to > able to next do > this through lan.my approach was to use a webserver "web2py" to do this > i have few questions: > 1.how do i get web2py to acess data from vb application,has it to be done > through sql(i have no idea,just trying to hit on something) > 3.i am guessing data i/p o/p should be done through "forms" > 2.is my approach even feasible,in the right direction or should i try > something else?? > > thank you > --

