ado.asp

来自「aspupload」· ASP 代码 · 共 24 行

ASP
24
字号
<!-- AspUpload Code samples: ado.asp -->
<!-- Saving files in the database via ADO  -->
<!-- Copyright (c) 2001 Persits Software, Inc. -->
<!-- http://www.persits.com -->

<HTML> 
<BODY BGCOLOR="#FFFFFF">

<h3>Saving Files in the Database via ADO</h3>

	<FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="ado_upload.asp">
		File:<BR><INPUT TYPE=FILE NAME="THEFILE"><P>
		Description:<BR><TEXTAREA NAME="DESCR"></TEXTAREA><BR>
	<INPUT TYPE=SUBMIT VALUE="Upload!">
	</FORM>
<P>
<P>
If you get the error <I><FONT COLOR="#FF0000">[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query</FONT></I>,
adjust permissions on the file <B>\Samples\04_db\aspupload.mdb</B> with Windows Explorer.
Give "Everyone" full control.
</BODY> 
</HTML> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?