Subject Re: [firebird-support] Re: ConnString for VFP works on and off (Connection handle is invalid.)
Author Helen Borrie
At 09:10 AM 18/07/2009, I wrote:

>So, assuming you want to supply the alias "C17_32167" and you have installed the database named "mydatabase.fdb" in D://mydata, you would need an entry in aliases.conf like the following:
>
>C17_32167 = D://mydata/mydatabase.fdb
>
>Where this might trip up is if your path has spaces or other "illegal" characters in it. Then, the path argument needs double-quotes, e.g.
>
>C17_32167 = "D://my data/mydatabase.fdb"

Sorry for the pre-caffeinic moment there.

C17_32167 = D:\mydata\mydatabase.fdb
and
C17_32167 = "D:\my data\mydatabase.fdb"

./hb