B
Ben
Hi -
I have a pretty extensive form that loads a lot of data from two different
SQL views on a seperate SQL server. When I open the form and it makes its
initial data connection, it uses one dataconnection and populates a drop down
list with names. From there you select the name and it populates another
view in infopath with the appropriate fields. This process takes about 2
minutes on the initial load. Its then pretty quick switching users (5
seconds). The query is quick when run on the SQL server so I know its not a
performance issue on there.
My guess is that once you select a name (first query), it sorts all the
information returned in the second query when is everything. Is there a way
to put in the select statement to only return data based on the name selected
in the first query? Thanks!
Ben
I have a pretty extensive form that loads a lot of data from two different
SQL views on a seperate SQL server. When I open the form and it makes its
initial data connection, it uses one dataconnection and populates a drop down
list with names. From there you select the name and it populates another
view in infopath with the appropriate fields. This process takes about 2
minutes on the initial load. Its then pretty quick switching users (5
seconds). The query is quick when run on the SQL server so I know its not a
performance issue on there.
My guess is that once you select a name (first query), it sorts all the
information returned in the second query when is everything. Is there a way
to put in the select statement to only return data based on the name selected
in the first query? Thanks!
Ben