charlotte49er
Programmer
I need to append a field to a dbase file using ado. I'm attempting to accomplish this with the code below but the field is not added and I don't receive any errors. Would someone offer some help/suggestions? Thanks.
Code:
Set oRS = Server.CreateObject( "ADODB.Recordset" )
ors.Fields.Append "Index", adChar, 255 , adFldIsNullable