W
Woody Splawn
I see that working with text fields (BLOBS) in SQL Server 2000 and ADO.net
is not as straight forward as what I am used to. I would like to understand
it though and make use of text fields.
Lets say I have a table called ConComments. In it I have two fields, a Char
field called ConNum with a length of 5, and a comments field that is a SQL
Server 2000 Text field. The ConNum field is the primary key for the table
and the table only has these two fields.
I would like to be able to make used of the comments field and put as many
comments in it as I like using a VS (VB) winform. But I see that this field
can not treated in the same same way other fields in a SQL table are.
Fields like VarChar or Char fields. I have noticed, for example, that when
I create a DataAdapter in a winform in VS 2003 that if I include the
Comments (text) field in the query select, I can not automatically create an
update statment. So.... What am I to do?
What do I need to do specifically to read and write data to the comments
field of the table mentioned above using VS 2003 and a winform?
Thank You.
is not as straight forward as what I am used to. I would like to understand
it though and make use of text fields.
Lets say I have a table called ConComments. In it I have two fields, a Char
field called ConNum with a length of 5, and a comments field that is a SQL
Server 2000 Text field. The ConNum field is the primary key for the table
and the table only has these two fields.
I would like to be able to make used of the comments field and put as many
comments in it as I like using a VS (VB) winform. But I see that this field
can not treated in the same same way other fields in a SQL table are.
Fields like VarChar or Char fields. I have noticed, for example, that when
I create a DataAdapter in a winform in VS 2003 that if I include the
Comments (text) field in the query select, I can not automatically create an
update statment. So.... What am I to do?
What do I need to do specifically to read and write data to the comments
field of the table mentioned above using VS 2003 and a winform?
Thank You.