How to Remove Spaces in Sybase Advantage .NET Data Provider

In this article I will explain how to Remove Spaces in Sybase Advantage .NET Data Provider.
  • 1570

Introduction

The command given below is used to remove the spaces from a given string. Here the given white space will be removed.

Data Source=\\userserver\uservolume\userpat\mydd.add;User ID=Username;Password=user_Password;ServerType=REMOTE;TrimTrailingSpaces=TRUE;

Further Readings

You may also want to read these related articles.

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.