notebookvb
This commit is contained in:
@@ -12,7 +12,8 @@ def get_medicus_connection():
|
|||||||
"LEKAR": r"localhost:M:\medicus\data\medicus.fdb",
|
"LEKAR": r"localhost:M:\medicus\data\medicus.fdb",
|
||||||
"SESTRA": r"192.168.1.10:m:\medicus\data\medicus.fdb",
|
"SESTRA": r"192.168.1.10:m:\medicus\data\medicus.fdb",
|
||||||
"LENOVO": r"192.168.1.10:m:\medicus\data\medicus.fdb",
|
"LENOVO": r"192.168.1.10:m:\medicus\data\medicus.fdb",
|
||||||
"NTBVBHP470G10": r"localhost:c:\medicus 3\data\medicus.fdb",
|
"NTBVBHP470G10": r"reporter:c:\medicus\medicus.fdb",
|
||||||
|
"Z230": r"reporter:c:\medicus\medicus.fdb",
|
||||||
}
|
}
|
||||||
dsn = dsn_map.get(computer_name, r"localhost:c:\medicus 3\data\medicus.fdb")
|
dsn = dsn_map.get(computer_name, r"localhost:c:\medicus 3\data\medicus.fdb")
|
||||||
print(f"[medicus_db] Připojuji se jako {computer_name} → {dsn}")
|
print(f"[medicus_db] Připojuji se jako {computer_name} → {dsn}")
|
||||||
|
|||||||
Reference in New Issue
Block a user