Explain ASE 15.0 Adaptive Server Enterprise version

In this article I will explain ASE 15.0 and It's alternative Adaptive Server Enterprise version.
  • 1713

Introduction

ASE 15.0 :

It includes a rewritten query optimizer that is supposed to increase performance over the traditional optimizer, and support for partitioning table rows in a database across individual disk devices to reduce contention and increase the speed at which the data can be accessed, and "virtual columns" which are computed only when required.

Provider=ASEOLEDB;Data Source=aseserver:5000;Catalog=database_name;User Id=user_name;Password=password;

ASE 15.0 alternative :

In ASE 15.0 users finds some problems with "Catalog" field so to avoid these problems ASE 15.0 alternative is introduces

Provider=ASEOLEDB;Data Source=aseserver:5000;Initial Catalog=database_name;User 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.