Re: VS.NET C++ and MySQL

2004-11-24 Thread Paul Grenyer
Hi > I am new to VC++ but getting better indeed. I need help on how to connect to > MySQL server. This is a big topic and as you say not really appropriate here. Join this MSVC list and I'll help you there: http://peach.ease.lsoft.com/archives/msvc.html Regards Paul Paul Grenyer email: [EMAIL

VS.NET C++ and MySQL

2004-11-24 Thread Ferhat BINGOL
Hi, I know this is not the exact topic of the list but I am sure some people from this list spend some time on it. I am new to VC++ but getting better indeed. I need help on how to connect to MySQL server. I need a connector and an example. It must be free because this is a student project :) S

Compiled c++ and mysql codes run in python cgi script

2004-08-04 Thread Yong Wang
Hi, All: We have a network management system written in C++, MysQL, and Hp SNMP. It works in Solaris command line. When I wrote a similar python codes which call compiled C++ and mysql codes in solaris command line, the comipled codes work fine in wraped python file. When I change the python

Visual C++ and mysql 'text' type

2003-03-21 Thread Collin Peters
If I do a query on a table which has a column of the 'text' type, I get the following error: "Positioned request cannot be performed because result set was generated by a join condition". This is on a simple select with a join between two tables. I'm using a wrapper class from codeproject.com to

Re: C# and MySQL without ODBC

2002-01-14 Thread Sinisa Milivojevic
Markus Fischer writes: > > Hmm .. could you be a bit more elaborative (sp?) please what > you mean with this? thank you > > - Markus That meant that we are in the planning process ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevi

Re: C# and MySQL without ODBC

2002-01-14 Thread Markus Fischer
On Mon, Jan 14, 2002 at 03:03:11PM +0200, Sinisa Milivojevic wrote : > Markus Fischer writes: > > Does someone know if there's a native C# implementation > > available OR a wrapper around libmysqlclient for C#? > > As far as I know, no not yet. Ok, thx. > But we are preparing our st

Re: C# and MySQL without ODBC

2002-01-14 Thread Sinisa Milivojevic
Markus Fischer writes: > [Please CC me, I'm not subscribed] > > Does someone know if there's a native C# implementation > available OR a wrapper around libmysqlclient for C#? > > thx, > Markus As far as I know, no not yet. But we are preparing our strategy on how to tac

C# and MySQL without ODBC

2002-01-13 Thread Markus Fischer
[Please CC me, I'm not subscribed] Does someone know if there's a native C# implementation available OR a wrapper around libmysqlclient for C#? thx, Markus - Before posting, please check: http://www.m

C and MySQL

2001-11-27 Thread Wilson de Aguiar
Hello ALL I'm making a program that will read a file that haves more or less 500.000 lines. The program filter this lines and record the data in a MySQL database. It will record more or less 500.000 records. I am reading the data of an archive text, sequentially, more or less like this:

C and MysQL

2001-11-27 Thread Granzoto
Hello ALL I'm making a program that will read a file that haves more or less 500.000 lines. The program filter this lines and record the data in a MySQL database. It will record more or less 500.000 records. I am reading the data of an archive text, sequentially, more or less like this:

Re: C and mySQL

2001-08-15 Thread Michael T. Babcock
www.mysql.com click on documentation scroll down to the C interface documentation. - Original Message - From: "Tobias Wennerberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 3:44 PM Subject: C and mySQL how do you

C and mySQL

2001-08-15 Thread Tobias Wennerberg
how do you make a connection in C?

Re: c and mysql

2001-02-01 Thread Paul DuBois
On Thu, Feb 01, 2001 at 05:29:02PM -0200, Jader Wallauer wrote: > Where can i get an exemple of connection using c with mysql! > for gcc with freebsd OS. > tkz! > []'s Jader 1) Any of the C clients in a MySQL source distribution: mysql, mysqladmin, mysqlshow, etc. 2) http://www.mysql.com/Download

Re: c and mysql

2001-02-01 Thread Ryan Wahle
In the manual. www.mysql.com On 01 Feb 2001 17:29:02 -0200, Jader Wallauer wrote: > Where can i get an exemple of connection using c with mysql! > for gcc with freebsd OS. > tkz! > []'s Jader - Before posting, please check:

RE: c and mysql

2001-02-01 Thread The Tilghman
Download the manual and turn to Chapter 22. -Tilghman -- "There cannot be a crisis today. My schedule is already full." --Henry Kissinger > -Original Message- > From: Jader Wallauer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 01, 2001 13:29 > > Where can i get an exemp

c and mysql

2001-02-01 Thread Jader Wallauer
Where can i get an exemple of connection using c with mysql! for gcc with freebsd OS. tkz! []'s Jader