in reply to Re^2: Out of memory!
in thread Out of memory!

What are the column types in the database tables?

Replies are listed 'Best First'.
Re^4: Out of memory!
by santhosh.yamsani (Initiate) on Aug 13, 2010 at 09:51 UTC

    There are two columns in each table

    URL Table:

    1) URLName (varchar)

    2) ID (int)

    URL_Exclusion Table:

    1) URLName_Exclusion (varchar) or RULE (varchar)

    2) EXID (int)