Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ODBC Remote Connections

Hi All,

Just for interest sake!!

I would like to know if I connect Qlikview to a Firebird database via an ODBC using a remote connection, will this prevent other users from accessing the database....locking the database exclusively???

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

This is a Firebird question, rather than a QV one. I am not familiar with Firebird, but assuming Firebird behaves like other DBMS's, a normal connection should not lock the database, unless you specifically request that in the connection. Most read operations require some locking, and all write operations - so it is more dependant on the queries than the connection.

But as I said, I am not familiar with Firebird, so I may be wrong

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Hi Jonathan

Thank you for the prompt response, much appreciated.