Viewing 10 posts - 1 through 10 (of 10 total)
Can I get some help on this plz. Am in real need of a solution to this.
Any suggestions would be great!!
Thank U.
May 18, 2004 at 4:34 pm
I have the images in the form of Grids created using ArcTools. I connect to the SQL database through ArcSDE and am uploading the Grids as I am doing the...
December 11, 2003 at 11:32 am
Can I know what is the best way to import Grid images into the SQL Server?
Thank U!
December 8, 2003 at 12:59 pm
Thanks so much for all the help !!
Thank You Mr.Larsen.
Have a nice day.
September 18, 2003 at 8:24 am
They are of float type. The lengths are declared as 8.
September 17, 2003 at 4:03 pm
SELECT REPLACE(CONVERT(char(10), DATEADD(day, CAST(JULIAN_DAY AS int) - 1, CAST([YEAR] + '-01-01' AS datetime)), 101), '/', '') AS MMDDYYYY
FROM ...
September 17, 2003 at 3:31 pm
I get this error :
Error converting data type varchar to float.
Could I possibly know the best place to learn writing these kind of codes.
Thanks a lot..
September 17, 2003 at 3:14 pm
I could do the conversion with each julian day specified. Is there a means such that we could select the julian days column (for individual year) and run a...
September 17, 2003 at 2:23 pm
I have a column separately for years. Julian days are in the next column.
Could you please suggest some real good books or online sites to learn in more detail...
September 17, 2003 at 1:42 pm
The values are just the number of the day of an year. I have got year in one column, and just the julian day ( as say, 245) in...
September 17, 2003 at 1:05 pm
Viewing 10 posts - 1 through 10 (of 10 total)