Viewing 3 posts - 1 through 4 (of 4 total)
Thanks for your reply, you are absolutely right. Because I wanted to change on a server side 'live' instance and couldn't do it with the either syntaxes. It...
October 14, 2010 at 10:37 am
#1237036
Hi guys,
silly me, I am using Express, so there is no sp_addlanguage sproc. so instead i used:
EXEC sp_configure 'default language', '23' -- british_english ?
GO
RECONFIGURE;
It helped, you only...
October 14, 2010 at 8:14 am
#1236872
Thanks for a reply,
The errors I am getting is in Access. I am now creating parameters and passing them via ADO from Access. From Access I am calling...
October 13, 2010 at 10:46 am
#1236361