I posted earlier (and received valid answers, thanks) about a problem I had loading xml into sql. Ive got the code working to a point, but just not sure how to define what table to load the data to.
How can I find out the zero-based index of the table if I use the line below
sourcedata = ds.Tables[0];
Or, if I use
sourcedata = ds.Tables[Uploads];
how should this be formatted, as I get an error due to a type being used like a variable
thanks again