J
Jérôme Poudou
Hi,
I've a table with a uniqueindentifier column in SQL server
I want to fill an untyped dataset with a simple select * from table query,
but the uniqueindentifier column is empty !
if I cast my column in a varchar type, there is no problem.
Why ?
How to resolve the problem ?
thanks
Jerome.
I've a table with a uniqueindentifier column in SQL server
I want to fill an untyped dataset with a simple select * from table query,
but the uniqueindentifier column is empty !
if I cast my column in a varchar type, there is no problem.
Why ?
How to resolve the problem ?
thanks
Jerome.