Viewing 6 posts - 1 through 6 (of 6 total)
Yes, I am a admin ??
October 12, 2008 at 12:32 am
as you see on my example the link server read the data from visual foxpro tables not a picture file.
August 28, 2008 at 7:08 am
line 153 is:-
exec sp_executesql @esql, N'''@xnum'+convert(varchar(10),@x)+' char(3) INT output''','@xnum'+convert(varchar(10),@x) output
May 23, 2008 at 11:18 am
Thanks for your repons, firest the error as following:
Msg 102, Level 15, State 1, Procedure Currencyjbm, Line 153
Incorrect syntax near '+'.
second the dynmic sql ..
set @xnum1 = RIGHT('000' + SUBSTRING(3211110,5,...
May 23, 2008 at 2:05 am
Hi,
it is my mistake, i forgot the two .. before the table name , THANK YOU
Best Regards
May 22, 2008 at 2:53 pm
hi,
it is not; he cannot see the server link ?
I have an error :-
Invalid object name 'servername'
query select I have no Problems.
Best Regards
May 22, 2008 at 12:45 am
Viewing 6 posts - 1 through 6 (of 6 total)