I have tried to follow several articles that I have found on the
internet to create a form that has fields that are bound to my sql
database. I found a sample of some scripting that is supposed to take
the field value from a text field and use that as an input to a sql
command to query the database and then populate the fields in my
template. One problem I have encountered is a statement 'Connection for
Source DataConnection failed because the environment is not trusted'. I
am hoping to find som...