Subject | Re: [firebird-support] Re: ConnString for VFP works on and off (Connection handle is invalid.) |
---|---|
Author | Helen Borrie |
Post date | 2009-07-18T01:00:46Z |
At 09:10 AM 18/07/2009, I wrote:
C17_32167 = D:\mydata\mydatabase.fdb
and
C17_32167 = "D:\my data\mydatabase.fdb"
./hb
>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:Sorry for the pre-caffeinic moment there.
>
>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"
C17_32167 = D:\mydata\mydatabase.fdb
and
C17_32167 = "D:\my data\mydatabase.fdb"
./hb