I
Irakli Lomidze
Dear Sirs.
I have question a about BLOB Fields on SQL Database.
My Hisotry
I have .NET 1.1 Application on SQL 2000 that use ntext,Image Data Types.
After I have Update Application to .NET 2.0 and SQL 2005. I Dont Change
Database Structure During Update.
Now I need to Update My ntext,Image fileds to nVarChar(MAX) and VarBinary(MAX)
(Because i need to use this fields in Triggers for creating Table Hisotry)
What should I do:
1) Is it Enaug just change Data Type of ntext and image Fields ?
2) My Application Code use SqlDbType.Image and SqlDbType.ntext
Will SqlDbType.Image works fine with VarBinary(MAX)
and SqlDbType.ntext with nVarChar(MAX)
Or I need to Rewite my .NET Application Code ?
Thank you in Advance.
I have question a about BLOB Fields on SQL Database.
My Hisotry
I have .NET 1.1 Application on SQL 2000 that use ntext,Image Data Types.
After I have Update Application to .NET 2.0 and SQL 2005. I Dont Change
Database Structure During Update.
Now I need to Update My ntext,Image fileds to nVarChar(MAX) and VarBinary(MAX)
(Because i need to use this fields in Triggers for creating Table Hisotry)
What should I do:
1) Is it Enaug just change Data Type of ntext and image Fields ?
2) My Application Code use SqlDbType.Image and SqlDbType.ntext
Will SqlDbType.Image works fine with VarBinary(MAX)
and SqlDbType.ntext with nVarChar(MAX)
Or I need to Rewite my .NET Application Code ?
Thank you in Advance.