Ben2k
11-15-2004, 02:26 AM
Hi,
I have a project which i'm trying to do for a client.
It starts with an access database on the local client machine, plenty of fields but the main ones are DealerID, VehicleID, Make, Model
There is also an SQL server on the internet which drives a website, it has the same fields, DealerID, VehicleID, Make, Model.
I need to write an application that reads the local access file and updates the SQL server. What is the best way to do this?,
At first I thought delete everything from SQL server then upload everything from Access but that doesn't seem like the best way, Really I need to delete everything from SQL that isnt in Access and then insert everything from Access that isn't in SQL, also it needs to be able to update for example when a record is simply modified in access.
I havn't really done much database work, I hope someone can point me in the right direction.
Best Regards
Ben
I have a project which i'm trying to do for a client.
It starts with an access database on the local client machine, plenty of fields but the main ones are DealerID, VehicleID, Make, Model
There is also an SQL server on the internet which drives a website, it has the same fields, DealerID, VehicleID, Make, Model.
I need to write an application that reads the local access file and updates the SQL server. What is the best way to do this?,
At first I thought delete everything from SQL server then upload everything from Access but that doesn't seem like the best way, Really I need to delete everything from SQL that isnt in Access and then insert everything from Access that isn't in SQL, also it needs to be able to update for example when a record is simply modified in access.
I havn't really done much database work, I hope someone can point me in the right direction.
Best Regards
Ben