Hello everybody. Pls Take a look at my schema. lets suppose I have an xml of that type loaded in a dataset named "ds"
to input a new entry I would say Dim newrow as .....
newrow.Item("username")="PROKA"
but what about
newrow.Item("Picture") ????
I dont know how to handle it
I think it needs something of type Users.PictureRow but I am getting some errors. Pls help me
to input a new entry I would say Dim newrow as .....
newrow.Item("username")="PROKA"
but what about
newrow.Item("Picture") ????
I dont know how to handle it
I think it needs something of type Users.PictureRow but I am getting some errors. Pls help me
Last edited by a moderator: