I've developed a Delphi application that works against a SQL Server database.
I set the Session.PrivateDir at start-up to allow TQuery work to be done in (temp _qs files) - namely a 'TempBDE' folder I force the creation of at start-up.
Do I need to do this ? I am only working against an SQL Server database (no Paradox tables coming into play).
Any pointers would be appreciated.
Thanks in advance.
Steve
I set the Session.PrivateDir at start-up to allow TQuery work to be done in (temp _qs files) - namely a 'TempBDE' folder I force the creation of at start-up.
Do I need to do this ? I am only working against an SQL Server database (no Paradox tables coming into play).
Any pointers would be appreciated.
Thanks in advance.
Steve