BlitzData 1.4 RC 1

Miscellaneous Forums/Blitz Showcase/BlitzData 1.4 RC 1

Ok... One more release before I finalize it.

BD_GetColumn() now returns the correct values as defined in the constants file.

Const BD_NullString$     = "*NULL*"
Const BD_NullInt%        = -2147483648
Const BD_NullFloat#      = -2147483648.0


If the column is null the above is returned. I tested this with text fields and numeric using an Access 2003 database correctly. If there are any problems, let me know ASAP because today I finish the docs and tomorrow release it proper.

I have also added

BD_IsNull(colname$)

This command returns a 1 or a 0. 1 means that the column contains a null value (for the current record), and 0 means that the value is non-null. This is irregardless of whether it is a numeric or text column.

Kanati

Right on, thanks, off to test it out

Wait, I don't have a link, what do I download?

- Link removed -

derp!

Yeah... I ALWAYS forget the link and need to go back and edit my post....


www.outergods.com/blitz/blitzdata14rc1.zip and
www.outergods.com/blitz/blitzdataupd.zip for JUST the dll and decls

I'll be testing this some tomorrow and this weekend.

I must check out this program

ive tried it with my acces DB - works a treat, eve with nice comples SQL statements. Sure it helps they were copied from the access itself.
Now all i need to sort out is how to get it up and running with my MtSQL database.

Cheers Kanati.

Zace.