HOW CAN I COUNT A TRANSACTION FROM XML DOM???
-
I have a big size xml dom. Each node has lots of sub node and each subnode has lots of child sub nodes.I want to read,validate and save this xml data to database. How can i count a transaction while save xml data to database. Can anyone olz give me some idea. thanks and regards tarak
-
I have a big size xml dom. Each node has lots of sub node and each subnode has lots of child sub nodes.I want to read,validate and save this xml data to database. How can i count a transaction while save xml data to database. Can anyone olz give me some idea. thanks and regards tarak
TARAK NATH ROY wrote:
How can i count a transaction
What do you mean?
only two letters away from being an asset
-
I have a big size xml dom. Each node has lots of sub node and each subnode has lots of child sub nodes.I want to read,validate and save this xml data to database. How can i count a transaction while save xml data to database. Can anyone olz give me some idea. thanks and regards tarak
What do you mean my "count a transaction"?? That doesn't make any sense the way you wrote the question.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
I have a big size xml dom. Each node has lots of sub node and each subnode has lots of child sub nodes.I want to read,validate and save this xml data to database. How can i count a transaction while save xml data to database. Can anyone olz give me some idea. thanks and regards tarak
-
TARAK NATH ROY wrote:
How can i count a transaction while save xml data to database.
For each transaction, add one to the previous count.
Also you should initialize the count with 1. You can use a different number, and subtract that later, but its not as efficient as just starting with 1.
Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
Entanglar: .Net game engine featuring automatic networking and powerful HLSL gfx binding. -
Also you should initialize the count with 1. You can use a different number, and subtract that later, but its not as efficient as just starting with 1.
Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
Entanglar: .Net game engine featuring automatic networking and powerful HLSL gfx binding.