in reply to DBI seems to randomly die
I think you should instead create a normal table and use $RemoteAddr as an attribute. Table records are made to be easily created/updated/deleted, while databases aren't. If you want to clear a table use 'TRUNCATE' command, instead of dropping the whole table.
Anyway, the problem could also because of the invalid character contained in $RemoteAddr (which I assume containing ip address that contains dots) when dropping tables in 'drop table ${Database}.conv_${RemoteAddr}'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI seems to randomly die
by FitTrend (Pilgrim) on Jun 07, 2006 at 14:21 UTC |