Quote:
|
what exactly does an sql-server
|
Do you mean What is a SQL Server ?
Simple answer is, It is a software agent that responds to SQL command syntax and returns data based on that command from storage .
Quote:
|
does it control one single database, if not, how to add a database to a server?
|
In the case of MS Access the .mdb file is both database and server.
For server systems MS SQL, MySQL, Oracle etc, these are more pwerful agents that can have several (hundred or thousands) of databases within their control.
How to add a database; You can either use a SQL command ( CREATE DATABASE dbName ) or any admin tool at your disposal.
the two last questions in one;
see Point 1
you need to configure the ADO (or ODBC) driver, This can be either via a DSN (Data Source Name) or a connection string and tells the driver where to find the database server that will answer its requests.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|