AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Datenbanken Konfiguration FB Client/Server
Thema durchsuchen
Ansicht
Themen-Optionen

Konfiguration FB Client/Server

Ein Thema von Zwirbel · begonnen am 5. Jul 2016 · letzter Beitrag vom 9. Jul 2016
Antwort Antwort
Zwirbel

Registriert seit: 17. Aug 2009
66 Beiträge
 
Delphi 11 Alexandria
 
#1

AW: Konfiguration FB Client/Server

  Alt 6. Jul 2016, 09:44
Eine Dummy-Datei der aliases.conf hatte ich auch erwartet, aber auf allen drei Installationen von FB3 war bisher keine solche zu finden.
Das steht ja nun auch (seit FB Version 3) in der "databases.conf"
Bingo! Vielen Dank!

Was eine schwere Geburt. Noch mal für alle:

1) Inhalt der "databases.conf":
Code:
# ------------------------------
# List of known databases
# ------------------------------

#
# Makes it possible to specify per-database configuration parameters.
# See the list of them and description on file firebird.conf.
# To place that parameters in this file add them in curly braces
# after "alias = /path/to/database.fdb" line. Example:
#   big = /databases/bigdb.fdb
#   {
#      LockMemSize = 32M      # We know that bigdb needs a lot of locks
#      LockHashSlots = 19927   #   and big enough hash table for them
#   }
#

#
# Example Database:
#
employee.fdb = $(dir_sampleDb)/employee.fdb
employee = $(dir_sampleDb)/employee.fdb
AM_FB_SERVER = C:/AM/Server/FRA/AM_FB_SERVER.FDB
2) Die "aliases.conf" habe ich wieder gelöscht.

3) In ISQL:
Code:
ISQL Version: WI-V3.0.0.32483 Firebird 3.0
Use CONNECT or CREATE DATABASE to specify a database
SQL> CONNECT "AM_FB_SERVER" USER SYSDBA PASSWORD masterkey;
Server version:
WI-V3.0.0.32483 Firebird 3.0
Database: "AM_FB_SERVER", User: SYSDBA
SQL>
So und jetzt versuche ich das ganze von einem Client aus...
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:24 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz