Tek707
09-12-02, 14:39
| Is there a way I can get the field names of an AS400 table via ASP coding. |
View Full Version : AS400 Table Information
| Is there a way I can get the field names of an AS400 table via ASP coding. |
| Originally posted by JonathanB All depends on what database access layer your using... Once you have the data in a recordset you can retrieve the field names using: Thanks...That helped alot. |