3
Answers

How to save "F" this symbol in database using c#

Pavithra L

Pavithra L

9y
319
1
Hai,
 
I want to save this symbol  "Φ" in database table . I used to save this symbol asusual in backend but it was save "f" like this . 
 
I want to save "Φ" this symbol and as well as retrieve this symbol. What query I have to use for save this symbol.
 
Anybody help this question.
 
Thanks in advance. 
Answers (3)
1
Sundar

Sundar

NA 9.6k 94.5k 7y
In DB Column, You may have a column to specify the Room is booked on that date or not ?. For a range of dates, use between statement in sql.  If the rooms are booked between the date range, then do your action.