Jasiek’s Blog

Jasiek’s Blog header image 4

Entries from October 2004

MS Access Error

October 26th, 2004 · Comments Off · General

Instruction on how to decompile: http://www.granite.ab.ca/access/decompile.htm
The expression On Click you entered as the event property setting produced the following error: A problem occured white [database name here] was communicating with the OLE server ot Active X Control.
Reason:
The database is partially corrupt.
1. Delete the problem form.
2. Compact the database.
3. Close it.
4. At the command prompt, enter [...]

[Read more →]

Tags:

PHP and UML

October 18th, 2004 · Comments Off · PHP, Web Links

I am exploring options on integrating PHP with UML and some bugtracking/collaboration tools. It looks like Eclipse and Poseidon and GFroge could do the job. There is a version of PHP IDE based on Eclipse called TruStudio.
Good resource for things PHP related can be found at http://www.phpkitchen.com/
Open source testing tools are reviewed here: http://www.opensourcetesting.org/bugdb.php
Another great [...]

[Read more →]

Tags: