Recommended: Revealing the tips of using single quotes and double quotes and connectors in ASP 1. Single quotes: Just like learning Chinese class, the quotes that continue to be placed in double quotes can be single quote response.write(Iamhere) 2. The double quotes in ASP can be any characters or strings. HTML code 1.%response.write(Iamhere)%%response.write(cnbrucehere)%2.%response.write(bIamhe
The access database is a file-type database. When creating, you need to specify the file it wants to use, as shown below:| SetCatalog_object=Server.CreateObject(ADOX.Catalog) Catalog_object.Create(Provider=Microsoft.Jet.OLEDB.4.0;DataSource=&Server.MapPath(/Database.mdb)) |
You can create an access database in two simple sentences. In the create function, you only need to provide the path to the database file. The access database just created is an empty library with no tables.
Share: A simple introduction to interpreting the stored procedures of ASP+SQL I have always used ASP+ACCESS to write web pages. I have never used stored procedures. All additions, deletions, and modifications are written in ASP to execute programs. There is a lot of code. There is no feeling when the data volume is small, and it is quite fast. But when the data volume is large, I will record and query it. Especially when the page is not displayed on a page, the situation occurs. The speed is very slow and it takes more than 10 seconds to react.