How do you specify the volume, and owner/mode on the command line using the command ufsrestore?
At the moment I have a script that use the following command:
ufsrestore xf <servername>:/dev/rmt/1 << EOF
1
y
EOF
When I want to copy data from Unix to windows I use the copy x selection option. After a while the option becomes greyed out, and the only way to resolve the problem is to reset Exceed. I am currently running Exceed version 6.0.1.0 on NT4. Is there any patches/solutions available for this...
I need to print a variable with single quotes around it. I have tried the following awk command:
awk -F: '{print "\'" $1 "\'"}' <filename>
It produces the error:
Unmatched "
I would like to print the variable in the format:
'<variable>'
Any suggestions would be...
If I store a date in a variable, how can I verify that it is in the correct format? For example if the variable temp1 contains 20011010, how can I be sure that the variable contains 8 characters, and that they are all digits.
Cheers
Hi,
I'm trying to write a perl script that will allow my users to change their passwords through NIS as well as updating the Samba password database. I can get the Samba part working on my own, but I was wondering if anyone had done anything with rpc.yppasswdd or if they can do it via...
I am trying to implement a three tier client/server database using VB, and SQL Server.
I am having trouble with the connection string in my data services tier. The code can be seen below:
Private Sub Class_Initialize()
'Create the Recordsets
On Error GoTo HandleError
Set...
How do I navigate from the sub-form back to the main forms using keyboard. When the focus is in a sub-form, it remains there.
How do I capture a key (TAB) (keyboard event) when I am leaving the sub-form to put me back into the main form? Can this be done using Macros?
Cheers
PADFOR
I changed my primary key data type from integer to text, but when I go to open form using the primary key selected from the combo box, I receive the following message:
Microsoft Access
Run-time error '2501':
The OpenForm action was canceled.
You used a method of the DoCmd object to carry out...
I changed my primary key data type from integer to text, but when I go to open form using the primary key selected from the combo box, I receive the following message:
Microsoft Access
Run-time error '2501':
The OpenForm action was canceled.
You used a method of the DoCmd object to carry out...
I have been trying to solve the following problem from a java book, and I have no joy. Could you someone please give me some pointers?
The Task
Your task is to write a Java application which allows us to animate several simple shapes within a defined area of the application (perhaps a Panel)...
I have been trying to solve the following problem from a java book, and I have no joy. Could you someone please give me some pointers?
The Task
Your task is to write a Java application which allows us to animate several simple shapes within a defined area of the application (perhaps a Panel)...
How do you search more than one table, using a value selected in a combo box? I have two tables called "Parent" and "child". I have created a union query, which contains both primary keys for the table. When a user selects a value from the combo box, I would like to them...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.