Hi All
first of all, thanks for your caring to see this thread
what i'm about to ask - focusing on best solution to my problems herehoping somebody here, can help me out, finding the best solution.
------------------------------------
PROBLEMS::
-----------
+ i've got 1 ( one ) database type DBF in its own PC act as server - with running FoxPro application using it <- i'm not the programmer of this software <- its running well <- i can access it
+ i've got 1 ( one ) database SQL Server in its own PC act as server - with running VB.NET application using it <- i'm not the programmer of this software <- its running well <- i can access it
MY PART ::
-----------
+ my application will handle the online transactions and like to use MySQL 5.x - with PHP ( unfortunately, forcing me to use data from DBF and SQL Server )
I can't use just the SQL Server data, because large amount of data handle in DBF, and i can't use just DBF, because some critical informations puts in SQL Server - that's the conditions.
MY TEMPORARY SOLUTION ( really hope so ...)
------------------------------------------
+ creating small application with VB6 ( with purpose ) get data from SQL Server and transfer it to DBF - where DBF User ( user of the fox pro application ) completing all the informations -> after they complete all the informations -> VB6 Application will grab DBF data and transfer it to MySQL ( with different db structure - need to get adjusted first - per record ) -> then, i can use that data ( in MYSQL ) for PHP application -> and then, the user of PHP application do what they need to do with all of that informations -> VB6 application grab MySQL data and doing update , insert record to DBF. ( yeah .... hope u know what i mean)
QUESTION ::
-------------
anybody ... is there any good solution beside what i'm going to do above ?
-----------------------------
Thank u so much for ur caring,
My Best Regards,




hoping somebody here, can help me out, finding the best solution.
)
Reply With Quote
