Bui Quang Minh
Mon, 26 Aug 2002 20:57:40 -0700
Hi all, aspseek-index works well under mysql, but when I change to oracle8i (8.1.7), it catches a Segmentation fault. It is in line 348, function ClearBlob in orcl8sqldb.h. When I debug, it turns out that m_res->m_ncols reaches 13, while DB_MAXCOLS is only 12. So I change DB_MAXCOLS to 13 and index seems to work OK. As I only discovered this bug yesterday and didn't find out where is the cause, so it needs more investigation.
Regards Bui Quang Minh