A Little Direction - Please

This is a discussion on "A Little Direction - Please" within the ASP.NET Forum section. This forum, and the thread "A Little Direction - Please are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 21st, 2004, 21:15
Junior Member
Join Date: Jan 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
A Little Direction - Please

Just looking for someone to give me a little direction on the design of my ASP.Net app. Basically it goes like this:
Connect to SQL
query 13 different tables in the same DB
main table is mostly foreign keys from different tables
need to use these keys to look up text, etc. on the other 12 tables
End Product should be like this:
User selects an entry from a drop down box
query db with that entry and get the selections from all tables
display them
This can't be that difficult, but I am refusing to band-aid it and use classic ASP. I got .NET and intend to use it. I have tried several things (13 different data adapters and 13 different datasets, made custom classes that basically mirror the tables, but I guess I am too stupid to make it work, cause it ain't) Any direction would be greatly appreciated. Thanks in advance

  #2 (permalink)  
Old Apr 22nd, 2004, 05:37
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
This isn't specific to .NET really, but you'll substantially improve your performance and simplify your .NET code by doing as much of this as possible with Stored Procedures within SQL itself.
Closed Thread

Tags
little, direction

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying something new... point me in the right direction? Donny Bahama PHP Forum 1 Apr 18th, 2008 05:59
Opera rtl direction marSoul Web Page Design 0 Mar 1st, 2008 20:44
CSS Padding with rtl direction marSoul Web Page Design 0 Jan 23rd, 2008 14:14
Which Direction Should I Continue & Why? threelefts Free Web Site Critique 11 Nov 8th, 2007 01:21
Problem with re-direction Ed Hosting & Domains 2 Jul 7th, 2007 11:59


All times are GMT. The time now is 06:28.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43