Using Microsoft Access with Lectora
May 4, 2007 12:00 AM
Hello.Am I correct that you are trying to send the data from your test to a database? If so, you will have to do the testing from a server. Also make sure the test is pointing correctly to the database. C:My DocumentsTest.mdb will not work.E.g.set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;" & "DATA SOURCE=" & Server.MapPath("fpdbtestresults.mdb")
Discussions have been disabled for this post