I developed a number of applications a couple of years ago using Delphi 5. These worked against SQL Server 7.0 databases on Windows servers.
A pair of these has recently been tested against a Citrix server with SQL Server 2000 running.
One of them works OK without a problem - the other will not operate due to a failure connecting to the database.
My trouble is that both of these applications use the same means / method of accessing the SQL Server database(s).
I am making use of a central TDatabase component which I set parameters in, namely server-name,user-name, password, database-name and the name of the ODBC DSN I make use of.
For the two applications this is the same but only one of them operates.
Does anyone have any knowledge of running Delphi applications on a Citrix server ? I'm new to this and was looking for some clues or a list of pit-falls.
Any thoughts ?
Thanks in advance
Steve
A pair of these has recently been tested against a Citrix server with SQL Server 2000 running.
One of them works OK without a problem - the other will not operate due to a failure connecting to the database.
My trouble is that both of these applications use the same means / method of accessing the SQL Server database(s).
I am making use of a central TDatabase component which I set parameters in, namely server-name,user-name, password, database-name and the name of the ODBC DSN I make use of.
For the two applications this is the same but only one of them operates.
Does anyone have any knowledge of running Delphi applications on a Citrix server ? I'm new to this and was looking for some clues or a list of pit-falls.
Any thoughts ?
Thanks in advance
Steve