telophase: (gojyo screw you // yomigaere)
telophase ([personal profile] telophase) wrote2004-10-05 04:02 pm

THIS is why I hate ASP and Access...

Problem: Test script using test copy of calendar database throws error that indicates problem is probably that database permissions are wrongly set.

Solution (after many hours of beating head against the wall): delete test database, replace with fresh copy of test database set to exact same permissions as original test database.

Gah.

[identity profile] jarodrussell.livejournal.com 2004-10-06 12:00 am (UTC)(link)
Mmm... Perl.

After you learn Perl, learn about the DBI (no link, it's easily Googlable). The DBI will completely replace all those nasty, ugly VBScript ODBC/ADO/DSN calls and make your programming simple and fun.

[identity profile] telophase.livejournal.com 2004-10-06 12:20 am (UTC)(link)
Oh, good. *makes note*