SqlParser

所属分类:编译器/解释器
开发工具:Visual C++
文件大小:751KB
下载次数:386
上传日期:2004-09-21 16:55:46
上 传 者yyl509
说明:  一个经典的词法分析器,可解析各种复杂的SQL语句
( A classical morphology analyzer, may analyze each kind of complex SQL sentence )

文件列表:
SqlParser参考\Collection.cpp (4235, 1999-11-14)
SqlParser参考\Column.cpp (2937, 1999-11-14)
SqlParser参考\Column.h (1213, 1999-09-02)
SqlParser参考\Debug (0, 2004-09-02)
SqlParser参考\Embsql.dsp (4085, 1999-11-14)
SqlParser参考\Embsql.dsw (535, 1999-11-14)
SqlParser参考\Embsql.h (16591, 1999-11-12)
SqlParser参考\Embsql.ncb (125952, 2004-09-02)
SqlParser参考\Embsql.opt (53760, 1999-11-14)
SqlParser参考\Embsql.plg (1404, 1999-11-14)
SqlParser参考\Embsql.sln (912, 2004-08-31)
SqlParser参考\Embsql.suo (8192, 2004-09-02)
SqlParser参考\EMBSQL.vcproj (3936, 2004-08-31)
SqlParser参考\ExecuteStack.cpp (16793, 1999-11-14)
SqlParser参考\Malloc.cpp (10170, 1999-11-14)
SqlParser参考\Parser.cpp (23039, 2004-08-31)
SqlParser参考\SCString.cpp (674, 1999-11-14)
SqlParser参考\Table.cpp (9024, 1999-11-14)
SqlParser参考 (0, 2004-08-31)

Build Directions The EMBSQL library, loadstocks and quotes programs are loacted in their own directories. Each of these programs was built using Microsoft Visual C++ Version 6.0. Follow these instructions to get going. [1] Build EMBSQL.DLL first. Go to the EMBSQL directory and point the C++ IDE to EMBSQL.DSP. Build the project. The debug version is built by default and the files EMBSQL.DLL and EMBSQL.LIB are located in the DEBUG directory. After the project builds, copy the EMBSQL.DLL to your c:\windows\system on Win95/*** or to c:\winnt\system32 on Windows NT. If you don't like copying the DLL into your system directory. Copy it to the same place you will execute your loadstocks.exe and quotes.exe program. [2] Build loadstocks.exe second. Go to the LOADSTOCKS directory and point the C++ IDE to LOADSTOCKS.DSP. Build the project. The debug version of the file LOADSTOCKS.EXE is built by default and is located in the directory DEBUG. Caveats: a. The EMBSQL.H include file must be in the include files directory of your IDE. Choose Tools/Options on the menu bar and click the directories tab. In the "Show Directories For" drop down list choose "Include Files". Input the location of the EMBSQL.H file b. The EMBSQL.LIB library must be in the libraries directory path of your IDE. Choose Tools/Options and then click the directories tab. In the "Show Directories For" drop down list choose "Library Files". Input the location of the library. The executable is in the loadstocks/Debug directory. [3] Build the quotes.exe last Go to the QUOTES directory and point the C++ IDE to QUOTES.DSP. Build the progject. The debug version is built and the file QUOTES.EXE is located in the directory DEBUG. Caveats: a. The EMBSQL.H include file must be in the include files directory of your IDE. Choose Tools/Options on the menu bar and click the directories tab. In the "Show Directories For" drop down list choose "Include Files". Input the location of the EMBSQL.H file b. The EMBSQL.LIB library must be in the libraries directory path of your IDE. Choose Tools/Options and then click the directories tab. In the "Show Directories For" drop down list choose "Library Files". Input the location of the library.

近期下载者

相关文件


收藏者