I am currently undergoing a project that needs to pipe a linux database onto a windows interface, does anyone know how this is possible?
Ta
Question: what do you mean by "pipe a linux database onto a windows interface" and what will you be writing the interface in?
Isnt it just ODBC-drivers that you need? Like MyOdbc?
The interface will be written in VB and I would like to know how exactly I could set up the Linux database because it has to be real-time and then pipe the data through to the VB frontend.