Click here to Skip to main content
15,881,803 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server Express Setup Command Line Problem Pin
Amr Muhammed11-Jul-14 3:28
Amr Muhammed11-Jul-14 3:28 
QuestionError converting data type varchar to numeric Pin
Maideen Abdul Kader5-Jul-14 19:42
Maideen Abdul Kader5-Jul-14 19:42 
AnswerRe: Error converting data type varchar to numeric Pin
Mycroft Holmes6-Jul-14 13:01
professionalMycroft Holmes6-Jul-14 13:01 
QuestionCan not connect to my database from asp .net application Pin
Stephen Holdorf5-Jul-14 0:15
Stephen Holdorf5-Jul-14 0:15 
AnswerRe: Can not connect to my database from asp .net application Pin
Eddy Vluggen5-Jul-14 1:23
professionalEddy Vluggen5-Jul-14 1:23 
GeneralRe: Can not connect to my database from asp .net application Pin
Stephen Holdorf5-Jul-14 2:03
Stephen Holdorf5-Jul-14 2:03 
GeneralRe: Can not connect to my database from asp .net application Pin
Stephen Holdorf5-Jul-14 2:08
Stephen Holdorf5-Jul-14 2:08 
GeneralRe: Can not connect to my database from asp .net application Pin
Stephen Holdorf5-Jul-14 2:26
Stephen Holdorf5-Jul-14 2:26 
OK. I think you were right on the DB connection string. Now, I'm getting this error:

An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect connection string. Check the inner exceptions for details and ensure that the connection string is correct.

Here is my Entity Framework connection string:


<add name="EFDataModelEntities2" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=HOLDORF-PC\SQL_2008_R2;initial catalog=EFDataModel;integrated security=True;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />

And here is my Model connections:

<EntityContainer Name="EFDataModelEntities2" annotation:LazyLoadingEnabled="true">

<EntityContainerMapping StorageEntityContainer="EFDataModelModelStoreContainer" CdmEntityContainer="EFDataModelEntities2">
GeneralRe: Can not connect to my database from asp .net application Pin
Eddy Vluggen5-Jul-14 22:46
professionalEddy Vluggen5-Jul-14 22:46 
GeneralRe: Can not connect to my database from asp .net application Pin
Jörgen Andersson6-Jul-14 11:23
professionalJörgen Andersson6-Jul-14 11:23 
AnswerRe: Can not connect to my database from asp .net application Pin
Bernhard Hiller6-Jul-14 21:01
Bernhard Hiller6-Jul-14 21:01 
QuestionRe: Can not connect to my database from asp .net application Pin
Richard Deeming7-Jul-14 3:14
mveRichard Deeming7-Jul-14 3:14 
AnswerRe: Can not connect to my database from asp .net application Pin
Hemant Singh Rautela7-Jul-14 3:31
professionalHemant Singh Rautela7-Jul-14 3:31 
QuestionComplex SQL queries Pin
data modeling guy3-Jul-14 5:14
data modeling guy3-Jul-14 5:14 
AnswerRe: Complex SQL queries Pin
Richard MacCutchan3-Jul-14 5:22
mveRichard MacCutchan3-Jul-14 5:22 
GeneralRe: Complex SQL queries Pin
data modeling guy3-Jul-14 20:02
data modeling guy3-Jul-14 20:02 
AnswerRe: Complex SQL queries Pin
PIEBALDconsult3-Jul-14 5:53
mvePIEBALDconsult3-Jul-14 5:53 
GeneralRe: Complex SQL queries Pin
data modeling guy3-Jul-14 20:03
data modeling guy3-Jul-14 20:03 
AnswerRe: Complex SQL queries Pin
Eddy Vluggen3-Jul-14 11:24
professionalEddy Vluggen3-Jul-14 11:24 
GeneralRe: Complex SQL queries Pin
Mycroft Holmes3-Jul-14 14:20
professionalMycroft Holmes3-Jul-14 14:20 
GeneralRe: Complex SQL queries Pin
data modeling guy3-Jul-14 20:05
data modeling guy3-Jul-14 20:05 
AnswerRe: Complex SQL queries Pin
Jörgen Andersson3-Jul-14 20:28
professionalJörgen Andersson3-Jul-14 20:28 
QuestionSQL convert(datetime, number) wrong? Pin
Miller Nguyen29-Jun-14 16:38
Miller Nguyen29-Jun-14 16:38 
AnswerRe: SQL convert(datetime, number) wrong? Pin
PIEBALDconsult29-Jun-14 17:45
mvePIEBALDconsult29-Jun-14 17:45 
GeneralRe: SQL convert(datetime, number) wrong? Pin
Miller Nguyen29-Jun-14 22:41
Miller Nguyen29-Jun-14 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.