On Mon, 3 Nov 2008, Jesse wrote:
> I have an ASP.net web application running on a WS03 server using MySQL
> 5.0.67-community-nt-log.
>
> I have a form that allows the customer to use a visual HTML editor to input
> text that will appear on a web page. So, the text contains HTML tags. When
> it
Thanks for your patient reply.
Now I believe that the memory leak problem was generated by the program.
On Sat, Nov 1, 2008 at 5:31 PM, Ian Christian <[EMAIL PROTECTED]> wrote:
> 2008/10/31 Moon's Father <[EMAIL PROTECTED]>
>
>> *A prepared statement is also global to the connection. If you cr
I have an ASP.net web application running on a WS03 server using MySQL
5.0.67-community-nt-log.
I have a form that allows the customer to use a visual HTML editor to input
text that will appear on a web page. So, the text contains HTML tags. When
it tries to save the text to the table in the
Ali, Saqib wrote:
I exported a large data set from from Microsoft SQL server in CSV
format. However whenever I try to import that data to a a mySQL server
running on Linux, it adds a space between each character in each
field.
Essentially:
Saqib Ali
becomes
S a q i b A l i
I have tried to use
> try "OPTIONALLY ENCLOSED BY ' " '
already tried that. no help :(
saqib
http://doctrina.wordpress.com/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
How can I remove a table space from the internal data dictionary? The
documentation doesn't help at all.
Even after a fresh installation and importing all dumps of the databases
from scratch, I get these errors:
Attempting backtrace. You can use the following information to find out
where my
I exported a large data set from from Microsoft SQL server in CSV
format. However whenever I try to import that data to a a mySQL server
running on Linux, it adds a space between each character in each
field.
Essentially:
Saqib Ali
becomes
S a q i b A l i
I have tried to use the dos2unix cmd on