<%@Language=VBScript%> <% set db=server.createobject("adodb.connection") db.Open "DBQ=C:\Inetpub\sites\eoansystems\eoan.mdb;Driver={Microsoft Access Driver (*.mdb)};pwd=" set rs = Server.CreateObject("ADODB.Recordset") %> Eoan Systems - Advanced Memory Upgrade Solution <%sqlt = "select fid,fquest from faq" set rs = db.Execute(sqlt) %>
  <%while rs.eof = false%> <%rs.MoveNext wend %>
These some of the questions generally asked by some of our customers about our products. Click on the question to get the answers for them.
');"><%=rs("fquest")%>
Company     ::     Solution     ::     Support     ::     Contact Us     ::     Configurator     ::  
Eoan System Pte Ltd.© 2005   ::    Privacy Policy    ::    Terms Of Use
<% set rs = nothing set db = nothing %>