We maintain several applications with asp/html on the front end and SQL Server on the back end. Frequently our pages construct sql statements in asp and pass them to the db. Usually everything works well.
However, on rare occasions I add a field to a table. After that, I notice that sqls with the asterisk do NOT grab the new fields. Supposedly, the asterisk means "all fields".
This is driving me insane!! Why is this happening??
However, on rare occasions I add a field to a table. After that, I notice that sqls with the asterisk do NOT grab the new fields. Supposedly, the asterisk means "all fields".
This is driving me insane!! Why is this happening??