D
directmail
Hello,
I am a newbie ..
I want to create a stored procedure, which will do a select <columns> from
one table and insert them into another. I expect some index violations - I
want to catch these exceptions and insert the error records into another log
table. The end user needs to look at these tables.
I am getting stuck on :
------------------------
CREATE PROCEDURE sp_insert_property_records
as
select * from property_information;
--------------------------
I get an error saying that the create table syntax is invalid. I am using
the ACCESS SQL view to do this stuff.
I would appreciate if you could tell me what the error is ( if possible
provide a link to the basic stored procedures tutorial ) and also give me
some information on exception handling.
Thanks !
Girish
I am a newbie ..
I want to create a stored procedure, which will do a select <columns> from
one table and insert them into another. I expect some index violations - I
want to catch these exceptions and insert the error records into another log
table. The end user needs to look at these tables.
I am getting stuck on :
------------------------
CREATE PROCEDURE sp_insert_property_records
as
select * from property_information;
--------------------------
I get an error saying that the create table syntax is invalid. I am using
the ACCESS SQL view to do this stuff.
I would appreciate if you could tell me what the error is ( if possible
provide a link to the basic stored procedures tutorial ) and also give me
some information on exception handling.
Thanks !
Girish