Inver
|
| Posted: 07/25/2005, 3:13 PM |
|
I have this error message and it is to do with the use of the word "type" as the heading for the database feild. What is the way around this problem? I don't want to have to alter the database if I can avoid it.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 07/25/2005, 4:22 PM |
|
"type" is a reserved word in both ASP/VBScript and in MS Access and possibly other databases.
If you check your database documentation and confirm that this is not a reserved word for your database then you are OK there, and then you can just rename the control/field on your page without altering the database.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
inver
|
| Posted: 07/25/2005, 7:05 PM |
|
Thanks Peter will try that
|
|
|
 |
|