A
Angus Comber
Hello
I have a module which does an INSERT INTO - ie adds some data to a table. I
want to find out what an autonumber field is in the table so I do a:
SELECT ClientID FROM Client WHERE xyz
It doesn't find the ClientID - I think it is because if I look in the table
I don't see the newly added row - I think I have to refresh to see newly
added data. Might be wrong here.
What do I need to do to get the autonumber field straight after doing an
INSERT INTO?
Angus
I have a module which does an INSERT INTO - ie adds some data to a table. I
want to find out what an autonumber field is in the table so I do a:
SELECT ClientID FROM Client WHERE xyz
It doesn't find the ClientID - I think it is because if I look in the table
I don't see the newly added row - I think I have to refresh to see newly
added data. Might be wrong here.
What do I need to do to get the autonumber field straight after doing an
INSERT INTO?
Angus