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
- Remove Carriage Returns and Line Feeds from ASP Page
- What is the Server Variable Request for IP Address
- Request object error 'ASP 0104 : 80004005' Operation not Allowed
- Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out
- Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Error Type: Microsoft VBScript compilation (0x800A03EA) >>
<< How to Use Split function for Parsing String in ASP
COMMENT