Hallo,

could you help with this problem?
Updating an integer, as tring ok, but a decimal ??
Update tblprice Set article = ' " & this & " ' WHERE ...
what signs do I have to put?
Thx for helping me

Hyphessobrycon

Re: updating a decimal by Miha

Miha
Tue Feb 15 15:13:07 CST 2005

Hi,

You should really learn to use parameters - just google for them or check
out .net help files - from both ease of use and security perspectives.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info

"Hyphessobricon" <symphysodon@telenet.be> wrote in message
news:%23vobOF6EFHA.2600@TK2MSFTNGP09.phx.gbl...
> Hallo,
>
> could you help with this problem?
> Updating an integer, as tring ok, but a decimal ??
> Update tblprice Set article = ' " & this & " ' WHERE ...
> what signs do I have to put?
> Thx for helping me
>
> Hyphessobrycon
>