Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: COUNT filed incorrect


Message #1 by mdehnel@a... on Fri, 29 Jun 2001 04:23:51
Gad I thought I was about to get back to coding my content.  The only line 

of code I'm changing is the connection string from a DSNless to DSN 

connection.



DSNless (everything works fine)



con.Open("Provider=Microsoft.Jet.OLEDB.3.51;Data Source=C:\path\p2001.mdb")



DSN



con.Open "DSN=2001db"



I get the following 



Microsoft OLE DB Provider for ODBC Drivers error '80040e10' 



[Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect 



pointing at this string



Set rsGameMatches = con.Execute( " my SQL string ...

  Return to Index