I have been creating some test cases using the development build. I know that the Numerical and Decimal types are "in progress" :-)

I tried to create a BOOOLEAN field for testing. Booleans are not useable in the latest development build. Does anyone know differently.

I created an interesting test using the text types. I created three separate databases each using one field type CHAR, VARCHAR, or LONGVARCHAR. I then added 50000 rows of the same data. I decided that internally, the types are treated the same. The database files were very close in size, and the search time was also about the same.

Are there any examples using the Binary data types, or the OTHER type, from Basic? If not, I will try to write the code myself :-) I am guessing that I can not use the OTHER type from Basic, since the purpose is to store a serializable Java class.


-- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.sxw My Macro Book: http://www.hentzenwerke.com/catalog/oome.htm Free Info: http://www.pitonyak.org/oo.php


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to