Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL++
Page 15 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

inserting a vector into a MySQL blob field

Hi I 've searched all over the internet for information about inserting data into blob fields and I 've looked at the mysql++ examples. However I still can 't seem to solve my problem so I 'm posting h

Conversion Error

Hello I am attempting to read a string that has been pushed into a mysql table column by a java application not using the mysqlpp library. I see a conversion error when attempting to read a string

works ok, examples won 't compile - Warren Young, November 28 2006 1:00am

I ran into the same problem as Elias. I 'm also running Ubuntu but I 'm using the source files. The trouble- shooting test proposed by Warren (using mysqlpp cchar x 29 ) built without a hitch. I

Subject: using the 'use ' query.

Hello Running mysqlpp 2.1.1 on Windows XP and 5.0 mysql. Been trying tracking down what appears to be a leak. A wee bit bizarre. I have a column in a mysql database called messageData is a VARCH

error C2065: 'ulong ' : undeclared identifier during build

I rediscovered a problem when building mysql++ from source using Visual C++ 2005 express on Windows XP. The original problem is described here http //www.dbtalk.net/mailing-database-mysql-plusplus/

mysql++, wxwidgets, & wxformbuilder

Hello I 'm disenchanted with the spotty database support in wxWidgets concerning the linkage between the backend database and the GUI frontend. It has an odbc class which displays rows in a grid obj

Buffer Problems?

Hi ive been having this problem and I believe i 've narrowed it down to something im doing wrong with mysqlpp. I 've asked on other forums and they told me they dont know whats wrong because barring

handling medium text in sql_create statement?

Hello I have a quick question. Using mysqlpp 2.1.1. I want to pack a buffer into mediumtext column. What type field should I specify when using sql_create_N(...) I want to create a row using s

new User manual

Dang that new user manual is great it took me ages to search the mailing list to resolve the sql_create_#( name [1 not 0] .... ) issue. thanks! Warren Young wrote > Warren Young wrote > > chr

transactions

hello everybody does the API provide transactions? i did not found any transaction class. thank you

help... how do i use SSQLS within my own classes...

Hi I am hoping that some of you with greater mysql++ and c++ experience can help me. What I want is to be able to use the SSQLS generated code as part of a larger object.... FYI... I can get all th

error C2065: 'ulong ' : undeclared identifier more

mysql++-2.1.1 --------- connection.cpp

error C2065: 'ulong ' : undeclared identifier

thanks for helping guys. I have struggled but I feel the love from your list! I get real close to compiling the lib for your examples but I have one silly error. Since a am a newbie I thought I wou

Subject: sql_create_x and Type issues

I have been searching for the past 3 days for an answer to my problem but can 't seem to find an answer while running #include <mysql++.h >#include <custom.h > sql_create_3(user 1 0

Lost connection on second stored procedure call

Hi I have a simple stored procedure that works the first time but when calling the second time I get "Lost connection to MySQL server during query ". Does anybody have an idea what I am doing wrong?

List up?

I have not received anything for a while and got a probe message. My IT says they are not blocking anything. -- MySQL++ Mailing List For list archives http //lists.mysql.com/plusplus To unsubscribe

A couple of patches

Hi Warren A couple of minor Windows related patches for you to consider. They 're based on the tip of svn from earlier today. The const_string.h one undefines min and define

How to specify which MySQL Server port to connect to?

Hi I have 2 instances of MySQL servers running on my machine and now I want to connect to either 1 @ runtime. One is running on 3306(default) and the other on 13306. So in the connection constructor

Build dll w/ Visual Studio 2005

Hi I 'm trying to build mysql++ into my project. I 've setup a project within Visual Studio 2005 per the readme.vc instructions of the mysql++-2.1.1 release I 'm using with the following exceptions

works ok, examples won 't compile

hi Ubuntu Dapper Drake gcc 4.0.3 MySql 5.0 Pentium M mysql mysql++ and all relevant packages installed from ubuntu repositories the following code #include <stdio.h > #include <mysql++.h > int main

Patch to fix char signedness issue on ppc

Hello On Linux/ppc gcc uses unsigned char 's by default. query.cpp constructs an object of SQLParseElement and gives it a value of -1 for the "char " parameter (n). Later this value is compared to -1

Subject: how to install mysql++

i am now using linux Suseversion is 2.6.5-7.151-smp andmysql server version is 5.0.26-standard-log. which version of mysql++ should i download and install? actually i already download MySQL++ v2.1 o

connect_to_db

I actually solved my problem by simply adding the #include "mysql.cpp " header. Thank you for your attention. Regards Martin

undefined reference to `connect_to_db`

Hello! I am running Slackware Linux 11.0 with kernel 2.6.18 mysql-5.0.24a-i486-1 and mysql++-2.1.1-i386-1. My mysql user is mysql. I have problems with compilation of the first example from the user

Can some help me with this gdb output with mysql and string core

Hi I dont know what i am doing wrong here if someone through some suggestions on this it would be wonderful give me a little detail as to why it could happen. I seems to be from a string lib used b

SSQLS v2 :)

Hello I 'm studying expanded SSQLS code and I have a question. As I can see field_list() (for example) return a temporary object of <ClassName >_field_list. And real output to stream operate with it

Subject: Running Totals with MySQL

I need to keep a running total (not an aggregate) based on data in two columns e.g. a b calculated_col 100 -10 90 50 10 150 -10 -20 120 the rows are selected on certain WHERE cri

Autoincrement results in a 0 value

I have the same table defined in multiple catalogs. The table contains a primary key that is set to auto-increment. In some of the tables auto-increment works fine. In certain others the table

Segmentation fault while creating a new Database

Hi All I have MySQL++-2.1.1 and mysql-4.1.11-2 on my Linux (Fedora Core) machine. I am using MySQL++ functions for creating a table dropping database inserting values into tables etc. I can crea

Storing BLOB using C constructs and no STL(string, streams etc)

Hi I need help in convertin this piece of code in C strings rather than streams and strings. can someone please help me out with the use of escape in char*. c_struct is a C structure with some char
Page 15 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10