mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Be sure to attach via localhost so that the example actually works
This commit is contained in:
parent
4df1cf4723
commit
e8fba1e1b5
@ -57,7 +57,7 @@ int main (int argc, char** argv)
|
||||
if (argc > 1)
|
||||
strcpy(empdb, argv[1]);
|
||||
else
|
||||
strcpy(empdb, "employee.fdb");
|
||||
strcpy(empdb, "localhost:employee.fdb");
|
||||
|
||||
if (isc_attach_database(status, 0, empdb, &DB, 0, NULL))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user