Affected 0 records
ADO Error(s) executing:
    Error#=-2147217865
    Error description=[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'test'.

SQL statement attempted:
update test
set
fname='Ted',
lname='Wilson',
city='Rockville',
state='MD',
zip='20849',
rank=7,
datehire='1/15/92',
SSN='219-92-2677'
WHERE
personid=7
Affected 0 records
ADO Error(s) executing:
    Error#=-2147217865
    Error description=[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'junk'.

SQL statement attempted:
Insert Into junk
(fname,
lname,
city,
state,
zip,
rank,
datehire,
ssn)
VALUES
('ted',
'wilson',
'rockville',
'md',
'20849',
7,
'1/15/92',
'219-92-2677')