Hi all.

I have a long and complicated chain of queries in MS Access that I want
to port to using stored procedures & views.

What I'd like to do is something like:

1) stored procedures grabs original data set, and dumps into temporary
tables
2) I open a view, which is in turn based on other views, which
eventually points back to the temporary tables created in 1)

Can I do that? ie if I create the views now, will they still work later,
considering the temporary tables will be dropped and re-created later
on? Do I have to drop the views as well, and re-create them after the
stored procedure that creates and populates the temporary tables?

Thanks :)

Dan

-- 
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [EMAIL PROTECTED]
website: http://www.nusconsulting.com.au

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to