Quantcast
Channel: PCFreek.dk » vbscript
Browsing latest articles
Browse All 2 View Live

Create or write to file with VBScript

With the function called OpenTextFile in VBScript can you create or write to an existing file.Set objFSO = CreateObject("Scripting.FileSystemObject") 'File Const file1 = "c:\folder\newfile.txt" Set...

View Article



How to Use SQL Statements with VBScript

All SQL statements like insert, update and select can be used with VBScript - however, the first step is to connect to the database.Set Conn = CreateObject("ADODB.Connection") Set rsConn =...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images