CATEGORIES
How can I Read all the Column Names of a Table using Recordset Object in ASP
Published by: Guest (9/16/2008 3:29:32 PM)
SEP 16 2008
I need all the column names of the table to use in my asp codes. I am using server.creatobject("adodb.recordset") to pull all the information from the sql server database table but i don’t know how to read all the column names using this. Please help me in figuring this out.
Most Popular Articles
- HOW TO PUBLISH A PROJECT IN LOCAL IIS OR OWN MACHINE
- Request object error 'ASP 0104 : 80004005' Operation not Allowed
- Remove Carriage Returns and Line Feeds from ASP Page
- Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out
- How to Find the Time Difference in ASP
Error Type: Microsoft VBScript compilation (0x800A03EA) >>
<< How to Use Split function for Parsing String in ASP
COMMENT