<< previous page   --   table of contents   --   next page >>
| | | | | | | |
  • Return to Table of Contents
  • Table of Contents

    1. General Information
    2. MySQL Installation
    3. Tutorial Introduction
    4. Database Administration
    5. MySQL Optimisation
    6. MySQL Language Reference
    7. MySQL Table Types
    8. MySQL APIs
    9. Extending MySQL

    Chapter 8:  MySQL APIs 567 Description Seeks to an arbitrary row in a query result set.  This requires that the result set structure contains the entire result of the query, so mysql_data_seek() may be used in conjunction only with mysql_store_result(), not with mysql_use_result(). The o set should be a value in the range from 0 to mysql_num_rows(result)-1. Return Values None. Errors None. 8.4.3.8  mysql_debug() void mysql_debug(const char *debug) Description Does  a  DBUG_PUSH  with  the  given  string.   mysql_debug()  uses  the  Fred  Fish  debug  li- brary.  To use this function, you must compile the client library to support debugging.  See Section E.1 [Debugging server], page 758.  See Section E.2 [Debugging client], page 763. Return Values None. Errors None. Example The call shown here causes the client library to generate a trace le in `/tmp/client.trace' on the client machine: mysql_debug("d:t:O,/tmp/client.trace"); 8.4.3.9  mysql_drop_db() int mysql_drop_db(MYSQL *mysql, const char *db) Description Drops the database named by the db parameter. This function is deprecated.   It is preferable to use  mysql_query()  to issue a SQL  DROP DATABASE  statement instead.
     

    Customer Support CentreMySQL Reference Manual

    Web Hosting Services
    UNIX WEB HOSTING
    MERCHANT ACCOUNTS
    DEDICATED SERVERS
    E-COMMERCE HOSTING
    SUPPORT & FAQ's
    TERMS OF USE
    Domain Services
    DOMAIN
    REGISTRATION
    MANAGE
    YOUR ACCOUNT
    SUPPORT & FAQ's
    TERMS OF USE
    Corporate Info
    ABOUT US
    OUR NETWORK
    CONTACT US
    SITE MAP
    Copyright © 2002 Dyntex Group, Inc. All Rights Reserved
  • Return to Table of Contents
  • Back to top

  • Web Hosting: Manuals & FAQ's

    1. Unix-Based Web Hosting
    2. Unix Dedicated Servers
    3. Windows Dedicated Servers
    4. CuteFTP User’s Guide
    5. CuteHTML User’s Guide
    6. WS_FTP Pro User's Guide
    7. Miva Order User's Guide
    8. Miva Merchant User's Guide