Ethel
|
| Posted: 10/03/2002, 10:52 AM |
|
I am using Access 2002 and ASP3.0
In my Access mdb i have created a bunch of queries that I used before trying CCS is it possible to import them in the same way as tables?
I am somewhat confused by the relationship of SQL and CCS and the server.
I thought it was necessary to run on an sql server to run sql,it seems though that pretty much use sql within code charge without the sql server, if this is true then I presume within access2002 which you can convert to sql you could then run it in code charge studio. Is this correct or have i been eating to many mushrooms
|
|
|
 |
?
|
| Posted: 10/04/2002, 10:53 AM |
|
?
|
|
|
 |
Tim
|
| Posted: 10/07/2002, 6:41 AM |
|
Ethel,
Yes you can use Access queries in CCS. But note that you can use as tables only those queries which select data from tables, but not update/insert/delete ones.
The second is: when connection to db is established in design mode it means that new active connection is opened, sql server should be started to be able to retrieve information and execute queries.
|
|
|
 |
|