D
Don Reynolds
I have an ADP with a ton of code that I wrote for a database that no longer
exists. Is there any way to open or extract the forms/vba from it?
I believe the connection timeout is saved as infinite, so opening it fails
and it just hangs forever.
I've seen posts about using a hex editor to change the timeout, but i cannot
figure out how to do this.
This is the content of the post that leads me to believe it is possible
http://groups.google.com/group/micr...81962c0dc0e?lnk=st&q=&rnum=7#4285281962c0dc0e
Just wanted to thank everyone for all of thier help. HAHA! - I figured it
out.... Using a HEX editor i was able to find the Property0966\1\3\0. inside
of my adp file. This is the property that sets the database connection
timeout. Setting the last number (0) to a 5 allowed the connection to 'time
out' and therefore allowed me change my connection information using 'file'
and 'connection' in Access. If it is set to 0 it will never time out and will
never connect if the database is not valid. Then you locked up!!!! Hope this
helps someone else.
exists. Is there any way to open or extract the forms/vba from it?
I believe the connection timeout is saved as infinite, so opening it fails
and it just hangs forever.
I've seen posts about using a hex editor to change the timeout, but i cannot
figure out how to do this.
This is the content of the post that leads me to believe it is possible
http://groups.google.com/group/micr...81962c0dc0e?lnk=st&q=&rnum=7#4285281962c0dc0e
Just wanted to thank everyone for all of thier help. HAHA! - I figured it
out.... Using a HEX editor i was able to find the Property0966\1\3\0. inside
of my adp file. This is the property that sets the database connection
timeout. Setting the last number (0) to a 5 allowed the connection to 'time
out' and therefore allowed me change my connection information using 'file'
and 'connection' in Access. If it is set to 0 it will never time out and will
never connect if the database is not valid. Then you locked up!!!! Hope this
helps someone else.