Dear Mkaatr,, i tried it with my SQLSERVER Database, but it gave me the following error:
"There is already an open DataReader associated with this Command which must be closed first."
After that I Surrounded the Filltree by Catch Try,
it didnot gave the error mention above, but not working propely, i mean it showing only Parent items, not child,,
plz tell me whats the problem
Thank you
sumair4u 2 weeks ago
@sumair4u
Hi there...
Sorry for the late response. In SQL Server, each time you open a DataReader, you can't open another one unless you close the previous first.
To solve this, add the following to the end of the connection string:
MultipleActiveResultSets=True
yours sincerely.
mkaatr 4 days ago
brilliant!!
dnivye21 2 months ago
This tutorial is very helpful... THANK YOU!
mellwell2005 3 months ago
@mellwell2005
You are welcome.
mkaatr 3 months ago
thank you sir!
bopert 6 months ago
how to populate tree view from All drives>folders>files of all disks
aalamnaryab 10 months ago
@aalamnaryab
search the website for : "Re: alamnaryab - view hard disk dir in treeview" or just search the questions and answers section. I uploaded a video for that.
yours
mkaatr 10 months ago
gracias.
neilmas 11 months ago
I thought this was YUI 2 TreeView... maybe should write VB into the title :)
waroftheworldseu 1 year ago
@waroftheworldseu
Sorry about that, I updated the title as suggested.
yours.
mkaatr 1 year ago
thanks so much!
ddsharper 1 year ago
Dear Mkaatr,, i tried it with my SQLSERVER Database, but it gave me the following error:
"There is already an open DataReader associated with this Command which must be closed first."
After that I Surrounded the Filltree by Catch Try,
it didnot gave the error mention above, but not working propely, i mean it showing only Parent items, not child,,
plz tell me whats the problem
Thank you
sumair4u 2 weeks ago
@sumair4u
Hi there...
Sorry for the late response. In SQL Server, each time you open a DataReader, you can't open another one unless you close the previous first.
To solve this, add the following to the end of the connection string:
MultipleActiveResultSets=True
yours sincerely.
mkaatr 4 days ago
brilliant!!
dnivye21 2 months ago
This tutorial is very helpful... THANK YOU!
mellwell2005 3 months ago
@mellwell2005
You are welcome.
mkaatr 3 months ago
thank you sir!
bopert 6 months ago
how to populate tree view from All drives>folders>files of all disks
aalamnaryab 10 months ago
@aalamnaryab
Hi there...
search the website for : "Re: alamnaryab - view hard disk dir in treeview" or just search the questions and answers section. I uploaded a video for that.
yours
mkaatr 10 months ago
gracias.
neilmas 11 months ago
I thought this was YUI 2 TreeView... maybe should write VB into the title :)
waroftheworldseu 1 year ago
@waroftheworldseu
Sorry about that, I updated the title as suggested.
yours.
mkaatr 1 year ago
thanks so much!
ddsharper 1 year ago