Hi! I have an ASP.NET application that use the CorelLab driver to connect to MySQL. I'm using the SQLyog application to work on the database.
I have an table where I put in one userName type for a customer, one userName type varChar for a seller and an bookId for a book to be sold.
Everything in the application (and database) works fine except this one table. When I instert the customerUsername it works fine, and the bookId too.
But when I try to insert the username for the seller I get ” “. This is the code for “space” it seems when searching the internet. What could be the reason?
It worked fine when I used SQL server.