Hi all,
I'm am trying to list the names of all SQL database servers on a network, but somehow the MSDE servers don't show up in the list when I use the ListAvailableSQLServers command.
Does anyone have any ideas on why this is happening?? How can I make sure the MSDE servers can also be found...
In my application I am retrieving dates from an SQL database in the following format:
Feb 5 2003 12:00PM
Jan 28 2003 12:00PM
Mar 7 2003 12:00PM
I'm using the following code to convert this date to an "understandable" format:
Format(Date, "dd-mm-yy HH:MM")
This works...
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.