i have a nested xml file and want this data in my database. but i read this xml file with the help of dataset dataset.readxml("file path") i got a error message The same table (recordset) cannot be the child table in two nested relations. I just want yo know how we manage this parent child relationship. :sigh:
M
MODI_RAHUL
@MODI_RAHUL
Posts
-
ACCESS NESTED XML FILES -
Accessing attributes without knowing there namesYou can access this by using dataset ds.ReadXml(XML FILE path); j=0; while(j
-
Connection Via DSN in VB.Netin vb.net when we create connection string we want dsn name in the connection string i want connection via sqlserver please suggest me what connection string i write notify i don't want server name and database name in the connection string. please help me :^)
-
how to connect via dsn:confused:in vb.net when we create connection string we want dsn name in the connection string i want connection via sqlserver please suggest me what connection string i write notify i don't want server name and database name in the connection string. please help me