What setup can cause the Save to take too long at least at the first time. Using maintenance forms with one or 2 tables I see this problem. I can have a table like Credit Card Type with 4 records and the Save took 8 seconds the first time. The second time it is instantly.
Regards,
Doron
If it were me, I would work backwards. I would create a simple test app that just creates an SqlConnection, and determine if the bottleneck is at the time of the initial connection being created or something else. This might even call for a packet sniffer if you can't pinpoint where the slowness is coming from.
Thanks for your reply.