M
Martin Newman
Using an vba you can create a temporary Stored Procedureusing VBA using the
# character as the first one in the name. Fine.
If I then wish to use DoCmd.OpenStoredProcedure I can't because the
temporary SP is held in tempdb not mu attached db. Is there any way round
this? (I currently do it by "rolling my own" temp SP's in my attached DB but
it would be noce not to have to).
Te reason I am doing this is becuase I have a table containg various lines
of (valid) SQL code the results of wish I wish to dispaly in a "naive" or
"raw" way to the user. I currently use the code to build my temp sp and
display that. Any better solutions?
Martin
# character as the first one in the name. Fine.
If I then wish to use DoCmd.OpenStoredProcedure I can't because the
temporary SP is held in tempdb not mu attached db. Is there any way round
this? (I currently do it by "rolling my own" temp SP's in my attached DB but
it would be noce not to have to).
Te reason I am doing this is becuase I have a table containg various lines
of (valid) SQL code the results of wish I wish to dispaly in a "naive" or
"raw" way to the user. I currently use the code to build my temp sp and
display that. Any better solutions?
Martin