User1052662409 posted
HI all,
Actually used to use Sql server, for that I add parameters like this
com.Parameters.Add("Field1",SqlDbType.Nvarchar,50).value=TextBox1.Text.
that works fine.
but while using MSaccess and the datatype for of some table is Memo than how could I use parameter for that i am using System.Data.Odbc.
cos here it is easy to do SqlDbType.Nvarcha cos there is shows Nvarchar but not Memo
let me know the difference to use parameter for Odbc database
thanks