Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Other Office > Infopath
|
Infopath Programming and automation discussions only please. :)
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Infopath section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 19th, 2010, 01:03 PM
Registered User
 
Join Date: Nov 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Infopath - Main Connection: Performance issue

Hi,



In my InfoPath form I have a Main Connection defined like this (a sample query given below),



select field 1, field 2, field 3, field 4, field 5 from table 1
append
select ... from table 2
append
select ... from table 3
append
select ... from table 4
append
select ... from table 5


all the above tables are related with 'ID' column.


My form contains 3 differnt views.

1st view is used for quering information from table 1 based on field 1 and field 2 values.
Remaining 2 views uses other tables and its fields respectively.


In my form 1st view I have 2 text box fields defined (that belongs to table 1),
that is,
field 1 and field 2
and a button "Retrive details". On click of this button it opens the main connection and pulls the records that was provided in field 1 an field 2.


Now the concern is, whenever I click this button the query takes too much of time (almost a minute) to
pull the records that belongs only to table 1.


I'm thinking whether due to other tables join the query is getting slow down? but other tables are getting used by remaining 2 views of this form.


How can I overcome this kind of performance issue?

Kindly help.


with regards,
Krish TS





Similar Threads
Thread Thread Starter Forum Replies Last Post
Increase Performance of main query vb89 Oracle ASP 0 September 8th, 2008 12:26 AM
performance issue with the xsl given here anboss XSLT 11 July 16th, 2008 03:05 AM
performance issue keyvanjan Classic ASP Basics 0 May 23rd, 2006 10:57 AM
issue of performance alyeng2000 SQL Server 2000 6 August 20th, 2004 01:17 PM
Performance issue deyakhatib SQL Server 2000 2 June 21st, 2004 10:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.