Viewing 4 posts - 1 through 4 (of 4 total)
Hi Vitor.
Try this on the server that you are calling.
SELECT name ,alias, [dateformat]
FROM syslanguages
WHERE langid =
(SELECT [value] FROM master..sysconfigures
...
February 25, 2009 at 11:52 pm
Where exactly are you having a problem. Is it with populating the drop downs or the actual SQL query on the database, could you maybe clear up your question a...
February 24, 2009 at 5:22 am
Hi there not sure what you are trying to do are you using Reporting services. If so you can try something like this in the display field on the report
=Format(Parameters!StartDate.Value,"dd/MM/yyyy")
February 24, 2009 at 5:15 am
Viewing 4 posts - 1 through 4 (of 4 total)