diff --git a/examples/api/api16t.c b/examples/api/api16t.c index 9b9114b4f5..e7e3dcb044 100644 --- a/examples/api/api16t.c +++ b/examples/api/api16t.c @@ -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)) {