How to connect to SQLBase ODBC

This article explains the connection string used to connect to SQLBase ODBC in .NET framework.
  • 2381

Introduction

Connection string used to connect to SQLBase ODBC driver have five parameters Driver, Server name, Database, Logon id and password. The connection string 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.