My PB 10 app is connecting to Microsoft SQL Server using OLE DB provider SQLOLEDB.
The response time when the database server is on the local network is excellent. When I run against a cloud based SQL Server there is a noticeable difference in the response time.
I'm wondering if there is anything I can change to how I am connecting that can make it run faster. The program also uses the UPDATEBLOB sql statement to save files to the database. The files are primarily text files that have been compressed using ZLib.
I do have the option of moving to a newer version of PowerBuilder if that will have an impact.
Thanks,
Roland