[kronolith] Still Problems
Hans-Jürgen Schwarz
info@hjs.de
Mon, 1 Jul 2002 19:47:02 +0200
---------------------- multipart/mixed attachment
Hello List,
I still cant get it work. This is how I created the kronolith table:
CONNECT horde;
CREATE TABLE kronolith_events (
event_id bigint DEFAULT 0 NOT NULL,
calendar_id varchar(255) NOT NULL,
event_description text,
event_location text,
event_keywords text,
event_exceptions text,
event_title varchar(80),
event_category varchar(80),
event_recurtype varchar(11) DEFAULT '0',
event_recurinterval varchar(11),
event_recurdays varchar(11),
event_recurenddate datetime,
event_start datetime,
event_end datetime,
event_alarm int DEFAULT 0,
event_modified int not null,
PRIMARY KEY (event_id)
);
GRANT SELECT, INSERT, UPDATE, DELETE ON kronolith_events TO horde;
You can see my conf.php in the attachment
imp and turba are working great on mysql
Thank you very much for help
Hans-Juergen=20
---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: conf.php
Type: text/x-c++src
Size: 2936 bytes
Desc: not available
Url : http://lists.horde.org/archives/kronolith/attachments/2f5d4bcd/conf.php
---------------------- multipart/mixed attachment--