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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. decaderaj

    MS SQL Server & Database names through TQuery

    Hello, Our application is using Delphi 6 & MS SQL Server 2005. I connect to the database using ODBC. I need to display the SQL Server and the database name on one of the forms. I tried this query, "SELECT @@SERVERNAME SEVERNAME, db_name() DBNAME", using a TQuery component. The query opens fine...

Part and Inventory Search

Back
Top