hi
i have following string
string1="provid er=pervasive oledb; datasource=test ; location=mycomp uter"
now i want to fetch the string
string2=test (i.e.= whatever in my datasource=)
and string3=mycompu ter (i.e.=whatever in my location=)
also the string in string1 is not fixed
this is windows application in vb.net
Can anyone help me in finding the solution...
thanks in advance....
i have following string
string1="provid er=pervasive oledb; datasource=test ; location=mycomp uter"
now i want to fetch the string
string2=test (i.e.= whatever in my datasource=)
and string3=mycompu ter (i.e.=whatever in my location=)
also the string in string1 is not fixed
this is windows application in vb.net
Can anyone help me in finding the solution...
thanks in advance....
Comment