Hi fellow programmers
I searched the internet for several days and cannot find a common method to solve this problem with ODBC and SQL only.
Is there a way to see if a database exists only using ODBC . It must be standard SQL, because the user can select the DSN of his choice (which means his own SQL Server).
This means that I cannot check the main table on the server, because they are called different on different SQL servers.
Thank.
source
share