får felmeddelande: du kan nog inte använda sqlconnection om du inte kopplar dig mot en sql server... Hej!sqlConnection gillar inte nyckelordet "provider"??
<code>
Keyword not supported: 'provider'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'provider'.
Source Error:
Line 23: private void Page_Load(object sender, System.EventArgs e)
Line 24: {
Line 25: SqlConnection myConnection =new SqlConnection(@"Provider= Microsoft.Jet.OLEDB.4.0; Data Source=C:\books.mdb");
Line 26: SqlCommand myCommand = new SqlCommand("select * from books", myConnection);
Line 27:
</code>
Är det någon som kan visa mig hur en connection-sträng till sqlConnection ska se ut?
Tack!Sv: sqlConnection gillar inte nyckelordet "provider"??
du får nog använda OleDBConnection istället...
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemDataSqlClientSqlConnectionClassTopic.asp?frame=trueSv: sqlConnection gillar inte nyckelordet "provider"??
Jag känner att jag får försöka läsa lite mer... (men det är rackarns såvrt det här)
Tack!Sv: sqlConnection gillar inte nyckelordet "provider"??
Svara