Hello All,
I hava a project where I have multiple database connections.
(3x MSSQLServer(3 Dataases on same server) and locally a MariaDB))
On some forms, tables on other connections can be accessed (used in SQL-Queries)
but not in others (Table not found), even if I use a full qualified table path
(Connection.db.Tablename) as I read in other post.
Could it be a problem that 3 connections go to same MSSQL server and therefore
sometimes the access takes the wrong database and therefore doesn't find
the table?
Has anybody else noticed similar issues?
Kind Regards,
ckranich
I hava a project where I have multiple database connections.
(3x MSSQLServer(3 Dataases on same server) and locally a MariaDB))
On some forms, tables on other connections can be accessed (used in SQL-Queries)
but not in others (Table not found), even if I use a full qualified table path
(Connection.db.Tablename) as I read in other post.
Could it be a problem that 3 connections go to same MSSQL server and therefore
sometimes the access takes the wrong database and therefore doesn't find
the table?
Has anybody else noticed similar issues?
Kind Regards,
ckranich