~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-78

« back to all changes in this revision

Viewing changes to docs/examples/buffered.rst

  • Committer: Andrew Hutchings
  • Date: 2013-02-07 16:41:26 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: andrew@linuxjedi.co.uk-20130207164126-7g7iz8te92p66022
Documentation updates for recent API changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
      drizzle_row_t row;
37
37
      int num_fields;
38
38
 
39
 
      con = drizzle_create_tcp("localhost", 3306, "user", "pass", "test", 0);
 
39
      con = drizzle_create("localhost", 3306, "user", "pass", "test", 0);
40
40
      if (con == NULL)
41
41
      {
42
42
        printf("Drizzle connection object creation error\n");