Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-10-29 : 22:49:01
|
Edward writes "I want to read the Description value for fields in my access database..
i can read the name of the field using rs.field(i).name and i can read the value using rs.field(i).value and the datatype using rs.field(i).type
but how do i read the description... i populated the description field in access for my table so there is a value
i tried: rs.field(i).description rs.field(i).properties("description")
don't know what else to try...
thanks for your help..." |
|
|
|
|