[AccessD] check if ADO command was successful?

Garraway, Alun Alun.Garraway at otto.de
Fri Oct 8 09:33:12 CDT 2004


Hi,

is it possible to check if a ADODB.Command was successful,
IOW when I have following code:

strSQL = INSERT INTO table1(1, 2, 3)
SELECT A1, A2, A3
FROM table
WHERE Something = Something 

command.CommandText = strSQL
command.Execute

how can I know (check) if a record has been added?

have a nice weekend :-)

alun



More information about the AccessD mailing list