English (change)
  • italiano
  • Português
  • Português Brasileiro
  • español
  • 한국어
  • Français
  • 日本語
Login Signup
  • Downloads
  • Open Questions
  • MariaDB
  • All Topics
Home SQL-99 Complete, Really 45 - SQL/CLI: Cursor Functions

45 - SQL/CLI: Cursor Functions

Ask a question here
Tweet

When you execute a query, you are implicitly opening a Cursor.

  • ← Prev
  • ⇑ TOC ⇑
  • ↑ Chapter ↑
  • Next →
  • About SQL/CLI: Cursor Functions
    When you execute a query, you are implicitly opening a Cursor. For example,...
  • SQLFetch
    Function Prototype: SQLRETURN SQLFetch ( SQLHSTMT hstmt ...
  • Fetch Loops
    When dealing with a result set, the procedure is almost always to: make a r...
  • SQLFetchScroll
    Function Prototype: SQLRETURN SQLFetchScroll( SQLHSTMT hstmt,
  • SQLCloseCursor
    Function Prototype: SQLRETURN SQLCloseCursor( SQLHSTMT hstmt ...
  • SQLGetCursorName
    Function Prototype: SQLRETURN SQLGetCursorName( SQLHSTMT hstmt,
  • SQLSetCursorName
    Function Prototype: SQLRETURN SQLSetCursorName( SQLHSTMT hstmt,
  • Embedded SQL versus CLI
    Here is an embedded SQL example which uses a Cursor: EXEC SQL DECLARE x
  • SQLMoreResults
    Function Prototype: SQLRETURN SQLMoreResults( SQLHSTMT hstmt /* 32-...
  • Tools
  • Recent Changes
  • Contact Us
  • About
  • Legal
  • ©2010 - 2012 Monty Program Ab