We are looking at migrating one of our Delphi application from a local MS SQL Server to an Azure hosted SQL Server. We have created the SQL Server on Azure (e.g. myserver.database.windows.net), and published a database to this server.
We opened the firewall on Asure and are able to connect Management Studio to the database and server. Our application uses the BDE to connect to SQL using the MSSQL driver.
When it tries to connect it returns an error that it cannot find the server
Cannot locate or connect to SQL server. Unable to connect: SQL Server is unavailable or does not exist.
We have tried to prefix the database name with tcp: and add the SQL Port 1433 which seemed to be a work around for ADO connection.
Has anyone been able to connect the BDE to an Azure database? Is the BDE just too old?