Shoutbox

Syntaxis question - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Syntaxis question (/showthread.php?tid=69241)

Syntaxis question by fmonroy on 12-07-2006 at 08:21 AM

Windows Live Messenger: 8.0.0812.00
Messenger Plus! Live: 4.11.0.254
===========================

Hello group, This is my first script so please don't get bothered with this newbie question. I'm creating a script to change the Personal Message, the issue is that I want to get the message from a database.

As I read, It's JScript, I got its documentation and it says that databases can be accessed using ADO, something like:

var connection = CreateObject("ADODB.Connection");

The problem is I don't know what is the container (object) of the CreateObject() method.

I found in some websites the use of the object WScript, but it doesn't work here.

Any idea?:^)

Thanks in advance.


Fidencio Monroy.


RE: Syntaxis question by -dt- on 12-07-2006 at 08:26 AM

http://shoutbox.menthix.net/showthread.php?tid=62...d=696175#pid696175


RE: Syntaxis question by fmonroy on 12-07-2006 at 08:45 AM

Wow, it works perfect.

Thanks a lot buddy.(H)