Hi There
Problem:
I'ff got 200 users, all on a rich, 2-tier, VB6 program that I want to change to a smart client, central database, n-tier, .net application, All of my users have got MYSQL as there databases with a MYISAM structure.
I was told that with MYSQL the table format needs to be INNODB for relations to work and all my clients is set to MYISAM.
No in your point of view - what will be the right way to do this.
1: Use a convert tool like "Full convert entrprise" and convert all the tables to MSSQL and do development on seting up manual relationship between tables, leaving the new MSSQL database structure like is.
2: Create a all new database using MSSQL with relations,
But then how will I convert all my 200 users then. My users is all remote users with different MYSQL databases witch sits localy on there drives.
How and what steps must I take to use "Devforce" for this development - I AM WILLING TO BUY THE NEW DEVFORCE EF IF you can give me a solution.