- Регистрация
- 20.10.2014
- Сообщения
- 7
- Благодарностей
- 0
- Баллы
- 1
Hello guys im from germany so my english is not that good
I found an thread here for connection c# to mysql. this works fine for me im doing a select and the result will be safed in a variable. my problem, i try to compare the result of mysql with an other variable with the if logic but everytime a bad end.
If looks like this:
"{-Variable.var_url-}"=="{-Variable.var_db_result-}"
First Variable is the url of a site and the second is the result of mysql.
If i make a new variable and put the content from {-Variable.var_db_result-} to it it works.
I hope someone has a tip for me
This is the Code i found in the forum:
I found an thread here for connection c# to mysql. this works fine for me im doing a select and the result will be safed in a variable. my problem, i try to compare the result of mysql with an other variable with the if logic but everytime a bad end.
If looks like this:
"{-Variable.var_url-}"=="{-Variable.var_db_result-}"
First Variable is the url of a site and the second is the result of mysql.
If i make a new variable and put the content from {-Variable.var_db_result-} to it it works.
I hope someone has a tip for me
This is the Code i found in the forum: