Help UniqueIdentifier

R

Rafael tejera

I have a table with many uniqueidentifiers fields, sometimes some fields are
empty, but I cannot sent an empty string to a uniqueidentifier, How I can
sent null values whenever is necesary without having to rewrite my sql
statement. I have sent values like "" and "null" and it does not work.

what I can do?


Rafael
 
R

Rafael tejera

They are combobox fields. So, they point to another database, and the
standard that I must use is uniqueidentifier.


Rafael
 
P

Pramod Anchuparayil

Look at DBNull.Value


Rafael tejera said:
They are combobox fields. So, they point to another database, and the
standard that I must use is uniqueidentifier.


Rafael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top