I have an ADOX script that was tested in Access, then converted from VBA to VBS and run in ASP. In Access it happily appends a column to an existing table using the Columns.Append method, in ASP it fails with the message
438 Object doesn't support this property or method
It can append columns when creating a table, but not, apparently, to an existing table.
Is this known behaviour, or am I missing something?
TIA
John
438 Object doesn't support this property or method
It can append columns when creating a table, but not, apparently, to an existing table.
Is this known behaviour, or am I missing something?
TIA
John