Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

If add [user instances=true] to connection string, an exception is thrown

Determine which SQL data types require value to be quoted?

ExecuteNonQuery returns -1

Determining Primary Key columns via GetSchema

c# .net tsql ado.net

Getting a single value from SQL with ADO.NET

c# sql-server ado.net webforms

Using Dapper to return XML string from T-SQL stored procedures

c# xml ado.net dapper

Showing information about databases in ado.net

Why the semicolon couldn't place in the CommandText of a OracleCommand when C#

c# oracle ado.net

Will SCOPE_IDENTITY Work in this Case?

How to populate DataTable with anonymous LINQ result

"Cannot find libSQLDBCHDB.dll" when connecting to SAP HANA with .NET

ado.net driver hana

Proper way to open and close connection in loop

c# ado.net

Can you use cmd.ExecuteScalar when the sproc uses RETURN @value

c# ado.net executescalar

How do you insert an entity for a many-to-many relationship? (entity framework)

DataTable.Merge and DataTable.ImportRow does not change RowState

.net ado.net oledb

Passing database name as variable to SQL from C#. Is it possible?

Connection string for default instance like for named instance

How to get to the primary key of a self tracking entity?

Is it possible to use $action of the MERGE statement in output variable of stored procedure?

c# sql-server database ado.net

Linq to Entities: see the resulting query (context.Log = Console.Out)