> For this test I'm using FlameRobin, but I have now also tried using the > applicaton. I have tried with an alias and with a direct local path: > D:\Passfield System\UAT Data\WHOLESALE_UAT.FDB
The database filter in the <database ...> tag evaluates to a regular expression filter using the new 2.5 SIMILAR TO predicat. For example, for the above connect string, the following should work: <database %WHOLESALE_UAT.FDB%> enabled true log_connections true ... </database> -- With regards, Thomas Steinmaurer (^TS^) Firebird Technology Evangelist http://www.upscene.com/ http://www.firebirdsql.org/en/firebird-foundation/
