On UrbanBaby: Who decides whether to circumcise?
16 Resources for

createobject

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

how to execute insert query inVB Script
i have written a the follwing code in vb scriptand it shows the Error "too few parameter expected 1 80040E10how ever this code when written in VB run smoothly' open database dim idim filenamedim RNOdim restnodim fi=1Set con = CreateObject("ADODB.Connection") Set cmd = CreateObject("ADODB.Command") set rs = CreateObject("ADODB.Connection") set rst=CreateObject("ADODB.Connection")...
Tags: Programming languages, Databases, sitanshuwesley@..., rs.Fields, rtNo, SQL, Chr, CreateObject, Mohan Das Karam Chand Gandhi, rsResult, Access Driver
Discussion threads 2007-10-18
AD logon script querie
I would like to creat a querie that would tell me what logon script each user has assigned to them in the AD. What would be the best tool to do this? I've tried using the saved queries, but can't seem to get the right info. I am running...
Tags: Directory services, kanderson@..., strBase, strFilter, objRecordSet.Fields, CreateObject, logon script, advertisement
Discussion threads 2007-09-27
Non-Domain WinXP: Creating Multiple Local User Accounts
Have about 50 WinXP clients in a non-domain controled environment. What is required is that all Users have access to any PC using their own credentials. Does anyone know of a way to create a batch-file or a script that can be run on each machine to add to the...
Tags: Microsoft Windows XP, battlel@..., strComputer, CreateObject, WinNT://, GetObject
Discussion threads 2007-09-21
User Last Logged In From...?
Hello,Is there a feature in Windows Server 2000/2003 or maybe a program I can obtain that will give me the last computer that a person connected from? For instance, I want to keep track of what users are connecting from what computers. I would like to be able to select...
Tags: PRODUCTIVITY, macbrando@..., Const ForAppending, sFileName, computer, CreateObject
Discussion threads 2007-08-28
Windows assigning drive letters
I have mapped a network drive and used the letter F but now every time I connect a usb device it assigns the usb device the letter F so I can't access it unless I go in to disk management and change the drive letter of the usb device, is...
Tags: Microsoft Windows, deerek11@..., network, usb device, CreateObject
Discussion threads 2007-07-26
How to Invoke MS Word from Javascript/VBScript?
Hello,I have the following codes but I always get the "A Runtime error has occurred. Do you wish to Debug? Line: nnn Error: Expected end of statement". Is it a permission problem? If I want to re-write it with Javascript, can I have the sample codes please.function openWordAdocpath = "\server00productionAbc.dot"Set...
Tags: Microsoft Corp., wes_brooks@..., Microsoft Word, Set oDocument, Set wApp, CreateObject
Discussion threads 2007-06-20
VB Login Script Help needed
Please forgive me, but i'm extremely new to VBScript. I need to write a login script to map drives based on group membership in a windows 2003 AD Domain. I've found numerous examples all over the net, but none of them has seemed to work properly for me.Here...
Tags: accounting, CreateObject, Microsoft Visual Basic, objNetwork.MapNetworkDrive, programming, RhythmMethod, windows, wshNetwork.MapNetworkDrive, \\SERVER\SHARE
Discussion threads 2006-10-18
crystal reports ran by vbscript
I have searched many newsgroups and have not found an adequate answer to how a crystal report can be viewed/opened via vbscript. I have a report on a test web server and remote users can not get to it when I send a link to it via email. ...
Tags: createObject, ExportRPT, getObject, Microsoft VBScript, objCRRpt, programming, RetValue, strDate, vbScript, wakin@...
Q&A 2006-09-19
email vb script
Hello all, can anyone help, why does the below script not work on my sp3 xp machine???Set objEmail = CreateObject("CDO.Message")objEmail.From = "g.millen1@ntlworld.com"objEmail.To = "g.millen1@ntlworld.com"objEmail.Subject = "Atl-dc-01 down" objEmail.Textbody = "Atl-dc-01 is no longer accessible over the network."objEmail.sendi'm getting the below error:the "sendUsing" configuration value is invalidcode: 80040220source: CDO.message.1Anyone know why.thanks...
Tags: Atl-dc-01, CDO.Message, CreateObject, e-mail, Microsoft VBScript, R e p h l e x, server, SMTP server, windows
Q&A 2006-07-28
How to add .exe file to windows firewall
The limit of 40 characters did not allowed me to state my question in a better way.I would like to know what is the best scripting way to populate the windows firewall exceptions with executable files. Is there a best type of script more suitable for this task, i.e. WSH,...
Tags: CreateObject, wil henriquez, windows, firewall, window
Q&A 2006-07-14
To find "Class" for CreateObject method
The syntax of "CreateObject" in VB/ VBA is "CreateObject(Class As String, [ServerName As String])"So if i want to use CreateObject method in VB or VBA for creating any control at runtime then I have to pass "Class" parameter. So how can I find a "Class" for a particular object. That...
Tags: CreateObject method, CreateObject, nirman123_doshi@..., programming, ProgID
Q&A 2006-04-06
Web Forms
I have used the goldmine webimport wizard and it has created my a for html document and also a webmail.asp file, however I have uploaded both files to my host but when I try and submit from my form I get the error"Server object error 'ASP 0177 : 800401f3' Server.CreateObject...
Tags: asp, bschaettle, Cheese, CreateObject, form, forms, programming, server, Tim, tim.williams@..., web, Web Forms
Discussion threads 2006-01-19
Collect domain names to automate admin script customization
Admin scripts: Automate domain name searchWhat do you think of Kevin's script? Do you have a script that we'd be willing to pay you $100 for?SimplifiedThere's a bit of extra overhead in using a For loop, parsing & concatenating and deviating to the Network object.msgbox "User DNS domain = "...
Tags: ADSystemInfo, Collect domain name, Collect Domain Names, CreateObject, earn 100, Mark W. Kaelin, members, msgBox, network administration, networking, scripting
Discussion threads 2005-10-17
Choose a method for passing arrays to the Oracle Provider for OLEDB
If you're looking for a way to pass an array of values to a PL/SQL stored procedure, you must use a technique to wrap an array into the proper PL/SQL structure on the server at runtime. Scott Stephens provides you with the necessary code. The Oracle Provider for OLEDB...
Tags: Oracle Corp., PL/SQL, SQL, Databases, Scott Stephens, Programming languages, Oracle Tips Newsletter, Procedure, Table, CreateObject, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Technical articles 2005-07-26
Automate file download through HTTP.
A friend has approached me with this problem:He needs to get the target file from the following URL:http://ichart.finance.yahoo.com/table.csv?s=UPS&d=5&e=21&f=2005&g=d&a=10&b=10&c=1999&ignore=.csvand land it on one of his local netowrk shares. He cannot run IIS so ASP is out of the question.I was thinking of a scheduled task to run IE and pass the...
Tags: Automate, CreateObject, HTTP, LWP::UserAgent, Microsoft Internet Explorer, Perl, programming, sjohnson175@..., strURL
Q&A 2005-06-23
ColdFusion's Java connection
Macromedia calls CFML "a scripting layer for J2EE." The ability to integrate Java into ColdFusion provides all sorts of opportunities, including access to freely and commercially available Java libraries; features in the standard Java and J2EE libraries; and your own Java code. In some cases, this can mean access to...
Tags: Programming languages, Development tools, Andrew Grant, Java, SimpleMath, Allaire ColdFusion, addNumbers, createObject
Technical articles 2004-04-07

Additional Resources

GetObject and CreateObject Behavior of Office Automation Servers
This paper discusses the different behaviors that occur when one uses the GetObject and CreateObject functions with various versions of Microsoft Office applications. GetObject and CreateObject are functions that are provided by Microsoft Visual Basic and Microsoft Visual Basic for Applications VBA. However, the information is also applicable to Microsoft...
Tags: Microsoft Office, Microsoft VBA, Server, Microsoft Corp., Automation, Microsoft Development Tools, Programming Languages, Scripting Languages, Development Tools, Software Development, Software/Web Development, Web Development
White papers 2007-01-31
Start-Up Script
My Fellow Administrators:I respectfully resquest your assistance with a script. My objective is to use GPO to deploy a startup script which will delete a file in the root directory, then run a program located on a network share.I have succesfully created a script that worked when manually launched....
Tags: BlitzSonik, windows, C:\deletethisfile.txt
Q&A 2005-10-17
Looking for HTA advice
a two part question: I manage an hta file which generates a screen of buttons to open files (excel, word, etc) via vbscript functions. This enables management to have one place (a web-like interface) to go for all their info needs. My 1st question is: is this the...
Tags: Scripting languages, susan.e.troidle@..., runPD, GetPath & StrFile
Discussion threads 2007-10-30
Looking for HTA advice
a two part question: I manage an hta file which generates a screen of buttons to open files (excel, word, etc) via vbscript functions. This enables management to have one place (a web-like interface) to go for all their info needs. My 1st question is: is this the...
Tags: Scripting languages, susan.e.troidle@..., runPD, GetPath & StrFile
Discussion threads 2007-10-30
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Quick Guide: Windows Group Policy
One way for help desk technicians and network administrators to reduce help desk calls and protect their networks is to limit the damage curious users ...
Buy Now