일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 매일영어단어
- 바람의나라연
- 모바일바람의나라
- 걸스데이
- 막피범
- 수지
- 레어닉
- 체마1등
- 주작의용천제일검
- 돌림판이벤트
- 바람의나라
- 매드클라운
- 2차승급
- 페이트그랜드오더
- 보물수호
- 타라옷
- 피렌체
- Eminem
- 페그오
- 어린궁기
- 미국주식
- 일본패치
- 북천황의감옥
- 에미넴
- 2차신수
- 매일영어단어외우기
- 아이유
- 폭선우의무덤
- 나스닥
- 영어단어
- Today
- Total
티스의 이야기
Sybase SQL- Over View 본문
Sybase SQL - Over View
Running SQL Anywhere on a single computer
The figure shows the architecture of a standalone SQL Anywhere installation, running a single database engine and working with a single database. All more complicated arrangements are elaborations of this basic setup, so you should understand how the basic setup works, even if you are operating a multi-user client/server installation.
standalone = 독립적인
The components of the basic standalone SQL Anywhere setup are:
- The client application
- The SQL Anywhere interface layer.
- The SQL Anywhere database engine.
- The database.
Database users do not directly manipulate database files. Instead, their client
application communicates with the database engine, using a programming
interface supported by SQL Anywhere, and the database engine handles all
manipulation of the actual database
This section does not describe the situation of a client application and a database
server for different operating systems running on the same computer For a discussion of this arrangement,
see the section "Running mixed operating systems on a single computer" on page 21.
'프로그래밍' 카테고리의 다른 글
php-세션에 대해서 (0) | 2016.07.21 |
---|---|
PHP-쿠키의 데이터를 읽고 싶을 때 (0) | 2016.07.01 |
쿠키에 데이터를 저장하고 싶을 때 (0) | 2016.06.30 |
줄 바꿈 문자의 앞에 줄 바꿈 태그를 삽입 (0) | 2016.06.30 |
URL의 일부분에 한국어 사용 (0) | 2016.06.30 |