Re: bugs

2003-11-14 Thread Victoria Reznichenko
Margrit Lottmann <[EMAIL PROTECTED]> wrote: > Why do you refuse to accept my messages. > I urgently need to send our bug report. Post bug reports to the bug databse: http://bugs.mysql.com/ -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsor

Re: BUGs on MyODBC when trying MS DTS MSSQL 2000 to MYSQL 3.23.55

2003-03-07 Thread Karam Chand
I have never tried MS DTS, but SQLyog works great for me in transferring MS SQL Server data to MySQL. --- phil <[EMAIL PROTECTED]> wrote: > How-To-Repeat: > > > I am tried to use MS DTS to transfer a table from > MSSQL 2000 to MYSQL > 3.23.55, > however there has an error during the transformat

Re: bugs with Widows Me

2002-11-19 Thread Nicholas Elliott
Wouldn't you need if (!mysql_query("INSERT INTO table(field) VALUES('$var')")) die("Always die"); ?? (Put the $var in single quotes, as it's a text field) Nick Elliott - Original Message - From: "Erumba Gotha Henri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19,

Re: bugs with Widows Me

2002-11-19 Thread Roger Baklund
* Erumba Gotha Henri > /* >$var="some long text" >or >$var='some long text' > */ The kind of quoting used within PHP does not matter to mysql. > if (!mysql_query("INSERT INTO table(field) VALUES($var)")) die("Always > die"); > > /* >1. MySQL doesn't insert the content of the varia

RE: Bugs and more Bugs.

2002-02-22 Thread Eric Mayers
Joedilson, the syntax for specifying a password to mysqladmin is --password=my_password, or -p if you want it to prompt. (Notice that it says, "Using password: NO" .. thats because it doesn't realize you're trying to use a password). You also need to specify the password when you're using mysql

RE: Bugs and more Bugs.

2002-02-22 Thread Gregory Junker
vedo; [EMAIL PROTECTED] > Subject: RE: Bugs and more Bugs. > > > did you follow the instructions in the link below? > > http://www.mysql.com/documentation/mysql/bychapter/manual_Inst > alling.htm > l#Post-installation > > > > -Original Message- > &g

RE: Bugs and more Bugs.

2002-02-22 Thread Gregory Junker
did you follow the instructions in the link below? http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.htm l#Post-installation > -Original Message- > From: Joedilson B. Azevedo [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 6:08 PM > To: [EMAIL PROTECTED]

Re: bugs for mysql 4.0

2001-10-24 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Jeremy Zawodny writes: >> On Wed, Oct 17, 2001 at 12:18:28AM +0100, Mark Maunder wrote: >> > Where does one post (possible) bugs for mysql 4? >> > >> > I believe this worked in MySQL 3: >> > >> > mysql> create table

Re: Bugs in 3.23.35

2001-03-22 Thread denis
Thanks Sinisa Milivojevic wrote: > denis writes: > > Any ETA on corrected RPM's? > > > > > > Should be out this weekend or in the beginning of next week. > > Regards, > > Sinisa > > __ _ _ ___ == MySQL AB > /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Miliv

Re: Bugs in 3.23.35

2001-03-22 Thread Sinisa Milivojevic
denis writes: > Any ETA on corrected RPM's? > > Should be out this weekend or in the beginning of next week. Regards, Sinisa __ _ _ ___ == MySQL AB /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic /*/ /*/ /*/ \*\_ |*| |*||*| mail

Re: bugs

2001-01-17 Thread Tibor Simko
Hello > INSERT INTO new_table (campo1,campo2) SELECT (campo1,campo2) FROM old_table ^ ^ The 2nd set of parentheses should not be there. > Mysql dont suport sub-querys yet, we will be waiting It is not a subquery issue, see the section 7

RE: bugs

2001-01-17 Thread Gabriel Carbone
Mysql no soporta sub-querys todavia, seguiremos esperando Mysql dont suport sub-querys yet, we will be waiting -Mensaje original- De: Erick Tomás Izquierdo Cerra [mailto:[EMAIL PROTECTED]] Enviado el: Wednesday, January 17, 2001 6:17 AM Para: [EMAIL PROTECTED] Asunto: bugs no puedo eje