Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cyq1162 committed Oct 18, 2016
1 parent e61a33a commit 9242553
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 65 deletions.
Binary file added 文档/CYQ.Data API For V5.chm
Binary file not shown.
Binary file added 文档/CYQ.Data.ProjectTool.exe
Binary file not shown.
Binary file added 文档/CYQ.Data.dll
Binary file not shown.
Binary file added 文档/Intelisense.rar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions 文档/MDataTable可视化/使用说明.txt

This file was deleted.

36 changes: 36 additions & 0 deletions 文档/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
###--------------------------------------------------------###

Txt:: Txt Path=E:\
Xml:: Xml Path=E:\
Access:: Provider=Microsoft.Jet.OLEDB.4.0; Data Source=E:\cyqdata.mdb
Sqlite:: Data Source=E:\cyqdata.db;failifmissing=false;
MySql:: host=localhost;port=3306;database=cyqdata;uid=root;pwd=123456;Convert Zero Datetime=True;
Mssql:: server=.;database=cyqdata;uid=sa;pwd=123456;
Sybase:: data source=127.0.0.1;port=5000;database=cyqdata;uid=sa;pwd=123456;

Oracle OracleClient::
Provider=MSDAORA;Data Source=orcl;User ID=sa;Password=123456
Provider=MSDAORA;Data Source=ip\orcl;User ID=sa;Password=123456

Oracle ODP.NET::
Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT = 1521)))(CONNECT_DATA =(SID = orcl)));User ID=sa;password=123456

###--------------------------------------------------------###

����˵����
1��{0} ������Ŀ¼
2��sqlite��MySql��Sybase ����Ҫ����Ӧ��dll�ŵ���cyq.data.dllͬһĿ¼��
��ص�dll���أ�http://www.cyqdata.com/download/article-detail-426
3��oracle ʱ��
A��Ĭ��OracleClient������64λ�ģ������32λ�ģ���Ҫ�Լ���Դ���Ƴ���������32λ�ġ�
B����odp.net ��Oracle.DataAccess ��Ҫ�Լ����ذ�װ������Oracle.DataAccess.dll�ŵ���ͬһĿ¼�¡�
C����Oracle.ManagedDataAccess�ŵ�ͬһĿ¼�¼�����ʹ�á�

Explanation:
1: {0} represents the root directory
2: sqlite, MySql, Sybase needs to put the corresponding dll and cyq.data.dll same directory.
Related dll download: http: //www.cyqdata.com/download/article-detail-426
3: oracle when:
A: The default OracleClient lead is 64, if it is 32, you need to remove yourself from the re-introduction of 32-bit source.
B: with odp.net of Oracle.DataAccess need to download to install, and will Oracle.DataAccess.dll into the same directory.
C: with Oracle.ManagedDataAccess into the same directory that is available.
29 changes: 0 additions & 29 deletions 文档/代码片断提示/maction.snippet

This file was deleted.

29 changes: 0 additions & 29 deletions 文档/代码片断提示/mproc.snippet

This file was deleted.

4 changes: 0 additions & 4 deletions 文档/代码片断提示/使用说明.txt

This file was deleted.

0 comments on commit 9242553

Please sign in to comment.