I read a lot of articles about Oracle provider in codesmith2.6. Codesmith3.0 was rarely seen about this. It was tested yesterday.
Enter codesmith's community, http:
// Community.codesmithtools.com/files/9/schemaproviders/default.aspx, in this article
There is an oracle schema provider in the folder. Download it and follow the instructions: To "Install" the provider, just copy the following files to your
C: \ Program Files \ codesmith \ V3.0 \ schemaproviders (or equivalent) folder:
- Schemaexplorer. Fig. dll
- Schemaexplorer. oraclenativeschemaprovider. dll. config
Unfortunately, the Oracle provider cannot be found in codesmith studio. Check the reply and find that the oraclenativeschemaprovider. dll here can only be used for codesmith3.1x, which is quite discouraged.
However, there is a source file in the downloaded file. I open the source file and compile it. The error message "schemaexplorer. dll" is not found. Because
Oraclenativeschemaprovider appears in schemaexplorer of codesmith, so I will reference
Exclude schemaexplorer. dll and install codesmith3.x (C: \ Program
Files \ codesmith \ V3.0 \ addins) to introduce schemaexplorer. dll, recompile and
Schemaexplorer. oraclenativeschemaprovider. dll and the original downloaded
Schemaexplorer. oraclenativeschemaprovider. dll. config
Put the file in c: \ Program Files \ codesmith \ V3.0 \ schemaproviders (or equivalent) folder:, and finally add oracleprovider to schemaexplorer of codesmith.
PS: This method should be able to adapt to most codesmith, that is, download the corresponding source file (the version is a little different, but if the entire interface changes, find another response version ),
Introduce schemaexplorer. dll in the installation file and recompile it. If yes, you can get the corresponding version
Schemaexplorer. extends lenativeschemaprovider. dll. Put it in the corresponding folder, then everything is OK.