| View previous topic :: View next topic |
| Author |
Message |
Max Guest
|
Posted: Thu Feb 22, 2007 5:10 pm Post subject: Connect a local database in Vista |
|
|
Hi all,
does anyone have tried to use the TibDatabase component to connect a local
gdb in Vista ?
I have done the first test but I'm not able to connect if i set the
databasename
property with the simple path to the database file (ex.
c:\program\database.gdb)
but only if i use the localhost keyword as
localhost:c:\program\database.gdb
Does anyone have had the same problem ?
Thanks.
Massimo |
|
| Back to top |
|
 |
Thomas Steinmaurer Guest
|
Posted: Thu Feb 22, 2007 5:25 pm Post subject: Re: Connect a local database in Vista |
|
|
| Quote: | does anyone have tried to use the TibDatabase component to connect a local
gdb in Vista ?
I have done the first test but I'm not able to connect if i set the
databasename
property with the simple path to the database file (ex.
c:\program\database.gdb)
but only if i use the localhost keyword as
localhost:c:\program\database.gdb
Does anyone have had the same problem ?
|
http://blogs.codegear.com/fhaglund/archive/2006/12/18/30695.aspx
--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database, MS SQL Server and
NexusDB V2
Upscene Productions
http://www.upscene.com |
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Thu Feb 22, 2007 9:00 pm Post subject: Re: Connect a local database in Vista |
|
|
Max wrote:
| Quote: | Does anyone have had the same problem ?
|
Everyone has the same problem. Use a remote connection string to
127.0.0.1 or localhost. MS disabled the mechanism that IB uses for
local connections in Vista.
--
Bill Todd (TeamB) |
|
| Back to top |
|
 |
|