Hi to all,
having some trouble to get the following to work:
Set con = CreateObject("ADODB.Connection")
con.Open "DSN=DATACOMP",user
SQL = "SELECT * FROM dc_time"
Set rs = CreateObject("ADODB.Recordset")
rs.Open SQL, con
rs.movefirst
I'd like to end the script if the SQL command returns no entries in dc_time
I tried but couldn't get it to work...
For soon replay thanks in advance!
Regards,
Markus