Class CSPODBCRecordset
Description
Provides the functionality for manipulating a recordset ( eg. table, query, view ) from an ODBC data source, or perform in general any SQL statement.
Member functions:
AutoCommit(bool bAuto = true)
ClearFields()
Close()
Commit()
Connect(const CSPString& strDSN, const CSPString& strUID = CSPString(), const CSPString& strPWD = CSPString())
Connect(const CSPODBCConnection& Connection)
CSPODBCRecordset(const CSPODBCConnection& Conn, unsigned long ulRowsetSize = 1)
CSPODBCRecordset(unsigned long ulRowsetSize = 1)
Delete()
Disconnect()
ExecuteSQL(const CSPString& strSQL)
ExecuteSQL()
FirstRow()
GetBookmark()
GetColCount()
GetLastErrorStr()
GetRow(unsigned long ulIndex)
GetRowCount()
GetRowPos()
Insert()
IsBOF()
IsEOF()
LastRow()
NextRow()
operator ()(const CSPString& strColumnName)
operator [](unsigned long ulColumn)
PrepareSQL(const CSPString& strSQL)
PrevRow()
Refresh()
Rollback()
SetBookmark(const CSPVariant& varBookmark)
SetConcurrency(long lConcur)
SetCursorType(long lCurType)
Update()
UseBookmarks(bool bUse = true)
See also:
classes
CSPODBCConnection
,
CSPODBCField
ODBC support classes
|
Class Categories
|
Online help home
|
Back
www.micronovae.com
Copyright © 2002 - 2005 Micronovae Ltd