EricDraven
Programmer
Hi all,
I have written an application which uses a shed load of tables which I now need to make networkable. I have set up the system so that it all points to the one set of tables on the server as is the norm but my problem is this. I cant seem to make the workstation machines synchronise properly due to the way they use the tables. For instance, to search through a huge list of records they can filter the customers table by certain criteria until they narrow it down enough to see the record they want in a DBGrid. This works great, but what if somebody on another workstation is just saving a new customer, or another workstation is wanting to filter the table in a different way? At the moment the app is set up using the BDE and standard TTable and datasource components (not sure if this is the best way) using DBF files. Any advice, pointers etc would be most greatful?
Your friend Eric Draven Arte Et Labore
I have written an application which uses a shed load of tables which I now need to make networkable. I have set up the system so that it all points to the one set of tables on the server as is the norm but my problem is this. I cant seem to make the workstation machines synchronise properly due to the way they use the tables. For instance, to search through a huge list of records they can filter the customers table by certain criteria until they narrow it down enough to see the record they want in a DBGrid. This works great, but what if somebody on another workstation is just saving a new customer, or another workstation is wanting to filter the table in a different way? At the moment the app is set up using the BDE and standard TTable and datasource components (not sure if this is the best way) using DBF files. Any advice, pointers etc would be most greatful?
Your friend Eric Draven Arte Et Labore