G
Guest
I have a 2000 ADP. I'm working on a german system. When I try to execute a
stored proc with three params where on will be a float parameter Access sends
a statement like
exec mySP 'param1','param2',5,02
It must be:
exec mySP 'param1','param2',5.02
It seems that Access uses the german decimal point = ','.
When I use a SQL 2000 server every thing goes right.
How can I tell Accees to use the right english format?
Thanks
Joerg
stored proc with three params where on will be a float parameter Access sends
a statement like
exec mySP 'param1','param2',5,02
It must be:
exec mySP 'param1','param2',5.02
It seems that Access uses the german decimal point = ','.
When I use a SQL 2000 server every thing goes right.
How can I tell Accees to use the right english format?
Thanks
Joerg