Viewing 10 posts - 46 through 55 (of 55 total)
I were looking at Lumigent Eval bcz company won't buy anything. Well the tampering was done and the db was restored. Security is now tighter but still figuring out...
May 16, 2003 at 10:30 am
work like a charm.. thanks for the helpful infos..
May 9, 2003 at 12:42 pm
I tend not to remove the group neither, just that these servers are shipped to South America countries and I really don't want those network guys down there having authentication...
April 29, 2003 at 9:57 am
I ran into a similar problem and I just changedbowner to the original window NT login owner. Once the ownership had taken place, I were able to change it...
January 14, 2003 at 2:17 pm
try this using a batch file:
@Echo OFF
cd C:\TempSet TEMPDATE=%TEMP%\TemDate.TMP
DATE /T > %TEMPDATE%
Set PARSEARG="eol=; tokens=1,2,3,4* delims=/, "
For /F %PARSEARG% %%i in (%TEMPDATE%) Do SET YYYYMMDD=%%l%%j%%k
Echo RENAME test.txt Test_%YYYYMMDD%.txt
RENAME test.txt test_%YYYYMMDD%.txt
GoTo END
:USAGE
Echo...
January 7, 2003 at 3:30 pm
What do mean by having an install issue? And if this is just a system default, is there anywhere I can fix it or just ignore and move on?...
December 18, 2002 at 12:40 pm
We use ODBC to connect to the DB2 and OLE DB to connect to SQL. All of the connections are to NT4. The data source are text files,...
December 18, 2002 at 8:51 am
Viewing 10 posts - 46 through 55 (of 55 total)