Jump to content

php+Providex - business basic


jakebur01

Recommended Posts

I have a client that has an asp.net site hosted on a windows server that communicates with an inventory program (coded in Providex- a form of business basic) hosted on a unix server.

 

Where could I look to learn how to get php to interact data with this language?

 

Thanks,

 

Jake

Link to comment
https://forums.phpfreaks.com/topic/141089-phpprovidex-business-basic/
Share on other sites

I asked the original designer and developer how the asp.net site(hosted on a windows server) communicates with the facts inventory program(Providex Language) which is on a unix box that sits right next to the windows server.

 

This was his response:

There are special TCP/IP processes that connect the website to FACTS. These processes send a Command and data to the Listener process and custom FACTS based programs interpret the commands, gather the data and send it back to the website for display.

 

________

 

I think he has visual basic programs on the windows server that interact with custom providex pages on the unix box. There are ports listening on both machines.

 

Would it be faster to go direct in to the unix box (facts inventory program) with php via odbc?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.