Hi everybody,
I need to connect to and retrieve data from an existing DBF table via my ASP application. I can connect and retrieve most data A-OK, but it appears there is a 10 character max for field names that can be returned in ASP/ADO.
For example, a field named [tt]Password[/tt] is returned fine, but [tt]SecurityLevel[/tt] is not going anywhere.
We have quite a few fields that have more than 10 character field names. Does anyone know if there is a way to work around this or are we going to have to rename our fields (Yikes!)?
I'm using a System DSN through ODBC if that makes any difference.
Thanks in advance.
I need to connect to and retrieve data from an existing DBF table via my ASP application. I can connect and retrieve most data A-OK, but it appears there is a 10 character max for field names that can be returned in ASP/ADO.
For example, a field named [tt]Password[/tt] is returned fine, but [tt]SecurityLevel[/tt] is not going anywhere.
We have quite a few fields that have more than 10 character field names. Does anyone know if there is a way to work around this or are we going to have to rename our fields (Yikes!)?
I'm using a System DSN through ODBC if that makes any difference.
Thanks in advance.