RE: Aborted Result in simple Query

2003-06-17 Thread M. Bader
Hello Shane, I found nothing better than the standard MySQL C API standard with MySQL. That's true. I read it now i find it very easy in comparison to the C++ documents. This one reminds me of PHP functions a lot. I have made 2 such classes, which are quite simple, not a significant ammount

Aborted Result in simple Query

2003-06-16 Thread M. Bader
Hi all, this _my_ simple problem: I wrote a little c++ programm in linux using the plusplus api My purpose was to create a simple interface to mysql. Programmer uses my class, gives a sql-string and gets a pointer to the result array wich my class creates out of the result set. this is a

Re: Aborted Result in simple Query

2003-06-16 Thread Shane Bryldt
, June 16, 2003 2:54 PM Subject: Aborted Result in simple Query Hi all, this _my_ simple problem: I wrote a little c++ programm in linux using the plusplus api My purpose was to create a simple interface to mysql. Programmer uses my class, gives a sql-string and gets a pointer to the result