Just nu i M3-nätverket
Jump to content

RecordCount = -1 ???


cyrus71

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...