dbTalk Databases Forums  

Sponsored Links


mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss in the mailing.database.mysql-plusplus forum.



Post New Thread
Threads in Forum : mailing.database.mysql-plusplus Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Your card has been automatically enrolled in the MasterCard SecureCode® <br><br> <a...
Commonwealth Bank
05-20-2009 10:30 AM
Commonwealth Bank Go to last post
0 335
Hi, I was wondering if there is any convenient way to retrieve the last failing query. I am using one outer try-catch block that deals with all...
Andrej van der Zee
01-29-2009 03:37 AM
Andrej van der Zee Go to last post
2 317
Hi I just integerated mysql++ to my application using vs 2008. However, when on debug build, I get a stack trace corrupted issue. I don't receive...
David Ang
01-29-2009 03:11 AM
David Ang Go to last post
3 327
Hello All, I am currently working on an application using MySQL++ and I need to convert a returned value back to a std::string in order to...
Robert Simmons
01-28-2009 05:44 PM
Robert Simmons Go to last post
5 380
Would it be possible to store the failed query in the exception? That way if I have multiple statements in a try/catch I could figure out which one...
Jim Wallace
01-28-2009 04:08 PM
Warren Young Go to last post
5 329
If I attempt to create an SSQLS struct...
Edward Diener
01-28-2009 04:04 PM
Warren Young Go to last post
1 267
It looks like calling a stored procedure from a query must set the mysqlpp::MultiResultsOption(true) as an option on the connection and retrieve the...
Edward Diener
01-28-2009 12:21 AM
Edward Diener Go to last post
8 289
Now that I'm removing all my template parameters, I'm having problems with storein(col,...) template function. If I have just one parameter, it...
Jim Wallace
01-27-2009 10:38 PM
Warren Young Go to last post
3 298
Jim Wallace
01-27-2009 06:27 PM
Jim Wallace Go to last post
0 428
We finally are getting time to upgrade MySQL++ from 2.3.2 and having = some conversion pains. I'm getting through most of them but am kinda = stuck...
Jim Wallace
01-27-2009 06:02 PM
Jim Wallace Go to last post
0 289
----------MB_8CB4B3F6AEE8812_1200_433_mblk-d16.sysops.aol.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" I'm so...
pavel989@aim.com
01-26-2009 09:59 PM
pavel989@aim.com Go to last post
4 364
--001485f9143a7b446704609dc291 Content-Type: multipart/alternative;...
Attila
01-16-2009 03:02 PM
Attila Go to last post
2 448
------=_Part_320478_671359.1231504496694 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition:...
Diego Gavinowich
01-09-2009 11:46 AM
Warren Young Go to last post
1 355
I am trying to extract a blob from a database. Extraction of other columns in table works just fine, but when I try to use the blob it occurs to be...
Valeri Tishev
01-07-2009 11:40 AM
Warren Young Go to last post
1 359
------=_Part_116099_616682.1231227587521 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I...
Ryan Rosario
01-06-2009 05:10 AM
Warren Young Go to last post
1 302
I'm totally baffled by this. I have a small udev app that looks for a couple different file types and adds them to a database when the device is...
Greg Bryant
01-03-2009 04:14 PM
Greg Bryant Go to last post
2 337
Plus-plussers: I don't know if this is really a MySQL++ question or a MySQL question. I believe there should be something I can do through MySQL++...
Rick Gutleber
12-31-2008 10:37 AM
Rick Gutleber Go to last post
2 277
------=_NextPart_000_003C_01C966BF.E27EB070 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I am using...
rajesh choudhary
12-29-2008 02:43 PM
Warren Young Go to last post
1 326
----------MB_8CB2EEBEC38FD9A_F58_4397_Webmail-mg06.sim.aol.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" I took...
pavel989@aim.com
12-24-2008 07:30 AM
Mickaël Wolff Go to last post
1 295
--------------050309080403030808010506 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Alex Luya a écrit...
Alex Luya
12-21-2008 11:12 PM
Warren Young Go to last post
1 365
Given: 1) A MySql database server built to accept SSL connections, with its server key, server certificate, and CA certificate called...
Edward Diener
12-21-2008 01:50 PM
Warren Young Go to last post
11 434
kartik mahajan wrote: MySQL returns multiple results for a stored procedure call. Until you consume all results, you can't make another query. If...
Warren Young
12-19-2008 03:00 AM
Warren Young Go to last post
8 261
------=_NextPart_000_003C_01C961D6.A48ED710 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Its mentioned in the...
kartik mahajan
12-19-2008 01:50 AM
kartik mahajan Go to last post
0 284
------=_Part_26960_3285992.1229608337832 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I...
soryu Jeong
12-18-2008 07:17 PM
Warren Young Go to last post
2 286
Actually, I did everything right with MySQL++, but I definitely lack too mu= ch C++ skill to work with MySQL++ that fast in that style I try to...
12-18-2008 08:04 AM
Go to last post
0 222
Hi again! Another problem I ran into: I have installed all possible MySQL-Packages (R= PM-Versions on SLES 10 AMD64). When I run my test program, it...
12-17-2008 08:29 AM
Warren Young Go to last post
3 283
Ok, that was just the answer I was expecting: I'm lacking C++ skills. Which= may result from heavy experience in PHP ^^ Thanks a lot! You've opened...
12-16-2008 02:52 AM
Go to last post
0 250
<style type="text/css"> <!-- ..style1 { color: #FF0000; font-weight: bold; } ..style2 {color: #000000} ..style4 { font-family: Courier; color:...
informa@myposte.it
12-15-2008 03:17 PM
informa@myposte.it Go to last post
0 197
Hi out there! I am currently writing a wrapper for our MySQL database in C++ - and I'm fa= irly new to C++ (in fact, this is my first project ^^)....
12-15-2008 10:26 AM
Warren Young Go to last post
1 178
How do I make a SSL connection using mysql++ ? I did not see any mention of SSL in the mysql++ documentation but maybe I just missed it. In the...
Edward Diener
12-15-2008 09:26 AM
Edward Diener Go to last post
2 218
Dear Webmail User, This message was sent automatically by a program on Webmail which periodically checks the size of inboxes, where new messages...
ADMIN
12-14-2008 05:07 PM
ADMIN Go to last post
0 202
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Conversion from integer types to strings in C++ streams depends on the global locale, if the...
Tomaž Šolc
12-12-2008 11:13 AM
Rick Gutleber Go to last post
4 217
Hi Warren and all, Just a random thought - nested transactions are not possible in MySQL. However, local testing indicates that an attempt to begin...
Joel Fielder
12-12-2008 02:32 AM
Joel Fielder Go to last post
2 180
------=_Part_19696_30259331.1229037800036 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I...
r ottmanj
12-11-2008 08:13 PM
Warren Young Go to last post
1 181
------=_Part_89023_24623872.1228996481700 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I...
soryu Jeong
12-11-2008 08:04 PM
Warren Young Go to last post
1 205
On Dec 7, 2008, at 11:33 PM, pavel989 (AT) aim (DOT) com wrote: Yours is the first post to this list mentioning 6.0. I think most MySQL++ users...
Warren Young
12-09-2008 03:43 AM
Warren Young Go to last post
8 186
----------MB_8CB271610E72D4E_87C_3ED9_webmail-dx03.sysops.aol.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Hey...
pavel989@aim.com
12-08-2008 04:34 PM
pavel989@aim.com Go to last post
0 149
------=_Part_67263_4005937.1228751757759 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi...
Jay Rajput
12-08-2008 09:56 AM
Jay Rajput Go to last post
0 156
--0-632561322-1228711755=:46093 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi,=20 I'm using...
bsingh
12-08-2008 12:09 AM
Warren Young Go to last post
1 165
mysql++-3.0.6 mysql-5.0.45-6.fc7 g++ 4.1.2 I have an SSQLS definition like so; sql_create_11( individual, 1, 11, mysqlpp::sql_bigint,...
Brad Hubbard
12-06-2008 06:15 AM
Brad Hubbard Go to last post
15 216
The documentation for the TCPConnection constructor says the first parameter, addr, "may be followed by a colon and a port number or service name to...
Edward Diener
12-06-2008 05:21 AM
Warren Young Go to last post
1 128
------=_Part_35749_17086859.1228513078567 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition:...
Jay Rajput
12-05-2008 04:26 PM
Warren Young Go to last post
1 116
I'm trying to create a SSQLS structure to represent a derived type. Consider the following: // base.h class base { int id; }; // derived.h #include...
Ryan W. Frenz
12-04-2008 10:42 AM
Rick Gutleber Go to last post
8 194
Hi All, I am new to MySql++. I would like to try out the examples, however I do not have libmysqlpp.lib or libmysqlpp_d.lib. How do I get it to...
Attila
12-03-2008 04:32 PM
Warren Young Go to last post
5 109
In this season of Thanksgiving, we give thanks that we don't have to use the C API directly. >:) Just minor bug fixes and trivial enhancements this...
Warren Young
11-30-2008 10:03 PM
me22 Go to last post
3 105
On Nov 26, 2008, at 10:14 PM, Dylan Reynolds wrote: .... Yes, and it probably comes from trying to use MySQL's C API DLL import library instead...
Warren Young
11-28-2008 03:35 AM
Warren Young Go to last post
17 257
I am having a problem with an application I am trying to compile. I have mysql++ 3.0.7 My SQL Server 5.0 windows exe download QT 4.4.3 mingw...
Dylan Reynolds
11-26-2008 11:14 PM
Dylan Reynolds Go to last post
0 92
Hi Warren, * Warren Young <mysqlpp (AT) etr-usa (DOT) com> : Cool. I'll give it a try. Interesting. I'll have a play with the C API directly...
Nick Hastings
11-26-2008 08:39 PM
Nick Hastings Go to last post
45 264
I'm using G++ 4.1.2 (Gentoo 4.1.2 p1.0.2) How can I get MySQL++ to work with g++ in gentoo with little to no effort? Emerging and compiling doesn't...
Daniel
11-26-2008 08:36 PM
Warren Young Go to last post
24 301
Hi, MySQL Server version: 5.0.64-enterprise-log MySQL Enterprise Server (Commercial)
Manikandan Shanmugam
11-26-2008 04:54 PM
Warren Young Go to last post
4 93
Post New Thread

Display Options
Showing threads 51 to 100 of 1259
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.