in the last weeks I have some problems with UniDAC and MS Sql-Server. I cannot describe them because there are different errors on different days. So I want to debug my software with code. My idea is to use the TUniConnection.SpecificOptions.
Until today I use them like this:
Code: Select all
MyConnection.SpecificOptions.Add ('Oracle.Direct=True');Code: Select all
MyConnection.SpecificOptions.Add ('SQL Server.Language=German');Code: Select all
MyConnection.SpecificOptions.Add ('MyOptions.DebugSQL=true');Thanks for any information and kind regards,
Gerd Brinkmann
invent GmbH