229 Subj : Reading timestamp column from SQL Server To : borland.public.cpp.borlandcpp From : "David Dahlstrom" Date : Mon Oct 27 2003 11:30 am I've been given a project that uses Borland C++ builder (version 6). I am trying to read the timestamp column (a binary(8) or varbinary(8) value) of a SQL Server database, but cannot. I have tried using both the BDE and built-in ADOExpress components. Has anyone been successful reading timestamps using Borland development tools? Is the timestamp data type even supported? . 0