I have a very simple ADP connected to an SQL Server database via File->Connection. The only objects in the ADP are the SQL Server objects (a couple views, some tables and some store procedures, there is not any vb code). I am the only one using the ADP. If I have a table or stored procedure open and I am updating it, after a period of time, it will give me a message Timeout Expired and then the ADP stops responding. With the table, I was making a change to the value of a column and it did this. I wasn't ever able to update the table again. I had to recreate it. The "dba" says that the time out is set to 0 (unlimited) and my timeout in the ADP under File->Connection->Advanced is also set to zero. Yet, I am still getting these. any ideas?
Thanks in advance!!
Thanks in advance!!