I am developing one web app in which i need to connect to 6 access databases one at a time.
The problem is that the code does not work well properly, sometimes it gets stuck over
Executereader() function and when i use the debugger to know the value of Connection , Command
it 's shown as
Error: can not obtain value.(there is one sign of refresh button)
The same sign is for all the members of the connection object and all the onjects invloved like command and reader !
The problem is that the code jams sometims in the 1st database sometimes in the second etc etc.
How to get around this problem ?
Please help it's very urgent !
					The problem is that the code does not work well properly, sometimes it gets stuck over
Executereader() function and when i use the debugger to know the value of Connection , Command
it 's shown as
Error: can not obtain value.(there is one sign of refresh button)
The same sign is for all the members of the connection object and all the onjects invloved like command and reader !
The problem is that the code jams sometims in the 1st database sometimes in the second etc etc.
How to get around this problem ?
Please help it's very urgent !
Comment