User Profile
Collapse
-
Thank you for the response. I guess I misunderstood DTD. How would I set up an XML so that I can specify the ID? -
XML to DataSet Unique ID
Hello,
I have a very simple xml file that I am reading into a DataSet using VB.NET. The problem I am having is setting my own unique IDs for the elements. After creating a DataSet of the below XML, a new column is added to each table. In this case Product_ID is not used, but a new column of Product_ID_0 is used. From what I have read I need to use DTD to set this. I tried it as follows and no luck. I would appreciate any help.... -
I have not tried stored procedures yet. Will using SP make that much of a difference?...Leave a comment:
-
-
Yes I have tried the DataAdapter's Update method. The results are slower using Update. Thank you though....Leave a comment:
-
ADO.NET Inserts
I'm finding it hard to believe that this is "as good as it gets" when inserting rows into a database. The code below inserts 40,000 rows in about 1.7 seconds. I have read other posts that folks are getting much quicker times. Is this as good as it gets? Thank you for any insight.
Code:Private Sub InsertTest(ByVal Connection As SqlConnection) Using DBTrans As SqlTransaction = Connection.BeginTransaction
No activity results to display
Show More
Leave a comment: