I have a database with online survey results. The notable thing about this database is fairly large text fields: several fields contain upwards of 2K bytes. There are very few documents (<100), so this is a pretty itty bitty database. Problem is, I can’t export the data!
My chosen method was to use ODBC/NotesSQL to import the data into an MS Access database. I repeatedly received a “Reserved Error -7711” when I attempted to either link to or import the data. I tried importing using the form; no luck. I also built a view with all 73 fields. Same result. I tried Access 97, Access 2000, Access XP: no joy all around.
I also attempted exporting the view to a 123 worksheet. When I did this, I got a Red Screen of Death (running Notes 6.0.1 on a Windows XP Pro workstation with 256 MB RAM).
Before the Notes database was populated with real data, there was no problem linking / importing the data, so I’m fairly certain that field size is the problem.
Any help in resolvnig this would be greatly appreciated.