7
Using Cd base often causes the script to cash ('Could not add data'). I have found that changing the integer (tinyint) to simply 'int' in the sqlfile helps.
Timyint = Integer (whole number) data from 0 through 255. Storage size is 1 byte.
Int = Integer (whole number) data from -2^31 (-2,147,483,648) through 2^31 - 1 (2,147,483,647). Storage size is 4 bytes.
Well anyways ... this did the trick in my case
my sqlfile for Cd Base can be downloaded here..
Culex.dk under downloads ;)