I need your help in the following situation:
I'm developing an app with a Sql Server 2008 db in back-end.
I want to store some URL's in the database and I put a button in my interface which should open these URL's.
I want to code the button in VBscript but I'm a newbie in this language.
I found this code CreateObject("WScript.Shell").Run "\\195.234.22\server\docs" which works fine but I want to take the links from the database, I suppose that I should set some parameters but I have no idea how to do that.
Thanks in advance!
UPDATEinstead of aSELECT. There are plenty of examples of connecting to SQL Server from VBScript on the web, so it might be good if you can be more precise about what your problem is.