E
Edwin Knoppert
This connectionstring was prepared by VWD itself.
Can i reuse it on a connection for the datareader i want to use?
I currently got this error:
ExecuteNonQuery: Connection property has not been initialized.
This is normal, the connection object remains NOTHING so the reader goes
wrong.
<configuration>
<appSettings/>
<connectionStrings>
<add name="users" connectionString="Data
Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|users.mdf;Integrated
Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
Can i reuse it on a connection for the datareader i want to use?
I currently got this error:
ExecuteNonQuery: Connection property has not been initialized.
This is normal, the connection object remains NOTHING so the reader goes
wrong.
<configuration>
<appSettings/>
<connectionStrings>
<add name="users" connectionString="Data
Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|users.mdf;Integrated
Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>