Click to See Complete Forum and Search --> : SQLite ADO.net


pkyadavin
September 21st, 2010, 08:26 AM
i am using c# , ASP.NET and SQLite as Database .

i want to send Byte[] as parameter in SQLiteParameter(bytearray,type)

What should be Type hereShould i use DBType.Binary ?

do any body have idea about this ?