Show / Hide Table of Contents

Interface IFCSqlExec

Namespace: FChoice.Foundation.Clarify.Compatibility
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[Guid("F2455264-5491-4c13-89E9-15CF44F2C75A")]
[ComVisible(true)]
public interface IFCSqlExec

Properties

Records

Declaration
Recordset Records { get; }
Property Value
Type Description
ADODB.Recordset

StayConnected

Declaration
bool StayConnected { get; set; }
Property Value
Type Description
System.Boolean

Methods

AddSqlParameter(Object)

Declaration
void AddSqlParameter(object value)
Parameters
Type Name Description
System.Object value

CloseConnection()

Declaration
void CloseConnection()

Execute(String)

Declaration
void Execute(string SqlStr)
Parameters
Type Name Description
System.String SqlStr

ExecuteReturnRows(String)

Declaration
void ExecuteReturnRows(string sqlStatement)
Parameters
Type Name Description
System.String sqlStatement

FreeConnection()

Declaration
void FreeConnection()

OpenConnection(String, String, String, String, String)

Declaration
void OpenConnection(string TheDB, string UserName, string password, string DBServer, string DBName)
Parameters
Type Name Description
System.String TheDB
System.String UserName
System.String password
System.String DBServer
System.String DBName
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.