Search 5,000,000+ questions and answers.

Frequently Asked Questions

Can I submit a patch to MyODBC (3.51) ?

MyODBC- Frequently Asked Questions - 1 General Information a...
Yes. You can always send a patch or suggest a better solution for any existing code or problems by sending a mail to myodbc@lists.mysql.com
Related Questions

How do I request a feature or a patch to MyODBC (3.51) ?

MyODBC- Frequently Asked Questions - 1 General Information a...
One must have support contract from MySQL AB in order to request a new feature that is not in the TO-DO list, or if one wants a patch prior to its release. For more information on obtaining support, see section 1.7 How do I get the support for MySQL and/or MyODBC ?.
Related Questions

What is MyODBC 3.51 ?

MyODBC- Frequently Asked Questions - 1 General Information a...
MyODBC 3.51 is a 32-bit ODBC Driver, also known as MySQL ODBC 3.51 Driver. This is a enhanced version to the existing MyODBC 2.50, with ODBC 3.5x specification level 1(complete core API + level 2 features) in order to continue to provide all functionality of ODBC to access MySQL.
Related Questions

What are all the different MyODBC (3.51) connection parameters ?

MyODBC- Frequently Asked Questions - 3 Connection Related
One can specify the following parameters for MyODBC or MyODBC 3.51 on the [Data Source Name] section of an ODBC.INI file or through the InConnectionString argument in the SQLDriverConnect() call. The OPTION argument is used to tell MyODBC 3.51 that the client isn't 100% ODBC compliant. On Windows, one normally sets the option flag by toggling the different options on the connection screen but one can also set this using OPTION connection argumentin.
Related Questions

Where can I download the latest versions of MyODBC (3.51) ?

MyODBC- Frequently Asked Questions - 1 General Information a...
MySQL AB distributes all its products under General Public License (GPL). You can get the latest, free copy of MyODBC or MyODBC 3.51 driver binaries and sources from its website http://www.mysql.com/. MySQL ODBC 3.51 Programmer's Reference Manual can be found from http://www.mysql.com/products/myodbc/manual_toc.html. For more information about MySQL ODBC Drivers, visit MySQL ODBC Home Page http://www.mysql.com/products/myodbc/.
Related Questions

What Operating systems will MyODBC (3.51) run on ?

MyODBC- Frequently Asked Questions - 1 General Information a...
If the binary distribution is not available for downloading for a particular platform, then you can build the driver yourself, by downloading the driver sources and contribute the binaries to MySQL, by sending a mail to myodbc@lists.mysql.com, so that it becomes easy for other users.
Related Questions

How do I report the problems or bugs with MyODBC (3.51) ?

MyODBC- Frequently Asked Questions - 1 General Information a...
If you encounter difficulties with MyODBC or MyODBC 3.51, you should start by making a log file from the ODBC Manager (the log you get when requesting logs from ODBC ADMIN) and a MyODBC or MyODBC 3.51 log. On computers running Microsoft Windows 2000, double-click Administrative Tools, and then double-click Data Sources (ODBC) as shown below: The Tracing tab of the ODBC Data Source Administrator dialog box enables you to configure the way ODBC function calls are traced.
Related Questions

How do I submit a patch to the Apache Group?

Apache Server Frequently Asked Questions
The Apache Group encourages patches from outside developers. There are 2 main "types" of patches: small bugfixes and general improvements. Bugfixes should be submitting using the Apache bug report page. Improvements, modifications, and additions should follow the instructions below. In general, the first course of action is to be a member of the dev@httpd.apache.org mailing list. This indicates to the Group that you are closely following the latest Apache developments.
Related Questions

Where and how can I submit a patch?

XenFaq - Xen Wiki
To submit a patch, put it in xen-devel mailing list, as reported by Keir Fraser, in plain-text unified diff format inline in the main body or as an attachment. Also, please add If there is a bug in bugzilla report the id of the bug, but by now do not expect anything from bugzilla (see above: "Where and how can i report a bug?").
Related Questions

How do I submit a patch for Subversion?

subversion: Subversion FAQ
Once you've digested that, send a mail to the dev list with the word [PATCH] and a one-line description in the subject, and include the patch inline in your mail (unless your MUA munges it up totally). Then a committer will pick it up, apply it (making any formatting or content changes necessary), and check it in. The basic process looks like this: $ svn co http://svn.collab.net/repos/svn/trunk subversion $ cd subversion/www [ make changes to faq.html ] $ svn diff faq.
Related Questions

Python at SourceForge - Frequently Asked Questions
Please read the Patch Submission Guidelines at http://www.python.org/patches A recent copy can be found in the Appendix of this FAQ.
Related Questions

OpenDX - FAQ
We encourage patches from developers. There are two main "types" of patches: small bugfixes and general improvements. In general, the first course of action is to become a member of the opendx-dev@watson.ibm.com mailing list. This indicates to the group that you are closely following the latest OpenDX developments. Your patch file should be generated using either 'diff -c' or 'diff -u' against the most recent tarball. To submit your patch, send email to gabra@us.ibm.
Related Questions

My quilt patch shows "no story available." Can I still submit my story?

NDFC: National Donor Family Council - Frequently Asked Quilt...
Yes. If you submitted a quilt patch with no story and would like to share your story at this time, simply send it to donorfamily@kidney.org or National Donor Family Quilt, National Kidney Foundation, 30 East 33rd Street, New York, NY 10016. Please limit stories to about 100 words and remember to include your loved one's name along with your name, address, and phone number.
Related Questions

How do I submit a patch to MBDyn?

MBDyn's FAQ
make sure, as much as possible, that your changes don't break existing functionalities; if they do, or are mutually exclusive with existing functionalities, make sure the original behavior can be restored either by conditional compilation (#ifdef) or specific input file statements; make sure you're producing the patch using the latest release of the code, to reduce the developers' effort in integrating your patch; if the latest release is months old, you may want to ask for a snapshot of the cur.
Related Questions

Will NT 3.51 drivers work with NT 4.0?

Environment settings set by a batch file are not working.
Standard NT drivers will automatically be upgraded from the NT CD. 3rd party drivers may not work and the supplier should be contacted. In particular Video drivers and Printer drivers were moved for NT4.0 from Win32 to the NT executive to improve performance and reduce memory use (basically moved from Ring 3 - user mode to Ring 0 - kernel mode). This does have the effect that a graphics driver could crash NT.
Related Questions

How do I submit a patch or enhancement to BioPerl?

FAQ - BioPerl
We suggest the following. Post your idea to the appropriate mailing list. If it is a really new idea consider taking us through your thought process. We'll help you tease out the necessary information such as what methods you'll want and how it can interact with other BioPerl modules. If it is a port of something you've already worked on, give us a summary of the current methods.
Related Questions

edit] How do I submit a patch or enhancement to BioPerl?

FAQ - BioPerl
We suggest the following. Post your idea to the appropriate mailing list. If it is a really new idea consider taking us through your thought process. We'll help you tease out the necessary information such as what methods you'll want and how it can interact with other BioPerl modules. If it is a port of something you've already worked on, give us a summary of the current methods.
Related Questions

How to submit a bugfix/patch?

LessTif Frequently Asked Questions
This topic is covered in an extraneous document which is also distributed in plain ASCII format (BUG-REPORTING).
Related Questions

How do I submit a patch to the @Mail Group?

Mail Frequently Asked Questions
The @Mail Group encourages patches from outside developers. There are 2 main "types" of patches: small bugfixes and general improvements. Bugfixes should be submitting using the @Mail bug report page. Improvements, modifications, and additions should follow the instructions below. To submit your patch, send Email to info@calacode.com with a Subject: line that starts with [PATCH] and includes a general description of the patch.
Related Questions

What is the patch?

Contraceptive Patch (Ortho Evra) | AHealthyMe.com
On the market since 2002, the patch is a reversible method of birth control that is basically a new way of delivering the same hormones as the pill. The Ortho Evra patch comes in a package of three, enough for one month of birth control. Individual patches are also available in case a patch is damaged or comes off. They look like beige squares measuring a little less than two inches on each side.
Related Questions

The linux-kernel mailing list FAQ
RRR) A patch file (as it refers to the Linux kernel) is an ASCII text file that contains the differences between the original code and the new code, plus some additional information such as filenames and line numbers. The patch program (man patch) can then apply the patch to an existing kernel source tree.
Related Questions

Sexual & Reproductive Health: Frequently Asked Questions...
The birth control patch looks like a large thin beige bandage. The sticky part contains hormones similar to the natural hormones in a woman's body. The hormones are released continuously through the skin.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact