#PB_Database_Date

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
infratec
Always Here
Always Here
Posts: 7591
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

#PB_Database_Date

Post by infratec »

Hi,

since it looks like no one has a solution for me, I wish a new return value for DatabaseColumnType():

#PB_Database_Date

Up to now no chance to detect (100% safe) a date field.
PB returns #PB_Database_String in my case.
And if the field is empty, I can also not check if a valid date is inside.

Bernd