How to Deleted Data in Advantage OLE DB Provider

In this article I will explain How to Deleted Data in Advantage OLE DB Provider.
  • 1712

Introduction

The command given below is a connection string used for displaying the records which are deleted. The attribute ShowDeleted signifies to return the record which is deleted.

Provider=Advantage OLE DB Provider;User ID=adssys;Data Source=userDDpath;TableType=ADS_CDX;ShowDeleted=TRUE;Advantage Server Type=ADS_LOCAL_SERVER;
 
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.