BaH.Database - Blog and Timestamp

BlitzMax Forums/BlitzMax Programming/BaH.Database - Blog and Timestamp

andre72(Posted 2007) [#1]
Hi,

I try to get records from a database using the BaH.Database mod.
There're two problems:
When I use getBlob BM don't complile anymore - the other datatypes are handled well (getInt, getString etc.).

Than there's a datatype of timestamp in the DB - I can't access this record (Unhandled Exeption ... access Null object) when I try any datatype.
I think is not simular to Brucey's getDate - however, maybe somebody can tell me the TypeDef of a timestamp to make a new datatype for?

Ok - I'd a look at the source and have seen some ToDo and that the Timestamp Type allready exists...
As I'm not able in C is now the question: Is there allready a release for using date / timestamp types in the ODBC version?

Thanks,

Andre