Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to recover the database version

Status
Not open for further replies.

curiousvbnet

Programmer
Apr 6, 2007
40
FR
Hi,,

How can i recover the sqlserver database version i work with , in a winfom project.
Is there a class like DateTimeFormatInfo which can give me this information.

Thanks for your help.

Regards.

Nathalie
 
select @@version

Execute this on the DB Server and return the results to your app

[sub]____________ signature below ______________
You may get help by means of code here. Just recall what happens to a rat when he eats the cheese off a rat trap while you're Ctrl+C/Ctrl+V'ing that code as your own[/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top