Hi
I am trying to access a function from a window I open, The code is below.
var thewin = window.open('../index.asp', "oldwin");
thewin.thetest();
But I can't seem to get it to access the function thetest()
Any Ideas?
Thanks
Gary
I managed to work it out I used this template:
UPDATE #t1 SET #t1.c2 = #t2.c2, #t1.c3 = #t2.c3,
#t1.c4 = #t2.c4
FROM #t2
WHERE #t1.c1 = #t2.c1
Thanks
Gary
Hi
Thanks for the reponse.
I basically want to update rows from db1 to db2 that are related e.g.
db1:
FID Actual_Tonnes_Road_2000 Actual_Tonnes_Sea_2000
31 8000 6000
32 7890 9809
33 7777...
Hi
I have 2 databases with similar tables e.g.
[Forestry].[dbo].[ORIGIN_POINTS] (db1)
FID
Actual_Tonnes_Road_2000
Actual_Tonnes_Sea_2000
[SDE_Forestry].[dbo].[SEFE_ORIGINS] (db2)
ID
telNum
Actual_Tonnes_Road_2000
Actual_Tonnes_Sea_2000
The problem that I have is that I want to get...
Hi
I am trying to add a few coloums, but I continually get the answer of zero. I think it is happening because all the coloums I am using are integers. This is my formula which is part of a sql statement:
((Sum(york1.T20C156) + Sum(york1.T20C157)) / (Sum(york1.T20C155)))*100 AS varOwnerOcc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.