readme.txt

来自「这是一个编程辅助查询工具。只要你把想做的查询方式告诉它」· 文本 代码 · 共 24 行

TXT
24
字号
Hi!

EasySQL classes
---------------

Here are 3 database related classes that deals with SQL statements:
-------------------------------------------------------------------
- clsSELECT: Helps the construction of the SQL SELECT statements
- clsINSERT: Helps the construction of the SQL INSERT statements
- clsUPDATE: Helps the construction of the SQL UPDATE statements

Using these classes can really help you to build, the easy way,
the SELECT, INSERT and UPDATE SQL statements, required so many times
when you deal with databases... and who doesn't?... :)

You can use them with ADO, JET, ODBC...

P.S. I have included also a demo project... I hope it's usefull...

Have any questions?...
Contact me at D.Chirca@finsiel.ro

Daniel Chirca
June 2000

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?