Current location: Hot Scripts Forums » Programming Languages » ASP.NET » How to view database without using Datagrid


How to view database without using Datagrid

Reply
  #1 (permalink)  
Old 10-11-04, 02:10 PM
mayagenesis mayagenesis is offline
New Member
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
How to view database without using Datagrid

Hey everyone,
Is there a way to view database fields without using datagrids. There is a way by using MajDs.Tables("Majors").Rows(0).Item("TimeSlot") but how do you get to the next field.

Thanks in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-19-04, 11:22 PM
thuenb thuenb is offline
Newbie Coder
 
Join Date: Oct 2004
Location: MI
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
In the example given the field you are using is TimeSlot.
If you want to go to the next row of data in your table you would change your program from
MajDs.Tables("Majors").Rows(0).Item("TimeSlot")
to
MajDs.Tables("Majors").Rows(1).Item("TimeSlot")
you can use a for loop to iterate through the number of rows that you have in the table...
__________________
Best Regards,
Brian Thuen
http://www.AdvisedSolutions.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Form to update a MySQL database? Scoobler PHP 9 09-04-08 02:41 AM
View, edit, delete and add data to a database bigkid PHP 9 07-22-04 12:51 AM
Script for uploading data from local database to production database pual_cruzs PHP 1 07-06-04 01:44 AM
Share database over the internet nitinkedia PHP 0 07-11-03 01:22 AM


All times are GMT -5. The time now is 01:27 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.