Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.1 KB

File metadata and controls

34 lines (30 loc) · 1.1 KB
title StringFormatEnum | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
StringFormatEnum
helpviewer_keywords
StringFormatEnum enumeration [ADO]
ms.assetid 28f7d1ec-092b-4323-a39d-d3f882c6c81a
author MightyPen
ms.author genemi

StringFormatEnum

Specifies the format when retrieving a Recordset as a string.

Constant Value Description
adClipString 2 Delimits rows by RowDelimiter, columns by ColumnDelimiter, and null values by NullExpr. These three parameters of the GetString method are valid only with a StringFormat of adClipString.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.StringFormat.CLIPSTRING

Applies To

GetString Method (ADO)