Linux -Blue forest free software | Return to home page | Site Map | Search WWW | Contact Us |
Your current position : Homepage > Free Software > Technological exchanges >Application Programming


    

Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006

ADODB.Recordset (0x800A0BB9)

<%
Var Recordset1 = Server.CreateObject ( "ADODB.Recordset");
Recordset1.ActiveConnection = MM_link_STRING;
Recordset1.Source = "SELECT * FROM liuyan";
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2;
Recordset1.LockType = 1;
Recordset1.Open ();
Var = 0 Recordset1_numRows
%>
Type parameter is not correct, or is not acceptable within the scope of, or conflict with other parameters.
Will wrong, where? How to reform?




 Privacy Policy  Copyright © 1999-2000 LSLNET.COM. All rights reserved. Blue Forest website owners. E-mail : Webmaster@lslnet.com