Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Create a Temporary Table?

Author  Topic 

davidshq
Posting Yak Master

119 Posts

Posted - 2005-06-13 : 13:34:32
Does anyone know how to create a temporary table in ASP.NET 2.0? Or even 1.1?
David.

- http://www.civilwarsearch.com/
- http://www.thehungersite.com/
- http://www.grid.org/

olay80
Yak Posting Veteran

62 Posts

Posted - 2005-06-14 : 04:21:30
tables for what? u can use "views" if it's something related to a database.

Oliver
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-06-14 : 04:44:16
you mean a new datatable object or a #temp table in sql server?

Go with the flow & have fun! Else fight the flow
Go to Top of Page

davidshq
Posting Yak Master

119 Posts

Posted - 2005-06-14 : 11:15:28
I figured it out. Thanks.

- http://www.civilwarsearch.com/
- http://www.thehungersite.com/
- http://www.grid.org/
Go to Top of Page
   

- Advertisement -