J
Jaime Lucci
Hi everyone!
I need to get a table structure from a SQL Server. I mean the full design of
the table with all tis properties and its fileds properties too. For
example, an integer field, its max lenght, if it is an identity, etc. I
can´t get that.
Whit a select command I can have the table structure in my dataset, but I
can insert a new row and in this row a nvarchar field of 50 characters, when
in the SQL Server this fileld in the table only acepts 25 characters, I when
I call the update method it raised an error.
Thanks.
Jaime Lucci
(e-mail address removed)
I need to get a table structure from a SQL Server. I mean the full design of
the table with all tis properties and its fileds properties too. For
example, an integer field, its max lenght, if it is an identity, etc. I
can´t get that.
Whit a select command I can have the table structure in my dataset, but I
can insert a new row and in this row a nvarchar field of 50 characters, when
in the SQL Server this fileld in the table only acepts 25 characters, I when
I call the update method it raised an error.
Thanks.
Jaime Lucci
(e-mail address removed)