RE: INSERT using C API

2002-06-18 Thread ???
nal Message- From: rm [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: INSERT using C API Hello list, I'm new to C programming, and have used MySQL for only a short time; but I've got a situation where I need to update an existing ta

INSERT using C API

2002-06-18 Thread rm
Hello list, I'm new to C programming, and have used MySQL for only a short time; but I've got a situation where I need to update an existing table using a C function. I'm working on Redhat 7.1 using the MySQL rpm that came with the package. I've written the function so that it compiles, and ex

Re: INSERT using C API

2002-06-18 Thread Cliff Wells
On 18 Jun 2002 20:22:09 -0500 rm wrote: > Hello list, > > I'm new to C programming, and have used MySQL for only a short time; but > I've got a situation where I need to update an existing table using a C > function. > > I'm working on Redhat 7.1 using the MySQL rpm that came with the > package

INSERT using C API

2002-06-18 Thread rm
Hello list, I'm new to C programming, and have used MySQL for only a short time; but I've got a situation where I need to update an existing table using a C function. I'm working on Redhat 7.1 using the MySQL rpm that came with the package. I've written the function so that it compiles, and exe