Connection Strings을 아래와 같이 문자열로 작업하는 것이 아니라 FbConnectionStringBuilder 객체를 이용하면 좀 더 쉽고 직관적으로 만들 수 있다.


FbConnectionStringBuilder Properties (출처: Firebird .Net Provider SDK 1.7 문서)
Name Type Description
Charset string Gets or sets the connection character set.
ClientLibrary string
ConnectionLifeTime int Gets or sets the lifetime of a connection in the pool.
ConnectionTimeout int Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
ContextConnection bool
Database string Gets the name of the actual database or the database to be used when a connection is open.
DataSource string Gets the name of the Firebird Server to which to connect.
DbCachePages int
Dialect int Gets or sets the database dialect.
Enlist bool
FetchSize int Indicates the number of rows that will be fetched at the same time on Read calls into the internal row buffer.
IsolationLevel IsolationLevel  Gets or sets the default Isolation Leve for implicit transactions.
MaxPoolSize int Gets or sets the maximun pool size.
MinPoolSize int Gets or sets the minumun pool size.
PacketSize int Gets or sets the size (in bytes) of network packets used to communicate with an instance of Firebird Server.
Password string Gets ort sets the password for the Firebird user account.
Pooling bool Gets or sets the status of the connection pooling.
Port int Gets or sets the port number in the server for establish the connection.
ReturnRecordsAffected  bool
Role string Gets or sets the suer role name.
ServerType FbServerType  Gets or sets the server type to wich we want to connect.
UserID string Gets or sets the firebird User account for login.


'Dev Story > Tips' 카테고리의 다른 글

[Direct2D] MFC에서 간단한 사용 예  (1) 2011.10.02
[C#] Firebird Embedded로 사용하기  (0) 2011.09.25
[C#] Firebird 사용하기  (1) 2011.09.22
[C#] Delay  (0) 2011.09.22
[WPF] StatusBar 프로그램 하단에 배치하기  (0) 2011.09.20
Posted by NeoDreamer
:
BLOG main image
사람의 발목을 잡는건 '절망'이 아니라 '체념'이고 앞으로 나아가게 하는건 '희망'이 아니라 '의지'다. - 암스 중에서 - by NeoDreamer

공지사항

카테고리

전체보기 (793)
Life Story (1)
Thinking (2)
Nothing (5)
---------------* (0)
Dev Story (701)
Com. Story (80)
IT Story (1)
---------------+ (0)
Etc (2)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

Total :
Today : Yesterday :
04-24 06:17