473,508 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where to ask C API questions

I posed a MySQL C API question a few days back here, and got zero
answers. I assume it is because this is not the right place to ask
such questions.

Does anyone here know where I could ask C API questions? I haven't
been able to find a mailing list or newsgroup specifically dealing
with the MySQL C API.

--
Med venlig hilsen / Best regards
David List
Jul 20 '05 #1
2 2094
David List wrote:
I posed a MySQL C API question a few days back here, and got zero
answers. I assume it is because this is not the right place to ask
such questions.

Does anyone here know where I could ask C API questions? I haven't
been able to find a mailing list or newsgroup specifically dealing
with the MySQL C API.


You propably mean this post:
----------------------------------
I'm delving into the MySQL C API these days. I have Paul DuBois book
"MySQL" book by my side. He very quickly introduces functions that I'm
unable to find in the MySQL Reference Manual:
http://dev.mysql.com/doc/mysql/en/Clients.html

The functions I think of are these, for instance: load_defaults() and
handle_options().

Can anyone here tell me where to find a manual for these functions?

Thanks in advance. If this is not the right forum for API questions,
please direct to me to a better place. I have been unable to find one
myself.
----------------------------------

This group is pretty much correct for your question, but as you might
have noticed, there are many questions yet to be answered, because the
amount of people answering to the questions is so low. And those who
answer, sometimes dont't know the answer.

You might get more activity from mysql mailing-list, which I don't
personally read or follow, but others have told that it is more active.

But I can tell you what I can find out, but that's not very much.

---
handle_options I couldn't find at all from the C-Api header-files. From
Google I found some pages referring to it, so I assume it exists.
Perhaps only in version 4.x or higher(?)

---
load_defaults looks like this:
void load_defaults(const char *conf_file, const char **groups,
int *argc, char ***argv);

And from Google I found some other text about it and example code also
from here:
http://www.informit.com/articles/art...30494&seqNum=5

You can try if other pages from Google give you any more information (I
used search words: "load_defaults" mysql ), because I also failed to
find any information from MySQL manual.

This is not much, but I hope it helps. You could also try to contact the
MySQL staff, asking about why are those functions not listed in C API
documentation, and post the answer here also, if possible.
Jul 20 '05 #2
On Sat, 03 Jul 2004 21:17:31 GMT,
Aggro <sp**********@yahoo.com>
wrote in <Ln**************@read3.inet.fi>:

....<snip>...
handle_options I couldn't find at all from the C-Api header-files. From
Google I found some pages referring to it, so I assume it exists.
Perhaps only in version 4.x or higher(?)
It does - I'm using it!
It would just be very nice to have the specification for it at hand,
since DuBois is not giving that in hos book. I may not be able to
remember the exact arguments for it next time I have to use it :)
---
load_defaults looks like this:
void load_defaults(const char *conf_file, const char **groups,
int *argc, char ***argv);

And from Google I found some other text about it and example code also
from here:
http://www.informit.com/articles/art...30494&seqNum=5
I tried Googling too, but still: what I ask for is a specification for
these and other functions, that are at least as useful as the
documented mysql_xxxx() functions.
This is not much, but I hope it helps. You could also try to contact the
MySQL staff, asking about why are those functions not listed in C API
documentation, and post the answer here also, if possible.


That sounds like a good idea. I will try it.

Thank you for your answer.

--
Med venlig hilsen / Best regards
David List
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2268
by: Xiangliang Meng | last post by:
Hi, all. In 1998, I graduated from Computer Science Dept. in a university in China. Since then, I've been using C Language for almost 6 years. Although I'm using C++ in my current job, I'm also...
5
1975
by: Sukh | last post by:
I have to design a "Online Test Application" and application is going to display question and answers.All the questons are objective type so there is four answer for each question. My Question is...
15
2402
by: David T. Ashley | last post by:
I'll be using gcc under Red Hat Enterprise Linux. Where do I find information about the low-level calls to the operating system from compiled 'C'? For example, if I want to cause a process to...
2
2103
by: sani8888 | last post by:
Hi everybody I am a beginner with C++ programming. And I need some help. How can I start with this program *********** The program is using a text file of information as the source of the...
43
5155
by: Kislay | last post by:
Which of the following is correct regarding the storage of global variables : 1. Global variables exist in a memory area that exists from before the first reference in a program until after the...
0
18434
Curtis Rutland
by: Curtis Rutland | last post by:
Here are the guidelines for where to post your .NET questions. Any post having to do with ASP.NET goes in the ASP.NET Answers Forum, regardless of the language used. If it's not ASP.NET, put...
2
9531
Curtis Rutland
by: Curtis Rutland | last post by:
Here are the guidelines for where to post your .NET questions. Any post having to do with ASP.NET goes in the ASP.NET Answers Forum, regardless of the language used. This includes web service...
6
6669
by: cj007541 | last post by:
Hey guys, My names Casey. Im 17 and going to be a senior in high school this year. I have already taken a school class in python and it was a really big help for me as it taught me a lot more then...
0
7125
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7388
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7049
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7499
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5631
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5055
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4709
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3199
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
767
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.