Search found 9 matches
- Thu Aug 21, 2003 4:28 pm
- Forum: Technical / Scripting
- Topic: HELP! HOW DO I UNDELETE???
- Replies: 2
- Views: 5594
Thank You.
Thank You. Thank You. Thank You.
- Wed Aug 20, 2003 8:16 pm
- Forum: Technical / Scripting
- Topic: HELP! HOW DO I UNDELETE???
- Replies: 2
- Views: 5594
HELP! HOW DO I UNDELETE???
oops. I deleted a script from within ms. Is there a way to recover it?
- Fri Jun 06, 2003 1:43 pm
- Forum: Technical / Scripting
- Topic: problems writing to database in 7.2
- Replies: 2
- Views: 5755
Here is a sample: VBSTART Function export(sqlstr,field) set cn = CreateObject("ADODB.Connection") cn.open "Driver={Microsoft Access Driver (*.mdb)};DBQ=\\server\database.mdb" Set rs = cn.Execute("" & sqlstr & "") export = rs.Fields("" & field & "") cn.close End Function function import(sqlstr) set c...
- Thu May 29, 2003 12:10 pm
- Forum: Technical / Scripting
- Topic: registrywritekey problem
- Replies: 6
- Views: 11532
Thanks
Works great. Thanks for the help.
- Wed May 28, 2003 11:15 pm
- Forum: Technical / Scripting
- Topic: registrywritekey problem
- Replies: 6
- Views: 11532
registrywritekey problem
Can I use registrywritekey> to write a numeric string value? I want to configure the change HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\forceautologon to 1, but the following command creates a dword value rather than a string value, which doesn't work. RegistryWriteKey>H...
- Thu May 22, 2003 8:31 pm
- Forum: Technical / Scripting
- Topic: Compiled scripts generate errors
- Replies: 7
- Views: 11987
still no resolution
I am still having this problem, and have heard nothing from support.
- Thu May 22, 2003 4:26 pm
- Forum: Technical / Scripting
- Topic: problems writing to database in 7.2
- Replies: 2
- Views: 5755
problems writing to database in 7.2
I am using VB to import data into an access 2000 database. When I recompiled the script with MS 7.2, my script no longer wrote to the database, but did not post any errors. I would love to take advantage of the new functions in 7.2, but cannot if I continue to have this problem. Does anyone know wha...
- Mon Mar 31, 2003 10:40 pm
- Forum: Technical / Scripting
- Topic: Compiled scripts generate errors
- Replies: 7
- Views: 11987
Compiled scripts generate errors
The exe errors out without running. If I use the /LogFile option, nothing is written. Dr Watson reports the error as "RtlTraceDatabaseEnumerate". I have emailed the DrWatson log to support.
- Thu Mar 27, 2003 3:44 pm
- Forum: Technical / Scripting
- Topic: Compiled scripts generate errors
- Replies: 7
- Views: 11987
Compiled scripts generate errors
I am using MS 7.1.18 to compile execs to run on win2k pc's. They are being called from batch files, run from startup, or called from the registry. Periodically, I will get an error on startup that the exec has generated errors and will be closed by windows. I then have to start the script manually, ...