Access Accounts is a UK based company providing accounts software which runs on MS SQL server as a backend.
I know that the connection to MS SQL Server is not an issue - I am more interested in whether Access themselves are open to allowing appropriate permissions to get at the data ?
Hi Harry,
I know it was a while ago, but what was the outcome of this, as I might have a client that is using Access that might want Servoy to link to it?
Get the Transaction Broker application from Access - this basically allows you to synch data between access and another SQL database. We used to use this with Access based on the MS SQL database (rather than the cheaper Omnis option) and also we had Servoy running of MS SQL database. You can do lots of cool stuff with this, including auto updating records in Access from your Servoy solution and writing logs of success/failure transactions which can be read by your Servoy solution.
I have not tried this, but if you get Access based on MS SQL, you can probably connect directly to the Access tables - although if you do anything other than read these tables (i.e. if you write to them) then you will bypass any validation procedures and could screw up your Access data.
I thought one might be able to access the Accounts systems tables directly if they are using the MS SQL version, but obviously wouldn’t want to bypass Access’ validation etc.
The ‘Transaction Broker’ program sounds useful.
I am not sure if they still offer TB or if it has moved on over the last few years.
The version I used was not too bad though - you could schedule automated updates from Access MS SQL tables into other MSSQL tables within your Servoy solution. But of course you have to make sure the Servoy UI gets updated so it knows about these updates too.