Does the latest dbExpress (is it available for BCB 6?) support
"uniqueidentifier" yet?
Gambit
> For now, I'm having to manually run "EXECUTE" statements using
> TSQLDataSet, which at least works for input, but I can't get OUTPUT
> values from it (or is there a way to do it?).
I figured out a way to do it, by adding DECLARE and SELECT statements to the
SQL query.
Gambit