| Author |
Message |
nmotyl
Joined: 12 Feb 2007 Posts: 1
|
Posted: Mon Feb 12, 2007 9:10 pm Post subject: Undocumented Features |
|
|
| Could someone please reply with what all of the parameters in a .sqldoc file are for and what the possible values are? Also, could you please explain what the valid values and format of an XML argfile are? |
|
| Back to top |
|
 |
david connell
Joined: 21 Nov 2005 Posts: 205
|
Posted: Mon Feb 26, 2007 11:28 am Post subject: |
|
|
Hi there,
Sorry for the late reply...
argfile XML: This is a file that can contain all the parameters that can be defined on the command line. So for example you could construct an XML file that could contain the project name and the password for your SQL server instance and the force flag. (It works in a similar way to some of our other products like the SQL Compare command line..)
so for example the xml could look like:
<?xml version="1.0"?>
<commandline>
<project>p.sqldoc</project>
<password>password</password>
<verbose/>
<force/>
</commandline>
The SQL Doc project file is a little more complicated.
I will write down over the next couple of days what the parameters of the SQL Doc file are. However I would say that it could change in the future.
Hope that helps, and I am sorry for the delay.
Best regards
David |
|
| Back to top |
|
 |
david connell
Joined: 21 Nov 2005 Posts: 205
|
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group