Re: mySQL with C

2003-03-25 Thread Paul DuBois
gcc3.2, try here: http://www.mysql.com/doc/en/Installing_source.html -Brian McCain - Original Message - From: "David Matthews" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 23, 2003 6:48 PM Subject: mySQL with C >> Could someone point me to a

Re: mySQL with C

2003-03-25 Thread David Matthews
sage - >From: "David Matthews" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Sunday, March 23, 2003 6:48 PM >Subject: mySQL with C > > >> Could someone point me to a tutorial on using mySQL with gcc3.2? >> >> -- >> MySQL General

Re: mySQL with C

2003-03-24 Thread Brian McCain
6:48 PM Subject: mySQL with C > Could someone point me to a tutorial on using mySQL with gcc3.2? > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > -- MySQL General Mailing

mySQL with C

2003-03-24 Thread David Matthews
Could someone point me to a tutorial on using mySQL with gcc3.2? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

insert a large object into mysql with C++ API

2002-06-08 Thread Shaorong Liu
Hi, I tried to insert some large objects into mysql databse with mysql++. But the problem aborted after only inserting one large object and there is always a segmentation fault. Anybody met such problems before? And any suggestion? Thanks!

Re: Performance MySQL with C-API

2001-05-09 Thread Rene Tegel
I made an external file and then a "LOAD DATA". The difference > between both methods is great. > Hope this will be useful. > Best regards. > > > > -- > > De: Raf Geusens[SMTP:[EMAIL PROTECTED]] > > Enviado el: martes 8 de may

RE: Performance MySQL with C-API

2001-05-09 Thread Manuel Barrientos
yo de 2001 14:27 > Para: [EMAIL PROTECTED] > Asunto: Performance MySQL with C-API > > Hi, > > I've got a couple a questions concerning the speed of insert queries when > using the C API from MySQL. I've written an application that receives > data throu

Re: Performance MySQL with C-API

2001-05-08 Thread hooker
> > Hi, > > I've got a couple a questions concerning the speed of insert queries when > using the C API from MySQL. I've written an application that receives > data through a CORBA event channel and stores it in a MySQL database. The > problem is that a lot of events are dropped. I think (I'm qu

Re: Performance MySQL with C-API

2001-05-08 Thread Ansgar Becker
> Could you have a better disk environment on the Solaris machine versus the > win32-machine? The Solaris machine was a little bit slower executing the query, but it runs as a production-webserver and there is much more load on it than on my win32-test-machine. > query that inserted 1 string

RE: Performance MySQL with C-API

2001-05-08 Thread Brandon Lewis
PROTECTED]] Sent: Tuesday, May 08, 2001 9:29 AM To: [EMAIL PROTECTED] Subject: Re: Performance MySQL with C-API > insert 200 strings + timestamps a second through the API. Does that sound > too less or am I expecting too much? Do benchmarks or test results for the > C API exist? If someone

Re: Performance MySQL with C-API

2001-05-08 Thread Ansgar Becker
> insert 200 strings + timestamps a second through the API. Does that sound > too less or am I expecting too much? Do benchmarks or test results for the > C API exist? If someone has more experience on this or knows a place where > I can find out more, plz let me know. I just ran this test on a

Performance MySQL with C-API

2001-05-08 Thread Raf Geusens
Hi, I've got a couple a questions concerning the speed of insert queries when using the C API from MySQL. I've written an application that receives data through a CORBA event channel and stores it in a MySQL database. The problem is that a lot of events are dropped. I think (I'm quite sure actual