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.