If you do not directly change the suffix, you can directly download it using tools such as quickshield. In fact, you have opened the door for intruders. Intruders can use a database suffixed with ASP/ASA to directly obtain webshells.
I. IdeasAs we all know, Code, All data in the access + ASP Web system is stored in the database file (MDB
see the "User Comments" feature available. We register a user, send a comment:
So we put the ASP code:
Copy Code code as follows:
/iishelp/common/500-100.asp, Line 242
Microsoft VBScript run-time error ' 800a000d '
Type mismatch: ' Execute '
/test/dlog/log_mdb/%29dlog_mdb%29.asp, line 1266
Note: When we submit code to the database, the code content cannot be too large. So we use
three. Some other questions and ideas
1. For the conversion of the suffix
A lot of directly on the server all files including programs, pictures and other files packaged into an MDB, you need the following file
Dim RS, WS, FSO, Conn, stream, ConnStr, Thefolder
Set rs = CreateObject ("ADODB.") RecordSet ")
Set stream = CreateObject ("ADODB.") Stream ")
Set conn = CreateObject ("ADODB. Connection ")
Set fso = CreateObject ("Scripting.FileSystemObject")
Dbname=inputbox ("Please ente
Many directly include all the files on the server
Program , Images and other files are encapsulated into mdb, and the following file is required.
Dim RS, WS, FSO, Conn, stream, connstr, thefolder
Set rs = Createobject ("ADODB. recordset ")
Set stream = Createobject ("ADODB. Stream ")
Set conn = Createobject ("ADODB. Connection ")
Set FSO = Createobject ("scripting. FileSystemObject ")
Dbname = inputbox ("E
How does an MDB file unpack? I do not know if you have contact, now on the web has an MDB format of the compression format, specifically called what is not clear. But decompression such a file, with commonly used RAR decompression software is unable to untie, then MDB
MDB format files, for users engaged in software programming, Web site production, is not unfamiliar, usually MDB format is Microsoft Office series Office software Access storage format, at the earliest time, most of the Web site or software use MDB as a database storage files, However, for some users, just contact the MDB
When the MDB file has a password and the MDB file is printed directly by Access, the Password dialog box appears, asking for the password. However, to be printed in VB program, you must change the VB program to open the MDB file i
, but is used and talked about like Office development edition = Office packaging software. This is a wrong idea.
The following describes in detail the issues that must be paid attention to when using the Access package software:
First, the Access package software cannot convert your own Access Database (*. mdb or *. mde) into an executable
File(*. Exe ).
Second, the package software in the Access develo
After the program has been handed over to the user, it is required to use the specified workgroup file each time it is started, in roughly the following ways:
1. Use a shortcut to specify the workgroup file with the startup parameters;
2. Specify a workgroup with the Access built-in Workgroup administrator.
3. You can also modify the registry directly.
4. Use VB and the like to do a shell startup with p
Recently, the Network Administrator assigned me a space on the server to show some information. In order to facilitate the query on the network, we made a simple ASP Query System, which is linked to the Access database in the MDB format, documents are summarized in Excel. The format is XLS. Can I convert the XLS file to MDB?
The first thought is to save the table
Introduction recently, the network administrator on the server to give me a space, used to show some information. In order to facilitate the query on the network, they made a simple ASP query system, which is linked to an MDB format Access database, and before the network, data is used in Excel spreadsheet software to summarize the format for XLS, can the XLS file into
What format file is an MDB
An MDB is a file format, just like Word's doc file format, which is an Access database file, and access is included on office. The MDB (Microsoft Database)
Recently, the Network Administrator assigned me a space on the server to show some information. In order to facilitate the query on the network, we made a simple ASP Query System, which is linked to the Access database in the MDB format, documents are summarized in Excel form. The format is XLS. Can you convert the XLS file to MD?
Recently, the Network Administrator assigned me a space on the server to show
Using access to create MDB files is a simple problem. However, if the access program is not installed on the Windows XP Server, how does one create an MDB file and obtain the required data? This problem is very practical. I encountered it in the project development in the previous section. At that time, the manager arranged to migrate the database from SQL Server
Yesterday, Ling Hu said he needed to use an Access database and did not want to install the office. He asked for solutions in the group.
I suggest using SQL Explorer that comes with Delphi/BCB to connect to the ACCESS database through BDE over ODBC, so that you can modify the database structure and use SQL statements to perform most database operations.
However, one problem is that you cannot create an empty database file and can only connect to an
If you use ODBC connection (DSN or DSN-less) to access the remote (UNC path) database, OLEDB will see the following error message:
Microsoft ole db Provider for ODBC Drivers error '000000'
[Microsoft] [ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown )'. it is already opened exclusively by another user, or you need permission to view its data.
You can avoid this error. ASP and ActiveX support two methods
If you use an ODBC connection (DSN or dsn-less) to access the remote (UNC path) database, OLE DB will receive the following error message:Microsoft OLE DB Provider for ODBC Drivers error ' 80004005 '[Microsoft] [ODBC Microsoft Access Driver] The Microsoft Jet Database engine cannot open the file ' (unknown) '. It is already opened exclusively by another user, or you need permission to view its data.You can avoid this error--asp and ActiveX support two
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.