cyrus71 Posted November 6, 2005 Share Posted November 6, 2005 Set RecSet = Server.CreateObject("ADODB.Recordset") Visa = "SELECT * FROM citat" RecSet.Open Visa, Connect, adOpenStatic, adLockOptimistic Antal = RecSet.RecordCount RecSet.Close varför RecordCount blir -1 ? Link to comment Share on other sites More sharing options...
Pelle Pels Posted November 7, 2005 Share Posted November 7, 2005 Prova att sätt RecSet.CursorLocation = adUseClient innan du kör RecSet.Open Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.