How to use SQLBase ODBC driver

This article describes how to use SQLBase ODBC driver and connection string realtes to it.
  • 2418

Introduction

Open Database Connectivity (ODBC) provides an open, independent interface to database systems for applications. SQLBase ODBC driver allows developers to concentrate on writing business logic with the development tool of their choice, without having to implement the specifics and complexities of their middleware API. Connection used for SQLBase ODBC driver is given below.

Syntax

Driver=SQLBaseODBC;Server Name=server_add;Database=database_name;Logon ID=user_name; Password=password;

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.