SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old June 13th, 2000, 12:56 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
How to get the field's name from a table ?

<i><b>Originally posted by : Gal Tamir - Israel (gtamir@applicom.co.il)</b></i><br /><br />I have a very small problem ( I think so ).<br />I want to get a list of all the fields from a specific table.<br /><br />Can someone help me with that one ???<br /><br />Thanks,<br /><br />Gal.<br /><br />More info:<br />Let's say I have table named "DBUser"<br />and in that table there are 3 fields : "DBName" "DBFamily" "DBAddress".<br />How can I get these field names if I don't know them already ?<br /><br /><br />

Reply With Quote
  #2  
Old June 20th, 2000, 01:46 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
<i><b>Originally posted by : padmaja tallavajhala (coolpersona@hotmail.com)</b></i><br /><% <br /> 'establish connection to the database to open recordset<br /> '--------------------------------------------------------------------------------<br /> stDataPath = Server.mappath("accessdata esttravel raveldata.mdb")<br /> sSQL = "Select * from tbl_arrangements;" <br /> <br /> Set oConn = Server.CreateObject("ADODB.Connection")<br /> Set oRs = Server.CreateObject("ADODB.Recordset")<br /> oConn.Open "DBQ=" & stDataPath & ";Driver={Microsoft Access Driver (*.mdb)};" <br /> oRs.Open sSQL, oConn, 1, 3<br /> <br /> 'start moving through the records of the database<br /> '---------------------------------------------------------------------------------<br /> oRs.MoveFirst <br /><br />%><br /> <TABLE BORDER=1 COLS=<% = oRS.Fields.Count%>> <br /> <TR><br /> <% For Each oField In oRS.Fields %><br /> <TH> <% = oField.Name %> </TH><br /> <% Next %><br /> </TR><br /> <% Do While Not oRS.EOF %><br /> <TR><br /> <% For Each oField In oRS.Fields %><br /> <TD ALIGN=RIGHT><br /> <% If IsNull(oField) Then <br /> Response.Write " "<br /> Else<br /> Response.Write oField.Value<br /> End If %><br /> </TD> <br /> <% Next <br /> oRS.MoveNext %><br /> </TR><br /> <% Loop %><br /> </TABLE><br /><% oRs.Close<br /> Set oRs = Nothing %><br /><br />Hope this clarifies your doubt...<br /><br />------------<br />Gal Tamir - Israel at 6/13/2000 9:56:54 AM<br /><br /><br />I have a very small problem ( I think so ).<br />I want to get a list of all the fields from a specific table.<br /><br />Can someone help me with that one ???<br /><br />Thanks,<br /><br />Gal.<br /><br />More info:<br />Let's say I have table named "DBUser"<br />and in that table there are 3 fields : "DBName" "DBFamily" "DBAddress".<br />How can I get these field names if I don't know them already ?<br /><br /><br />

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > How to get the field's name from a table ?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek