P
Pete
I've experience with Paradox were you can create temporary
tables in the user's private directory. I've created
stored procedures to create tables using
CREATE TABLE #tblMyTable... How can I access these
tables, or even view them? What is the proper syntax for
stored procedures?
tables in the user's private directory. I've created
stored procedures to create tables using
CREATE TABLE #tblMyTable... How can I access these
tables, or even view them? What is the proper syntax for
stored procedures?