[RESOLVED] [2008] not working
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
Re: [RESOLVED] [2008] not working
From what I've noticed, you do seem to find your solution because you probably do have coding potential, but you don't get good answers from these forums because (frankly) you explain your problems in vague, unintelligible ways. It has nothing to do with command over a language, it's simply a matter of the amount of assumptions you make and the amount of code you show to others.
For example, if I came up to you and said
"Hey met, my code isn't working. Look:
string x = marsDay.Apple();
Help me."
You wouldn't even know what the problem is.
Sure, I am having a go at you, but it's so that you can explain your problems well in the future and get the best advice from us... because there are 99 ways to solve a problem, but only 1 way that's the best way.