Sure, you can save just about any data into a temp table. Since Sql Server
supports batch statements, you can use one statement to create the temp
table , a ; and then the insert statement. It's syntactically a little
bulky but doable. Here's an example of creating a temp table and loading an
array into it, it's effectively the same process with any other data
structure although you can do it a little more elegantly depedning on what
you are loading... http://www.knowdotnet.com/articles/temptables.html
Cheers,
Bill
Luke v said:
Anyone konws haow I can save as populated Dataset (with one datatable) in
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.