3
Answers

integration of google api java based or .net based

I want to make a gui using google maps.but m confused between different api availables.i worked with Gmap.net.but read somewhere that java based google api are much better .so can we integrate or use java based api in windows form application or the better way is to work with .net library like gmap.net ?
Answers (3)
1
Amit Gupta

Amit Gupta

NA 16.5k 25.7k 8y
You can use ISNULL function, if value is null it display 0
 
ISNULL(columnName, 0)
 
For further reference:
http://stackoverflow.com/questions/16667148/instead-of-null-how-do-i-show-0-in-result-with-select-statement-sql
 
Do let me know if it solves your problem. 
0
Bikesh Srivastava

Bikesh Srivastava

NA 19.8k 835.1k 8y
Use this code.
ISNULL(clmnName, 0)