| http://www.w3.org/ns/prov#value | - It opens the data connection.set MyCon = CreateObject(ADODB.Connection)MyCon.Connectionstring = database=GPDATGPConnection.Open(MyCon)The following is an example of creating the ADO record set.set recset = CreateObject(ADODB.Recordset)The following is an example of creating the ADO connection.set MyCon = CreateObject(ADODB.Connection)The following is an example of executing the update comm
|