~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to cur/SQLFetchScroll.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *
24
24
 **********************************************************************
25
25
 *
26
 
 * $Id: SQLFetchScroll.c,v 1.1.1.1 2001/10/17 16:40:15 lurcher Exp $
 
26
 * $Id: SQLFetchScroll.c,v 1.2 2002/11/19 18:52:28 lurcher Exp $
27
27
 *
28
28
 * $Log: SQLFetchScroll.c,v $
 
29
 * Revision 1.2  2002/11/19 18:52:28  lurcher
 
30
 *
 
31
 * Alter the cursor lib to not require linking to the driver manager.
 
32
 *
29
33
 * Revision 1.1.1.1  2001/10/17 16:40:15  lurcher
30
34
 *
31
35
 * First upload to SourceForge
56
60
 
57
61
    if ( !cl_statement -> bound_columns )
58
62
    {
59
 
        __post_internal_error( &cl_statement -> dm_statement -> error,
 
63
        cl_statement -> cl_connection -> dh.__post_internal_error( &cl_statement -> dm_statement -> error,
60
64
                ERROR_SL009, NULL,
61
65
                cl_statement -> dm_statement -> connection ->
62
66
                    environment -> requested_version );