Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Member Avatar for studentoflife

I return 30 tables or so from sql in a stored procedure. In the stored procedure I select these tables via... [CODE]select * from myTable1 select * from myTable2 select * from myTable3[/CODE] etc. These tables lose their sql table name when returned in a dataset and have default names …

Member Avatar for studentoflife
0
188
Member Avatar for studentoflife

I'm returning over 30 tables in a sql stored procedure which come back in a dataset. I store this in session state and hold for 20 mins before refreshing. My problem is, I need to be able to search the dataset for a particular table by name. At the moment …

Member Avatar for abelLazm
0
5K
Member Avatar for studentoflife

Hello, I'm trying to write an asp.net app which searches a sql db and returns/updates the data. I want to be able to hold the currently selected id of the item my user has selected. For example a doctors surgery would select a patient record then be able to browse …

Member Avatar for kouroshnik
0
138
Member Avatar for studentoflife

Hi, can anyone help me with this one? Whenever I try and use the website administration tool I get the message above straight away. I've searched a lot for a solution but can't find one that works. I have tried running aspnet_regsql.exe, tried changing the default browser, tried restarting IIS, …

Member Avatar for Fortinbra
0
233