How connect with Access 2007

Hi everyone,

I’ve got an Access database and i will connect with my backendless database using the REST service.
I’ve searched an answer but I not finded it.
Who can I a Tutorial or example find.

Thank’s a lot

You have to export data from Access to csv files, than you can import it to backendless and then use REST api

Thank´s.

The ask was wrong.
How can I use the REST service in Visual Basic?
I don’t find any exaple for these Languaje
Thank´s

you should send http request for example http://stackoverflow.com/questions/92522/http-get-in-vb-net

but I am sure that you can use .NET sdk and it will be simpler than create http requests

Great!

Thank you: