BlitzData 1.4 RC 1

Community Forums/Showcase/BlitzData 1.4 RC 1

Kanati(Posted 2004) [#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


Wayne(Posted 2004) [#2]
Right on, thanks, off to test it out


Wayne(Posted 2004) [#3]
Wait, I don't have a link, what do I download?


Wayne(Posted 2004) [#4]
- Link removed -


Kanati(Posted 2004) [#5]
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


Wayne(Posted 2004) [#6]
I'll be testing this some tomorrow and this weekend.


Agamer(Posted 2004) [#7]
I must check out this program


Zace(Posted 2004) [#8]
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.