-
in v9 - any version control software will work fine, SVN, CVS, SourceSafe, etc... Maps, processes, schemas and the like are simply xml files which can be easily checked in and out. Repository Explorer even has hooks to do this automatically. ...
-
There is a Migration tool you can look for on the website or ask your account rep about. v10 is a different tool than v9.
-
Yes, you can use a SQL step in a process, or a map if using Multimode to call a stored procedure. You can also use a stored proc as a source in a map. You can pass variables or macros into pearameters using DJX. You can also set the SqlLiteral property of a target field to Yes and call any function or proc.
-
http://integration.pervasive.com/Support/Professional-Services.aspx
-
Try this:
select ename,job,sal from emp where empno='DJX(Var)'.
if that doesn't work, it might be how you re passing in the value on the command line. When passing n a strng, you need to escape the double quotes:-se Var=\"NewValue\"
-
You can search this forum for oci.dll for more info.
-
The Oracle client must be installed (and pointed to with environment variables) on the machine you are running the engine.
-
Are you using the DJX function to pass the variable into the SQL?
http://docs.pervasive.com/products/integration/di/wwhelp/wwhimpl/js/html/wwhelp.htm#href=rifl/rifl_statements.07.05.html
-
You can declare public or private variables anywhere (map/process/scripting step/map expression). Public variable will be available to any map or step within a process. If you declared a variable as private within a map, it would only be available to that ...
-
Not possible at present.