Am considering moving my simple ms-access 2003 client server desktop application to one with an ms-access interface and sybase 10 or 11 sql Anywhere backend database. Why? because i want to: - take advantage of the easy & quick way access can build forms and reports (which i am already familiar with ... meaning less learning curve for me) - take advantage of the reliable and efficient way sybase dbs can be set up to synchronize data across various types of networks using mobilink.
I dont want to use access replication because the data will eventually grow to more than 2GB in the back end.
So, - What are the Pros & cons of this approach? - can i just link to the sybase database tables using a DSN or connectionstring in VBA and proceed? - will navigating and updating/deleting records through the ms-access forms need any special considerations?
thanks for the help