Viewing 8 posts - 61 through 68 (of 68 total)
Hi ,
There is the only stored procedure which is called through MS access.
On this table are some triggers but I think that it should not be the problem.
Triggers provides...
May 23, 2009 at 2:04 pm
ALTER Procedure dbo.UPdata
(
@e_Nplan char(20), /* e.g. 112a */
@e_Ncas char(20) /* ...
May 22, 2009 at 1:03 pm
Hi ,
one more thing:
ALTER Procedure dbo.UPdata
(
...
May 21, 2009 at 5:40 am
Yes John, this is it, what I was looking for 🙂
Thank you very much for your help!
Peter
May 19, 2009 at 9:29 am
Thank you John ,
now it works .... so I will have to modify my source code to substitute " , " to " . "
May 19, 2009 at 9:14 am
Hi Sergiy,
I have just tested your code but the same error message appiers.
When I use whole number e.g. 15 there is not problem, but if I use e.g. 15,28
appiers...
May 19, 2009 at 9:02 am
Hi Chris,
The reason, why I need to use type Char is that MS access doesnt work with Type float.For that reason I use Char.My entry for @e_Ncas is a...
May 19, 2009 at 8:52 am
ALTER Procedure dbo.UPdata
(
@e_Nplan char(20),
...
May 19, 2009 at 2:15 am
Viewing 8 posts - 61 through 68 (of 68 total)