Iam running a php script that interacts with SQL server2000. Basically what i need to do is connect to SQL server database and get the required field values and pass it to a vb program . Vb program generates an output in some text file. How can i interact vb with php . I know php got support for COM components , but how can i convert a working vb program into a COM so that i can call this COM component from a php script and set values (pass it to as parameters) to it (which are coming from SQL server) and generate an output file.
Anyone who could help me or can give suggestions regarding this are most welcome..
thank you
vanam