Discussion:
draft2 manual typo
david aaron vrooman
2006-08-23 18:15:42 UTC
Permalink
page 46:
App.TheSocket..Address = Address.Text
has two periods
david aaron vrooman
2006-08-23 21:24:25 UTC
Permalink
page 54:

INSERT INTO Pictures (MinutesIntoGame, Comment, ParentRelation) VALUES
('0:12:15', 'And he scores!, <OID value from Polka Game>);

should be
INSERT INTO Pictures (MinutesIntoGame, Comment, ParentRelation) VALUES
('0:12:15', 'And he scores!', <OID value from Polka Game>);

(missing a ' after scores!)

Loading...