Hi,

This time, my problem is:

in my database, i have a column with a bit data type. and it's now "True" .
but when i try this

statuss.Text = google.ToString ' i get google

If google = "True" Then ' it will pass it, to the next code

What could be the problem?

thanks