sqlclient
"Cannot open user default database" error with "User Instance=True"
I have a desktop application that uses Sql user instancing. This is my connection string: \"Data Source=.\\SqlExpress;[详细]
2022-12-27 06:49 分类:问答SqlClient Xml Output parameter "was not supplied"
I receive an SqlException when running the following code. \"Procedure or function \'usp_Search\' expects parameter \'@pxmlSearchOutput\', which was not supplied.\"[详细]
2022-12-16 09:00 分类:问答ADO.NET SqlClient connection string - Data Source syntax
Is there any official write-up what forms can Data Source field take in sql server connection string? I\'m aware of following forms:[详细]
2022-12-15 16:09 分类:问答Linq to SQL: Ammend command before submission to database
Is there a hook somewhere within Linq to SQL that would allow me to manually modify a command before it is sent to the database?[详细]
2022-12-12 02:30 分类:问答How to DataSet.Fill with DateTime values defaulting to DateTimeKind.Utc?
I have an application which would read data from SQL and send it via WCF to a client app, in a manner similar to this:[详细]
2022-12-10 21:49 分类:问答