How to set lock timeout in SQLBase

This article describes how to set lock timeout in SQLBase and commands related with it.
  • 2143

Introduction

It specify the number of seconds SQLBase waits for a lock to be freed before raising an error. The default timeout period is 300 seconds and its value can be between -1 to 1800. The connection string used to set lock timeout in SQLBase is given below.

Syntax

Driver=SQLBaseODBC;Server Name=server_add;Database=database_name;Logon ID=user_name; Password=password;Lock Time Out=500;

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.