I am trying to query my database using ASP...i did a Response.Write to view the query.....
UPDATE BatterStats SET H=3,K=0,E=0,AVG=.456 WHERE ID=23
It was working fine until i added the AVG part with the decimal and what not. I tried the query in Access and it worked fine. What could the problem possibly be?