Viewing 6 posts - 1 through 6 (of 6 total)
The code did not fail.
The procedure the code was attempting failed.
September 30, 2004 at 9:03 pm
Hi,
Did you tick Script Primary keys etc on the options tab when creating the script?
September 22, 2004 at 11:15 pm
Do the people here try this stuff first.
I tried it and it sure looked like an error to me.
Select aFrom Table2Where a NOT in (select b from Table2)
[Microsoft][ODBC SQL Server...
July 27, 2004 at 10:32 pm
In access create a query
SELECT MSysObjects.Name
FROM MSysObjects
WHERE (((MSysObjects.Type)=1 Or (MSysObjects.Type)=4));
Regards
Col
July 27, 2004 at 8:59 pm
If the data is on a network and the connection is lost or interrupted while accessing, it will often corrupt the database.
March 18, 2004 at 8:41 pm
Viewing 6 posts - 1 through 6 (of 6 total)