  | | | MySQL++ | All
I have just installed MySQL Server 5.0.46 successfully when I tried to
config mysql++ it failed with this
------------
checking for MySQL library directory... configure error Didn 't find
myDumb developer again... anyone see anything wrong here?
.
.
mysqlpp Query query con.query()
std string select build_query(in)
mysqlpp Result result
mysqlpp Row row
resDumb developer question.
I 've casually used 2.1.1 for some time now and am upgrading to 2.3.2. What
happened to libmysqlpp.a ? Of course I 'm getting a bunch of unresolved
externals now... how shHello
in my program - the is always the same loopaction
10 get the current timestamp as ulong
11 insert into timestamptable INSERT INTO TimeStampData(TimeStampValue)
values(ulDateTime)
12 get theHi
I am alok. I am writing some application for 64 bit Windws vista.
Recently I came across C++ wrapper for the MySQL C API (MySQL++). Can
you please tell will it support 64 bit Microsoft vista.
II want my users to pick an item in a Windows Forms combobox. To fill that
combobox I use a SSQLS like so
sql_create_2(TblUrensoort 2 0 string UrensoortOmschrijving int
UrensoortID)
--
mysqlHi
is there an updated version of Waba 's nullable fields patch for the
2.3.2 release?
Best regards
-Patrick
--
MySQL++ Mailing List
For list archives http //lists.mysql.com/plusplus
To unsubscrHi all
I 'm programming a piece of software that continuously looks up if it has
pending sql queries (UPDATE and INSERT) and executes them.
I should also control if I lost the db connection or if a sHello. I 'm new to mysql and mysql++. I 'm trying to compile the below program for use with mysql++
#include <iostream >
#include <iomanip >
#include <mysql++.h >
int main(void)
{
// - > Create a connJoel Fielder wrote
>
> I 'd like the get the row[ "whatever "] interface without
> pulling in mysql.h.
So this is database independence again then.
I think you might be putting too much hope in the All
I have question. Here is the scenario
CREATE TABLE students(
StudentID int(11) unsigned zerofill not null auto_increment
StudentClub enum( 'Soccor ' 'Music ' 'ACM ' 'BoyScouts ') nHi
I 'm new in this ML. I 'm working on Windows 2003 (using VS 2005) for build
MySQL++ and all component of my project. Today I 'm founded that it is
impossible on windows use the following method of DThose interested in the recently proposed changes to Connection might
want to check out what 's in svn right now. In particular allow me to
direct your attention to
- Connection Connection(db swhere is mysqlpp sql_char defined and how can i fet a std string to
work with it
thanks
Albert
--
MySQL++ Mailing List
For list archives http //lists.mysql.com/plusplus
To unsubscribe httpI believe I 've found the proper fix for this problem. In the Query
methods that execute queries (execute() store*() use()) that take a
SQLQueryParms reference add this line above the call to the
I have just downloaded mysql++ and build. I got no error but was unable to run the examples. It did not even let me to debug in VS 2005 dont stop at break point even on the first line of simple1.cppHi all. I admit that i am one of the query.def abusers )
I know that i must change my code putting the parameters ' values in the store or use or execute call. The problem is that my query is dynamicaHi
I am trying to figure out why the following is happening
query < < "SELECT COUNT(*) FROM Category WHERE name %0q "
query.parse()
query.def[ 0 ] "testing "
query.store()
> The MySQL serveHi
I am using mysql++-2.3.2 with Visual Studio 2005.
*I can connect to MySQl
*I can use querys
But I can 't read results
query < < "select * from MyDb "
09
mysqlpp Result res 3Dquery.store()
I am seeing very slow performance when using mysql++ to access a local
db. By "very slow " I mean slower by a factor of 100-1000 in
comparison to running the same queries (in every case a call to aHello
I 'm trying to use mysql++ in my project. My application is composed of
one exe loading different dll. When I use mysqlpp in one of my dll the
LoadLibrary API Fails with 998 Error (STATUS_ACI have started work on MySQL++ v3.0.
My task at the moment is cleaning up the connection establishment
interface. I have something I like but I thought I 'd run it past the
list just in case.
TheHi
I 'm having big difficulties compiling the MySQL++. I 'm using MinGW 5.1.3
in Windows XP. I have followed the steps in readme.mingw. Using dlltool
probably works fine (i don 't quite know what it sAnyone using 2.3.1 please upgrade to this one! There 's a serious bug
in the change to const_string which caused data corruption.
Also if you 're using MySQL 's "multi statements " with either 2.3.0 A stray comma means gcc won 't compile 2.3.1 if you turn on the above
flags (presumably it 's just -pedantic that 's complaining but I 'm not
going to do a long series of tests for a typo). Here 's a patLittle other than bug fixes to 2.3.0 in this one
o Fixed a problem with SSQLS BLOB handling due to data lifetime
issues. const_string objects now keep a copy of their
data not jHi
I just wanted to update to 2.3.0 and noticed that ColData get_string()
isn 't there anymore. We 're sorta used to it. ) Can we have it back?
Best regards
Sven Klose
--
MySQL++ Mailing List
FHi
i 'm currently working on a project where i need to work with several different librarys. i work with ms visual studio 2003 compiler. All of the libs except mysql++ require me to use the "MultitHello
compiling a small program that uses the MySQL++-library I was wondering
why I have to include mysql 's include directory to my include path.
Well I know otherwise the compiler won 't be ablI 've just discovered a problem in the new SSQLS + BLOB handling. Unless
you use this feature very carefully you are likely to access freed
memory because of the way ColData_Tmpl <const_string > --  |
|
 |