Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

uniqueidentifer in SQL Server 2005

2 views
Skip to first unread message

Remy Lebeau (TeamB)

unread,
Jul 16, 2008, 5:55:04 PM7/16/08
to
I am using dbExpress (not sure the version) with BCB 6. It does not appear
to support "uniqueidentifer" types in TParams. I keep getting errors
whenever I try to use ftGuid or ftString. I need to run SQL Server 2005
stored procedures that have "uniqueidentifier" parameters, both INPUT and
INPUT/OUTPUT parameters. 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?).

Does the latest dbExpress (is it available for BCB 6?) support
"uniqueidentifier" yet?


Gambit


Remy Lebeau (TeamB)

unread,
Jul 17, 2008, 1:01:46 PM7/17/08
to

"Remy Lebeau (TeamB)" <no....@no.spam.com> wrote in message
news:487e6e8f$1...@newsgroups.borland.com...

> 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


0 new messages