Re: UPDATE problems with Parameters



It work! It is very strange BTW, but what can we do :D

Dzieki stary za pomoc, jestes w tym naprawde dobry.


"Rogas69" <rogas69@xxxxxxxxxxxxxxxx> wrote in message
news:edcXVOpcFHA.720@xxxxxxxxxxxxxxxxxxxxxxx
> try to change order in which you add parameters to
>
> comm.Parameters.Add("@ContactID", OleDbType.VarWChar, 50);
> comm.Parameters.Add("@RowID", OleDbType.Integer);
>
> HTH
>
> Peter
>
>


.


Loading