  | | | MySQL++ | Hi
Im a newbie with C++.
I need some help in getting my C++ code to work with mysql through mysql++.
I started a new project in VC++ .Net (VC++ Console Application .Net)
and cutnpasted the code fromWe have an application that uses the mysqlclient++ libraries for email
archival. We have recently been getting killed because of
http //bugs.mysql.com/bug.php?id 4143. It seems that mysql keels I am selecting 4 columns from a mysql table defined as
double NOT NULL default '0 '
On line 4 below a BadConversion exception is thrown with the what()
message of
Tried to convert "0.00PSubmitted for your approval.
mysql 5.0.13 introduced a flag that will allow the connection to
automatically reconnect if it lost its connection to the server for some
reason. I added a opt_reconnecI have un-tarred the latest version of mySQL++ 2.0.7 and followed the
instructions for the install. I am building this with MSVC 2003.
Unfortunately the build process is looking for "mysql.h ". TherHi
I 've this problem that at the moment I am not able to solve
I 've two pc one is just for computation and the other is just for
storage. MySql is installed on the second but all the software wHello fellow coders
Version 0.2 of the packarray class is available at the same spot
http //www.netdirect.ca/~cdfrey/software/packarray.cc
This version handles endian issues all at once and conHi
I ran into the following rpm spec error when building mysql++ on Fedora Core 4
error Legacy syntax is unsupported copyright
error line 5 Unknown tag Copyright LGPL
Apparently theHi
I decided to treat myself to some Free Software coding tonight and you
lucky folks can reap the benefit. -)
Version 0.1 of the packarray template class can be downloaded here
http //www.netHi all
I am newbie to writing code s to connect to MySQL from VC++ 6.0 but well familiar with MySQL. I need to know where can I download proper library and header files to be able to connect Should it be possible to pass a Result to a function by copy? I had a problem
with sporadic crashes and tracked it to a function where I had accidentally
declared a parameter as "Result " instead of "cg++.exe -IC \mysql++\lib -IC \mysql\include -I..\dbtest2
-Id \Dev-Cpp\include -c main.cpp -o .objs\main.o
g++.exe -LC \mysql++\lib\debug -LC \mysql\lib\gcc
-LD \Dev-Cpp\include -o "C \DocumRedFraggle wrote
>
> In the problem might depend on the fact that i still have a 'Result '
> stored somewhere else which is not deleted while closing the
> connection but i 'm not sure (this woulI have a problem while calling mysql_close()
After the dtor of Connection() is called the program hangs somewhere in libmysql after mysql_close() was called in
Connection ~Connection()
{
mysqHellow.
where i can read roadmap for 5.2 and lates versions of mysql?
--
Best regards
Nikolay Shestakov
E-Mail nikolay@(protected)
JID nikolay@(protected)
--
MySQL++ Mailing List
For lisHi All
Am running quite an old version of MySQL++ at V1.7.25. I know I really
need to move on to a later release but I know there will be a lot of
breakages in my app. and I do not have time to soHi
I have a table that contains a BLOB and I 'd like to use an SSQLS to
query it.
e.g.
Int
Int
Blob - containing 200 floats in binary format
Varchar(128)
Varchar(128)
I use an sql_create_5() stDoes MySQL++ 1.7.40 support Visual C++ 6.0 ? If not is the API for
1.7.1 the same as 1.7.40 so I do not need to modify my application....
Thanks for any info )
--
MySQL++ Mailing List
For list arThis is mostly a collection of small bug fixes that has been piling up
over the past few months. Upgrade only if you 're having one of these
problems
o Added explicit mysqlpp namespace qualifHi
I just noticed this announcement on gna.org
https //gna.org/forum/forum.php?forum_id 898
Looks like it is possible to change the commit mailing list so the
diffs are mailed out along with theMark Merendino wrote
>
> At line 621
>
> -- *this < < " ( " < < it- >value_list() < < ') '
>
> ++ dynamic_cast <std ostream& >(*this) < < " ( " < < it- >value_list() < < ') '
Thanks for the fix.
--
MyOops I forgot to say that after changing the .def file of
course it is required to regenerate libmysqlclient.a with dlltool
!????m????????~???{-3$?/? ?w??+zW??? "?az?zs???????j???????%vg??h???^??B?g??????????[y????&??bnW????zX??+*??bz{]y??j)????@???????j?m "? "?W????z????+j{???(????????l?f??v?y????f???z????&????? Hello!
I use Debian Sid and I installed the libmysql++-dev package.
How can I compile a simple example? I tried with
g++ test1.cpp -o test -I/usr/include/mysql++ but the compiler GCC MSVC++ and Sun Studio 11.
If you prefer to just add support for Sun compilers the
compiler defines "__SUNPRO_CC " when compiling C++.
/kristofer
> I suppose the compile would fail anyway iWhile runing "make " I get the following error
c \mysql\lib\defs.h(34) fatal error C1083 Cannot open include file '
mysql.h ' No such file or directory
make[1] *** [coldata.obj] Error 2
make[1]Alright I give up.
I 've searched the documentation and internet to the best of my abilities
and I 've not been able to find a solution to this problem. I 'm using
VC++ 2005 (beta).
When I try to bHi all
I found that VC (7.1 2003) project files can fix the problems in building
MySQL++ 2.0.6 in the maillist.
Could some one send me a copy of that? Thanks a lot.
Well I seem to have compiled the DLL fine but then this pops up at the end
of the compilation.
del /q "..\examples\debug\ "*.exe
Could Not Find C \mysql++\examples\debug\*.exe
make[1] *** No rule toThe two include files
lib/convert.h
lib/defs.h
contain defines that only seem to support GCC and MSVC++.
I think most Unix compilers/platform headers will be able
to interpret the GCC version of |
|
 |