Create Query using ASP

P

Paxton

In the same way that you can create and alter permanent tables in
Access 2000 using SQL in ASP ( CREATE TABLE <tablename> col_1(col_1
datatype), col_2(col_2 datatype....Col_n(col_n datatype)) is there any
way to do this for Queries?

Paxton
 
B

Bob Barrows [MVP]

Paxton said:
In the same way that you can create and alter permanent tables in
Access 2000 using SQL in ASP ( CREATE TABLE <tablename> col_1(col_1
datatype), col_2(col_2 datatype....Col_n(col_n datatype)) is there any
way to do this for Queries?

Paxton


Yes, you can use CREATE PROCEDURE or CREATE VIEW, depending on which type
you need. see the Jet SQL Reference in Access online help for details.

Alternatively, you can use ADOX. See the ADOX reference at
msdn.microsoft.com/library for details and examples.

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top