Using Microsoft Access with Lectora

OK. Let us try this.Create a copy of the asp code. Change this section 'Get the parameters posted from the test' sUserID=Request.form("UserID") sFirstName=Request.form("FirstName") sLastName=Request.form("LastName") to this 'Get the parameters posted from the test' sUserID="Test123" sFirstName="Bob" sLastName="Jones" We are going to force the code to place the data on "Bob" to see if the path is correct.Save the asp code, place it in the same folder on the server as the original and run it in a browser. If data goes over then your path is correct. If no data, then path is incorrect.I note that your sUserID is indentified as a text. Should it be numerical instead? Also you must add the asp code to the Additional Files section in the Title Properties. That is how Lectora is able to see the link to the code.Edited By: bruman on 2007-12-3 14:9:51

Discussions have been disabled for this post