📄 readme.txt
字号:
=============================
SCIROCCO DAO Data Control 1.0
=============================
============
Introduction
============
Make DAO Development Easy with this control. Just drop it on your form then:
Select the CursorType, CursorLocation, LockType and Disconnected status of your Recordset.
Then Navigate, Add New, Delete, Refresh, Search and Save Changes to your Recordsets so EASILY!
NO MORE long development times with the SCIROCCO ADO Data Control!
(Features that your Data Provider does not support, or depending on your choice of properties are automatically disabled i.e. If you you choose a LockType=adLockReadOnly the Add New, Delete, Refresh and Save buttons will be disabled. This is done automatically)
============
Requirements
============
DAO 3.6 and above
=====
Setup
=====
You have chosen to install the control without using the setup Package. *Warning*: The control may not work if you are missing files from setup. If you are not sure download the full setup package at:
http://www.scirocco.ca/downloads.html
===================================================================
Steps to install the SCIROCCO DAO Data Control without using setup.
===================================================================
1) Download the SCIROCCODAOTool.ocx
2) Copy the file to C:\Windows\System32
3) Click on the start menu, then click on Run
4) Type: regsvr32 "C:\Windows\System32\SCIROCCODAOTool.ocx"
=====================================================================
Steps to Uninstall the SCIROCCO DAO Data Control without using setup.
=====================================================================
1) Type: regsvr32 -u "C:\Windows\System32\SCIROCCODAOTool.ocx"
2) Delete file C:\Windows\System32\SCIROCCODAOTool.ocx
==================
Sample Access Code
==================
There is a sample Access Database with the DAO control on a form copied to the installation folder. After setup you might need to drop the control on the form and rename it.
Furthermore, if you have any questions or need help using the control please contact support@scirocco.ca for assistance.
5 Easy Steps to follow to connect to the Authors table (AuthorID, AuthorName) with a valid ConnectionString:
1) Create your Access form with bound controls (manually or use the wizard)
2) Add the SCIROCCOADOTool Component to your project.
3) Drop the control onto your form, SCIROCCOADODataControl1
4) In the Load event of your form add this code:
Set SCIROCCODAODataControl.recordset = Me.Recordset (the form's recordset)
5) Enjoy the fruits of your labor. Now you can Navigate, Add New, Delete, Refresh, Search, Save Changes to the table.
=======
License
=======
If you find the SCIROCCO DAO Data control useful, please visit us http://www.scirocco.ca for details on Price and Payment.
I will then email you an UNLOCKED version:
* With no reminder to register.
* With the AboutVisible property that lets you hide the ABOUT button.
* Ability to save after the 30 days trial period.
After registration you can then distribute the control FREELY* in your EXECUTABLES.
[There is an ADO version suitable for Visual Basic, C++, Visual Foxpro etc. available for free download at http://www.scirocco.ca ]
*Please see SoftwareLicense.html for more details.
=======
Contact
=======
Please forward any feedback or comments to: support@scirocco.ca
===========
Final Notes
===========
All rules that apply to DAO also apply to the SCIROCCODAODataControl Tool.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -