FAQ

Search Discussions

22 discussions - 75 posts

  • Hi, I have an XML document which i retrieved from some database using commands specific to that database. The Xml document contains "field" elements of this type Ex: <field name="id" type="integer" ...
    Vinay SambamurthyVinay Sambamurthy
    May 14, 2004 at 6:21 pm
    May 18, 2004 at 4:17 pm
  • Hello, I'm new to the list and while I've seen this problem on the list, I've not seen a solution or even more to look at to find a solution for it.. First, I installed MySQL++ following these ...
    MikeMike
    May 21, 2004 at 5:36 am
    May 25, 2004 at 12:23 pm
  • The transaction APIs (mysql_autocommit, mysql_commit, and mysql_rollback) are available in the 4.1 libraries. Does anyone know if these 4.1 calls are backward compatible with a 4.0 InnoDB database? ...
    Darryl RoddenDarryl Rodden
    May 3, 2004 at 3:51 pm
    May 14, 2004 at 12:41 pm
  • Hi! I used mysql++ to write a web application to display a particular database. It worked great. However, when I upgraded my underlying system from FreeBSD 4-STABLE to FreeBSD 5.2.1 and rebuilt the ...
    Jason BarnesJason Barnes
    May 17, 2004 at 9:17 pm
    May 28, 2004 at 9:46 pm
  • Hi, How can I execute the contents of a SQL file using the API? I am looking for the equivalent of typing "source file.sql;" from the mysql command prompt. Thanks. Howard Cole http://www.selestial.com
    Howard ColeHoward Cole
    May 11, 2004 at 9:15 am
    May 13, 2004 at 11:59 am
  • Can someone give me simple code example for connecting to mysql db and reading values of tables. It should be in C++ Builder not MySQL++, only mysql.h and others if need :). Thank you very much, I ...
    TojatomekTojatomek
    May 11, 2004 at 6:37 pm
    May 13, 2004 at 11:47 am
  • I have this code inside a function: try{ Connection con( "conversar", "localhost", g_sUsername.c_str(), g_sPassword.c_str() ); Query query = con.query(); query << sCommand.c_str(); query.execute(); ...
    AldrinAldrin
    May 30, 2004 at 6:37 pm
    Jun 3, 2004 at 10:07 am
  • Hi I am a little new to mysql++. I have been trying to integrate the mysql++ library with K developer but everytime I run the test application I get the error that it cant find mysql.h file which is ...
    Umair TajammulUmair Tajammul
    May 24, 2004 at 4:40 am
    Jun 1, 2004 at 10:12 am
  • In C API, after running mysql_query(), I want to stop this query by mysql_kill(). But I can not get the specific process (query) ID. How could I solve this problem? mysql_list_processes() return a ...
    HSYHSY
    May 27, 2004 at 3:04 pm
    Jun 1, 2004 at 10:08 am
  • Hello, This is a problem in the C API, but I guess someone here could help me out. int verify(const char *logid, const char *passwd) { MYSQL mysql; mysql = database_initialize(0); mysql_close(mysql); ...
    Mukul SabharwalMukul Sabharwal
    May 7, 2004 at 2:03 am
    May 8, 2004 at 3:00 pm
  • Hi, MySQL version: 3.23.58 MYSQL++ version : 1.7.9 OS: Redhat 9 gcc version: gcc-3.2.2-5 I am trying to install Mysql++1.7.9 and have performed the following steps : 1) using gcc-3.2.2-5 I ...
    TasvirrTasvirr
    May 5, 2004 at 10:37 am
    May 8, 2004 at 1:42 pm
  • what groups and permissions do I need to have a "normal" user work with mysql and have the executable run. I got the examples to compile and run under the root acount but now they bomb when I try to ...
    MbdMbd
    May 4, 2004 at 2:52 am
    May 5, 2004 at 12:57 pm
  • We downloaded 4.1.1a build, but all the new APIs for transaction and prepared statements are missing from the libmysql.dll. Is there a build for 4.1.x that we can use to test these APIs? Thanks. MSN ...
    Yueming XuYueming Xu
    May 25, 2004 at 2:52 pm
    May 28, 2004 at 11:03 am
  • Hi there, I'm getting a strange behaviour when returning a value from my user defined function. When I print the return value inside of the function, I get one answer (the correct one), however mysql ...
    Richard MassaRichard Massa
    May 24, 2004 at 11:39 pm
    May 25, 2004 at 12:24 pm
  • Hello. My name is chang ho i have a question. I downloaded the example Mysql++ .NET from homepage. But MFC example can't excute because error occurred. I don't know the reason. Please help me . Can ...
    =?ks_c_5601-1987?B?7JygIOywve2YuA==?==?ks_c_5601-1987?B?7JygIOywve2YuA==?=
    May 18, 2004 at 4:56 am
    May 21, 2004 at 12:35 pm
  • Hi, I am new to mySql++. I had a doubt regarding the result object. I see that it supports functions to retreive values from the result object. I needed to populate a result object given a set of ...
    Vinay SambamurthyVinay Sambamurthy
    May 14, 2004 at 1:40 pm
    May 14, 2004 at 3:24 pm
  • Hi All, I've setup a mysqld on a linux machine on my network, and im atempting to code a front end in borland C++ builder 6, personal edition. Ive downloading the borland builder6 version of the ...
    Darren McDonaldDarren McDonald
    May 9, 2004 at 11:40 am
    May 10, 2004 at 10:23 am
  • Hi, I had posted a query earlier in the forum for which i got the solution but the problem now is that examples/simple1.cc does not compile. FYI the compile commad looks like : g++ -Wno-deprecated ...
    TasvirrTasvirr
    May 6, 2004 at 10:38 am
    May 6, 2004 at 3:08 pm
  • I would appreciate any advice, links and exmaples that might help me combine Xbasic and MySQL. Note, Xbasic doesn't currently support ODBC. Here's a additional link to a Xbasic DLL tutorial: ...
    ListsLists
    May 3, 2004 at 11:31 am
    May 3, 2004 at 11:59 am
  • Hi, 1)You must have libmysql.lib and mysqlplus.lib added to your project. 2)Try to reorder #include commands I've just tested such an order: //---top of file----- #include <windows.h #include <vcl.h ...
    FreeartFreeart
    May 10, 2004 at 6:20 am
    May 10, 2004 at 6:20 am
  • There is no need to alter anything. That is because the option for load data can be put in global or local my.cnf or .my.cnf. -- Sincerely, -- For technical support contracts, go to ...
    Sinisa MilivojevicSinisa Milivojevic
    May 3, 2004 at 11:57 am
    May 3, 2004 at 11:57 am
  • thanks to everyone. I posted on the gentoo forumn and I got a fix for my problems. I can now compile the examples with the (std::ostream&) added
    Gentoo MadisonGentoo Madison
    May 3, 2004 at 2:26 am
    May 3, 2004 at 2:26 am
Group Navigation
period‹ prev | May 2004 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions22
posts75
users23
websitemysql.com
irc#mysql

23 users for May 2004

Sinisa Milivojevic: 30 posts Darren McDonald: 5 posts Darryl Rodden: 4 posts Vinay Sambamurthy: 4 posts Jae Joo: 3 posts Jason Barnes: 3 posts Mike: 3 posts Howard Cole: 2 posts HSY: 2 posts Mbd: 2 posts Tasvirr: 2 posts Tojatomek: 2 posts Tom Riggs: 2 posts Umair Tajammul: 2 posts Lists: 1 post Freeart: 1 post Aldrin: 1 post Kevin Cowley: 1 post =?ks_c_5601-1987?B?7JygIOywve2YuA==?=: 1 post Mukul Sabharwal: 1 post
show more
Archives