Posts by Elio Marchand • 19 points
1 post
-
0
votes5
answers4257
viewsA: Row size Too large (> 8126)
In my case, what I did to solve this problem was to change the table like this: Set oRSw = abredb.Execute("ALTER TABLE nome_tabela ENGINE=MyISAM ;") Set oRSw = nothing…