W
WayneM
I am using VB6 to create and load a table in an Access .mdb database. The table is very wide (>6000 bytes wide) and when I load data there are about 200 rows that load and then I get a 'Record is too large' error which means that the table is too wide. I realize that the maximum size of all fields is 2000 bytes, but I am able to create this same table by using the Import/Export tool in SQL Server and then I am able to use it. So once the table is created, there is no problem querying and using it. I assume the limitation is in the DAO and ADO drivers. Also why can I load several hundred rows before I get this error?
Any idea on how to get around this, other than using MSDE?
Thanks in advance,
WayneM
Any idea on how to get around this, other than using MSDE?
Thanks in advance,
WayneM