Here is a page that I wish to simulate from my CVI app.:
<HTML>
<BODY BGCOLOR="#FFFFFF">
<h3>Saving Files in the Database via ODBC</h3>
<FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="odbc_upload.asp">
File:<BR><INPUT TYPE=FILE NAME="THEFILE"><P>
Description:<BR><TEXTAREA NAME="DESCR"></TEXTAREA><BR>
<INPUT TYPE=SUBMIT VALUE="Upload!">
</FORM>
<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.
</BODY>
</HTML>
I am using CVI 5.5 and have INET toolkit, but i don't see how to simulate this post.