C
Corby Nichols
Is there a way to create multiple queries with a single sql script, similiar
to SQL Server 'Create Procedure' statement.
I have a code generator that generates Stored Procedures for SQL Server and
code generates a data writer to set the parameters, and this works fine for
SQL Server. For Access I only know how to create queries one at a time, and
since each table requires five querries (Insert, Update, Find, FetchAll, &
Delete).
In SQL Server I know how to seperate individual SQL Statements with the 'GO'
command, is there a way to create querries in Access. I would like to ideally
be able to create a single file that can be copied to the clipboard and
executed in the Access query designer window. I have googled this and not
found very much information on this type of thing.
Thank you,
Corby Nichols
Houston, TX
to SQL Server 'Create Procedure' statement.
I have a code generator that generates Stored Procedures for SQL Server and
code generates a data writer to set the parameters, and this works fine for
SQL Server. For Access I only know how to create queries one at a time, and
since each table requires five querries (Insert, Update, Find, FetchAll, &
Delete).
In SQL Server I know how to seperate individual SQL Statements with the 'GO'
command, is there a way to create querries in Access. I would like to ideally
be able to create a single file that can be copied to the clipboard and
executed in the Access query designer window. I have googled this and not
found very much information on this type of thing.
Thank you,
Corby Nichols
Houston, TX