i want to add new row to access when the parameters are TinyInt
and in the access the types are int
so - what should i cange in order to add the row?
thanks

Re: add new row to access in vb.net by Paul

Paul
Mon Apr 18 10:50:10 CDT 2005

On Mon, 18 Apr 2005 05:13:57 -0700, nitsan <nitsan@discussions.microsoft.com> wrote:

¤ i want to add new row to access when the parameters are TinyInt
¤ and in the access the types are int
¤ so - what should i cange in order to add the row?
¤ thanks

I believe the equivalent data type in Access is Byte. However, if the field data types in your
database are defined as Integer then you will need to use the Integer data type for your parameter
arguments.


Paul
~~~~
Microsoft MVP (Visual Basic)