logo       

Sponsor
FREE Network Mapping Tool for Microsoft® Office Visio® Professional 2007
Don't map your network by hand - let LANsurveyor Exx press for Microsoft Visio Professional 2007 automatically create network diagrams for you!

bk commit - MyODBC 3.51 (1.377): msg#00010

db.mysql.odbc

Subject: bk commit - MyODBC 3.51 (1.377)

Below is the list of changes that have just been commited into a local
MyODBC 3.51 repository of 'paul'. When 'paul' does a push, they will
be propogaged to the main repository and within 2 hours after the push
into the public repository.

For more information on how to access the public repository see:
http://www.mysql.com/products/myodbc/faq_2.html#Development_source

You can also browse the changes from public repository:
Complete repository: http://mysql.bkbits.net:8080/myodbc3/
This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@xxxxx

ChangeSet
1.377 04/10/04 15:25:38 paul@xxxxxxxxxxxxxxxxxxxxx +1 -0
myodbc.texi:
Fix up nodes and illegal constructs.

Docs/myodbc.texi
1.2 04/10/04 15:25:12 paul@xxxxxxxxxxxxxxxxxxxxx +83 -26
Fix up nodes and illegal constructs.

# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/myodbc3

--- 1.1/Docs/myodbc.texi 2004-10-04 13:43:31 -05:00
+++ 1.2/Docs/myodbc.texi 2004-10-04 15:25:12 -05:00
@@ -37,7 +37,7 @@
@c syncodeindex tp fn

@c Get version information. This file is generated by the Makefile!!
-@c @include include.texi
+@include include.texi

@ifclear tex-debug
@c This removes the black squares in the right margin
@@ -117,7 +117,7 @@
@menu
* Introduction:: Introduction
* General Information:: General Information About ODBC and MyODBC
-* Installation:: MyODBC Installation
+* MyODBC Installation:: MyODBC Installation
* MyODBC Configuration:: MyODBC Configuration
* MyODBC FAQ:: MyODBC Frequently Asked Questions
* Developing Applications Using MyODBC:: Developing Applications Using MyODBC
@@ -366,6 +366,7 @@
To get an ODBC trace through Driver Manager, do the following:

@itemize @bullet
+@item
Open ODBC Data source administrator:

@enumerate
@@ -521,7 +522,7 @@
or problems by sending a mail message to @email{myodbc@@lists.mysql.com}.


-@node General Information, Installation, Introduction, Top
+@node General Information, MyODBC Installation, Introduction, Top
@chapter General Information About ODBC and MyODBC

@menu
@@ -627,23 +628,29 @@
original names.


-@node Installation, MyODBC Configuration, General Information, Top
+@node MyODBC Installation, MyODBC Configuration, General Information, Top
@chapter MyODBC Installation

This chapter answers MyODBC installation-related questions on various
platforms that MySQL supports using the driver native binaries and sources.

@menu
-* Binary distribution:: Installing MyODBC from a Binary Distribution
-* Windows source:: Installing MyODBC from a Source Distribution
on Windows
-* Unix source:: Installing MyODBC from a Source Distribution
on Unix
+* MyODBC binary distribution:: Installing MyODBC from a Binary Distribution
+* MyODBC Windows source:: Installing MyODBC from a Source Distribution
on Windows
+* MyODBC Unix source:: Installing MyODBC from a Source Distribution
on Unix
* Development source:: Installing MyODBC from the BitKeeper
Development Source Tree
@end menu


-@node Binary distribution, Windows source, Installation, Installation
+@node MyODBC binary distribution, MyODBC Windows source, MyODBC Installation,
MyODBC Installation
@section Installing MyODBC from a Binary Distribution

+@menu
+* MyODBC Windows binary distribution:: Windows
+* MyODBC Unix binary distribution:: Unix
+@end menu
+
+@node MyODBC Windows binary distribution, MyODBC Unix binary distribution,
MyODBC binary distribution, MyODBC binary distribution
@subsection Windows

To install MyODBC on Windows, you should download the appropriate
@@ -668,8 +675,15 @@
just before your machine starts Windows during re-booting, install MyODBC,
and re-boot to normal mode.

+@node MyODBC Unix binary distribution, , MyODBC Windows binary distribution,
MyODBC binary distribution
@subsection Unix

+@menu
+* MyODBC Unix RPM distribution:: Installing MyODBC from an RPM Distribution
+* MyODBC Unix tarball distribution:: Installing MyODBC from a Binary Tarball
Distribution
+@end menu
+
+@node MyODBC Unix RPM distribution, MyODBC Unix tarball distribution, MyODBC
Unix binary distribution, MyODBC Unix binary distribution
@subsubsection Installing MyODBC from an RPM Distribution

To install or upgrade MyODBC from an RPM distribution on
@@ -709,6 +723,7 @@
@end example


+@node MyODBC Unix tarball distribution, , MyODBC Unix RPM distribution,
MyODBC Unix binary distribution
@subsubsection Installing MyODBC from a Binary Tarball Distribution

To install the driver from a tarball distribution (@file{.tar.gz} file),
@@ -736,10 +751,18 @@
refer to the @file{INSTALL-BINARY} file that comes with your distribution.


-@node Windows source, Unix source, Binary distribution, Installation
+@node MyODBC Windows source, MyODBC Unix source, MyODBC binary distribution,
MyODBC Installation
@section Installing MyODBC from a Source Distribution on Windows

-@subsubsection Requirements
+@menu
+* MyODBC Windows source requirements:: Requirements
+* MyODBC 3.51 Windows building:: Building MyODBC 3.51
+* MyODBC 3.51 Windows testing:: Testing
+* MyODBC 2.50 Windows building:: Building MyODBC 2.50
+@end menu
+
+@node MyODBC Windows source requirements, MyODBC 3.51 Windows building, MyODBC
Windows source, MyODBC Windows source
+@subsection Requirements

@itemize @bullet
@item
@@ -754,7 +777,8 @@
@uref{http://dev.mysql.com/downloads/}.
@end itemize

-@subsubsection Building MyODBC 3.51
+@node MyODBC 3.51 Windows building, MyODBC 3.51 Windows testing, MyODBC
Windows source requirements, MyODBC Windows source
+@subsection Building MyODBC 3.51

MyODBC 3.51 source distributions include @file{Makefiles} that
uses @command{nmake}. In the distribution, you can find @file{Makefile}
@@ -832,7 +856,8 @@
@end itemize


-@subsubsection Testing
+@node MyODBC 3.51 Windows testing, MyODBC 2.50 Windows building, MyODBC 3.51
Windows building, MyODBC Windows source
+@subsection Testing

After the driver libraries are copied/installed to the system directory, you
can test whether the libraries are properly built by using the samples
@@ -844,19 +869,29 @@
@end example


-@subsubsection Building MyODBC 2.50
+@node MyODBC 2.50 Windows building, , MyODBC 3.51 Windows testing, MyODBC
Windows source
+@subsection Building MyODBC 2.50

The MyODBC 2.50 source distribution includes VC workspace files. You can
build the driver using these files (@file{.dsp} and @file{.dsw}) directly
by loading them from Microsoft Visual Studio 6.0 or above.


-@node Unix source, Development source, Windows source, Installation
+@node MyODBC Unix source, Development source, MyODBC Windows source, MyODBC
Installation
@section Installing MyODBC from a Source Distribution on Unix

@menu
+* MyODBC Unix requirements:: Requirements
+* MyODBC Unix configure options:: Typical @command{configure} Options
+* MyODBC Unix building:: Building or Compilation
+* MyODBC Unix installing:: Installing Driver Libraries
+* MyODBC Unix testing:: Testing
+* MyODBC Mac OS X:: Mac OS X Notes
+* MyODBC HP-UX:: HP-UX Notes
+* MyODBC AIX:: AIX Notes:
@end menu

+@node MyODBC Unix requirements, MyODBC Unix configure options, MyODBC Unix
source, MyODBC Unix source
@subsection Requirements

@itemize @bullet
@@ -901,8 +936,16 @@
Once you have all the required files, unpack the source files to a
separate directory and follow the instructions as given below:

+@node MyODBC Unix configure options, MyODBC Unix building, MyODBC Unix
requirements, MyODBC Unix source
@subsection Typical @command{configure} Options

+@menu
+* MyODBC Unix thread-safe:: Thread-Safe Client
+* MyODBC Unix library options:: Shared or Static Options
+* MyODBC Unix debugging options:: Enabling Debugging Information
+* MyODBC Unix documentation options:: Enabling the Documentation
+@end menu
+
The @command{configure} script gives you a great deal of control over how
you configure your MyODBC build. Typically you do this using options on the
@command{configure} command line. You can also affect @command{configure}
@@ -973,6 +1016,7 @@
@end example


+@node MyODBC Unix thread-safe, MyODBC Unix library options, MyODBC Unix
configure options, MyODBC Unix configure options
@subsubsection Thread-Safe Client

In order to link the driver with MySQL thread safe client libraries
@@ -1003,6 +1047,7 @@
@end example


+@node MyODBC Unix library options, MyODBC Unix debugging options, MyODBC Unix
thread-safe, MyODBC Unix configure options
@subsubsection Shared or Static Options

You can enable or disable the shared and static versions using these options:
@@ -1015,6 +1060,7 @@
@end example


+@node MyODBC Unix debugging options, MyODBC Unix documentation options, MyODBC
Unix library options, MyODBC Unix configure options
@subsubsection Enabling Debugging Information

By default, all the binary distributions are built as non-debugging versions
@@ -1025,6 +1071,7 @@
@code{--with-debug}) when you run @command{configure}.


+@node MyODBC Unix documentation options, , MyODBC Unix debugging options,
MyODBC Unix configure options
@subsubsection Enabling the Documentation

This option is available only for @code{BK} clone trees; not for
@@ -1038,8 +1085,13 @@
@end example


+@node MyODBC Unix building, MyODBC Unix installing, MyODBC Unix configure
options, MyODBC Unix source
@subsection Building or Compilation

+@menu
+* MyODBC Unix shared libraries:: Building Shared Libraries
+@end menu
+
To build the driver libraries, you have to just execute @command{make},
which takes care of everything.

@@ -1052,6 +1104,7 @@
to @email{myodbc@@lists.mysql.com} for further assistance.


+@node MyODBC Unix shared libraries, , MyODBC Unix building, MyODBC Unix
building
@subsubsection Building Shared Libraries

On most platforms, MySQL doesn't build or support @file{.so} (shared)
@@ -1119,6 +1172,7 @@
@end example


+@node MyODBC Unix installing, MyODBC Unix testing, MyODBC Unix building,
MyODBC Unix source
@subsection Installing Driver Libraries

To install the driver libraries, execute the following command:
@@ -1169,6 +1223,7 @@
platforms.


+@node MyODBC Unix testing, MyODBC Mac OS X, MyODBC Unix installing, MyODBC
Unix source
@subsection Testing

To run the basic samples provided in the distribution with the libraries
@@ -1186,6 +1241,7 @@
DSN, UID, and PASSWORD values as the command line arguments to each sample.


+@node MyODBC Mac OS X, MyODBC HP-UX, MyODBC Unix testing, MyODBC Unix source
@subsection Mac OS X Notes

To build the driver on Mac OS X (Darwin), make use of the
@@ -1245,6 +1301,7 @@
@end example


+@node MyODBC HP-UX, MyODBC AIX, MyODBC Mac OS X, MyODBC Unix source
@subsection HP-UX Notes

To build the driver on HP-UX 10.x or 11.x, make use of
@@ -1284,6 +1341,7 @@
with the @code{--disable-shared} option.


+@node MyODBC AIX, , MyODBC HP-UX, MyODBC Unix source
@subsection AIX Notes:

To build the driver on AIX, make use of
@@ -1303,7 +1361,7 @@
Using static and shared libraries across platforms}'.


-@node Development source, , Unix source, Installation
+@node Development source, , MyODBC Unix source, MyODBC Installation
@section Installing MyODBC from the BitKeeper Development Source Tree

Note: You should read this section only if you are interested in helping us
@@ -1363,7 +1421,7 @@
in the same directory. On Windows, make use of Windows
Makefiles @file{WIN-Makefile} and @file{WIN-Makefile_debug} in
building the driver, for more information, see
-@ref{Windows source}.
+@ref{MyODBC Windows source}.
@item
When the build is done, run @command{make install} to install the
MyODBC 3.51 driver on your system.
@@ -1392,7 +1450,7 @@
browsing to @uref{http://mysql.bkbits.net:8080/myodbc3}.


-@node MyODBC Configuration, MyODBC FAQ, Installation, Top
+@node MyODBC Configuration, MyODBC FAQ, MyODBC Installation, Top
@chapter MyODBC Configuration

This chapter describes how to configure MyODBC, including
@@ -2301,7 +2359,7 @@
with Microsoft Access.

@menu
-* MsAccess:: How to Set Up Microsoft Access to Work with
MySQL using MyODBC?
+* MSAccess Setup:: How to Set Up Microsoft Access to Work with
MySQL using MyODBC?
* Export of Data:: How to Export a Table or Query from Access to
MySQL?
* Import of Data:: How to Import or Link MySQL Database Tables to
Access?
* Linked Tables:: The Structure or Location of a Linked Table
has been Changed. Can I See Those Changes Locally in Linked Tables?
@@ -2317,7 +2375,7 @@
@end menu


-@node MsAccess, Export of Data, MSAccess, MSAccess
+@node MSAccess Setup, Export of Data, MSAccess, MSAccess
@subsection How to Set Up Microsoft Access to Work with MySQL using MyODBC?


@@ -2358,7 +2416,7 @@



-@node Export of Data, Import of Data, MsAccess, MSAccess
+@node Export of Data, Import of Data, MSAccess Setup, MSAccess
@subsection How to Export a Table or Query from Access to MySQL?


@@ -2456,7 +2514,7 @@
structure or location of a linked table has changed. The Linked Table Manager
lists the paths to all currently linked tables.

-@subsection To View or Refresh Links
+@strong{To wiew or refresh links}:

@enumerate

@@ -2477,7 +2535,7 @@
you specify, the Linked Table Manager searches that location for all selected
tables,
and updates all links in one step.

-@subsection To Change the Path for a Set of Linked Tables
+@strong{To vhange the path for a set of linked tables}:

@enumerate

@@ -2643,7 +2701,6 @@
Return Matching Rows (2)
@item
Allow BIG Results (8).
-@item
@end itemize

These add up to a value of 10 (@code{OPTION=10}).
@@ -3580,11 +3637,11 @@
of MyODBC drivers with ODBC.NET

@menu
-* ODBC.NET(C#):: ODBC.NET --- CSHARP(C#)
+* ODBC.NET(C-sharp):: ODBC.NET --- CSHARP(C#)
* ODBC.NET(VB):: ODBC.NET --- VB
@end menu

-@node ODBC.NET(C#), ODBC.NET(VB), MyODBC with .NET, MyODBC with .NET
+@node ODBC.NET(C-sharp), ODBC.NET(VB), MyODBC with .NET, MyODBC with .NET
@subsection ODBC.NET --- CSHARP(C#)

The following sample creates a table @code{my_odbc_net} and
@@ -3714,7 +3771,7 @@
@}
@end example

-@node ODBC.NET(VB), , ODBC.NET(C#), MyODBC with .NET
+@node ODBC.NET(VB), , ODBC.NET(C-sharp), MyODBC with .NET
@subsection ODBC.NET --- VB

The following sample creates a table @code{my_vb_net} and

--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Sponsor
FREE Network Mapping Tool for Microsoft® OfficeVisio Professional 2007
Don't map your network by hand - let LANsurveyor Express for Microsoft Visio Professional 2007
automatically create network diagrams for you!
Google Custom Search

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation

Home | sitemap | advertise | OSDir is an inevitable website. super tiny logo