From: Umberto <um...@kk...> - 2004-03-23 19:33:26
|
Hello, I have just started with FB-net-provider and VB.NET Standard and there is problem from the beginning... I can not insert rows to my table with numerical values. Char typed fields works OK, but when I use 'insert... values ('abc', 'defgh', 12) I get an exeption about that last field: 'cast is not valid'. I was trying use different methods to put the value into table ('abc', 'defgh', '12'), ('abc', 'defgh', cast(12 as decimal(3)), but the result is always the same. Please help me, because I will have to look for another DB (I hope it will be not nessesery). Best Greetings, Robert AbramQ Poland |