RE: mysql and dbi

2003-09-11 Thread Wiggins d'Anconia
On Thu, 11 Sep 2003 08:39:06 -0500, "Dan Muey" <[EMAIL PROTECTED]> wrote: > > Hi, > > Howdy > > > > > First, sorry for the wrap on the lines below. I am trying to > > insert some > > values into a mySQL database, all of the scalars below have

RE: mysql and dbi

2003-09-11 Thread Dan Muey
> Hi, Howdy > > First, sorry for the wrap on the lines below. I am trying to > insert some > values into a mySQL database, all of the scalars below have a value > (none are undefined). I keep getting errors similar to the > one below and > despite being instructed to read the mySQL manual,

Re: mysql and dbi

2003-09-11 Thread Beau E. Cox
- Original Message - From: "Gavin Laking" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 8:41 AM Subject: mysql and dbi > Hi, > > First, sorry for the wrap on the lines below. I am trying to insert some > values into a

Re: mysql and dbi

2003-09-11 Thread Rob Dixon
Gavin Laking wrote: > > First, sorry for the wrap on the lines below. I am trying to insert some > values into a mySQL database, all of the scalars below have a value > (none are undefined). I keep getting errors similar to the one below and > despite being instructed to read the mySQL manual, I c

mysql and dbi

2003-09-11 Thread Gavin Laking
Hi, First, sorry for the wrap on the lines below. I am trying to insert some values into a mySQL database, all of the scalars below have a value (none are undefined). I keep getting errors similar to the one below and despite being instructed to read the mySQL manual, I cannot find anything th

Re: setting up mysql and DBI package on win98

2002-12-30 Thread Craig Williams
You can't install mysql as a service on 98 so you must run the daemon from the command prompt. Not even sure it works on 98 to start with. C "Patricia Hinman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have set up mysql application server on my pc, and >

setting up mysql and DBI package on win98

2002-12-27 Thread Patricia Hinman
I have set up mysql application server on my pc, and added a class path to the bin. When I use the Mysql Manager Tools Query it throws a 10050 connection failure message. I'm using the word localhost for the server name and 127.0.0.1 for host. And have installed perl 5.8, and used cpan to intall