Disclaimer: I am a PHP developer.
I was asked by a client to build a desktop app to periodically query a local database, create an XML file, then upload the file to a server.
I have this working for the first client that was using an access database with the following connection string:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & clientDB & "; Persist Security Info=False;Jet OLEDB:Database Password=" & pword
However, a new client just signed up and their software connects to a database *.add. I can't seem to find anything on how to connect to this type of database. Can anyone give any insight on this? Or better yet, give me a connection string...
Thanks in advance.