C
chia
I am new to SQL and VB Script but I need to get data from a database
that I have been given.
I have maneged to use the INSERT commands to put data in and the SELECT
commands in a query. The problem is that I cant work out how to get the
query result which is a sinlge number back into VBScript.
I have
sql = "SELECT ID FROM Summary WHERE ID = '111a'"
DB.Execute sql
This works and I know the answer is 1. What commadn should go after DB.
to get the answer?
that I have been given.
I have maneged to use the INSERT commands to put data in and the SELECT
commands in a query. The problem is that I cant work out how to get the
query result which is a sinlge number back into VBScript.
I have
sql = "SELECT ID FROM Summary WHERE ID = '111a'"
DB.Execute sql
This works and I know the answer is 1. What commadn should go after DB.
to get the answer?