Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Databases and SQL server
Old 03-13-2007, 04:47 AM Databases and SQL server
Junior Talker

Posts: 1
Trades: 0
Hello,

I'm programming in many languages for many years using databases but I still don't know how to see connections to databases. I just find an example and expand it ;-) I surfed Internet a lot and surfed wiki's but it's still unclear to me.

My questions are:
- Where do I find a clear newbie tutorial (not something like 'sql-server is derived from bla bla' that doens't clear up things...)
- what exactly does an sql-server?
- does it control one single database, if not, how to add a database to a server?
- if I use a local database in my C# project, a *.mdf file, do I need a server to communicatie with it?
- if I want to use a MSAccess .mdb database, do I need a server or a provider?


who helps me out?

Thanks!
Henk
wmhvw is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-13-2007, 05:32 AM Re: Databases and SQL server
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
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?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Databases and SQL server
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23687 seconds with 12 queries