add new row to access in vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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 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)
 
Back
Top