forked from FirebirdSQL/NETProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
38 lines (22 loc) · 934 Bytes
/
readme.txt
File metadata and controls
38 lines (22 loc) · 934 Bytes
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
32
33
34
35
36
37
38
ADO.NET Data Provider for Firebird
==================================
This project is supported by:
-----------------------------
Sean Leyne (Broadview Software)
SMS-Timing
Development list
----------------
You can subscribe to the developement list at:
https://groups.google.com/forum/#!forum/firebird-net-provider
You can access the lastest developement sources at:
http://www.firebirdsql.org/en/devel-net-provider/
Reporting Bugs
--------------
There are two ways you can report bugs:
1. Sending it to the developement list.
2. Through the Firebird Project tracker (category DNET):
http://tracker.firebirdsql.org/DNET
3rd party code
--------------
For zlib compression the provider uses pieces from DotNetZip (http://dotnetzip.codeplex.com/) library.
For RC4 encryption the provider uses pieces from Bouncy Castle (https://www.bouncycastle.org/csharp/index.html) library.