SQLiteManager
[email protected] (Ariel MartÃn Bellio) Tue, 02 Oct 2012 00:31:39 -0300
| Newsgroups | php.general.es |
|---|---|
| Message-ID | <[email protected]> |
La db eshttp://www.ip2nation.com/ip2nation/Download
Con el pluguin de firefox SQLiteManager ejecuto el SQL y me da el
siguiente error:
SQLiteManager:
CREATE TABLE ip2nation (
ip int(11) unsigned NOT NULL default '0',
country char(2) NOT NULL default '',
KEY ip (ip)
); [ near "unsigned": syntax error ]
Exception Name: NS_ERROR_FAILURE
Exception Message: Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [mozIStorageConnection.createStatement]