I have this LINQ query.The date is stored as a string in the database, but I need to order by it.So I convert it to a DateTime, but it doesn\'t order.
I have a table with two separate columns for date and time (SQL Server 2008). I am trying to get the data between 1 minute开发者_StackOverflow社区 before current time and 1 minute after current curre
How can I return a table from an UDF that executes a custom query string? Eg: CREATE FUNCTION fx_AdvancedSearch
I have a grid bound to a BindingSource which is bound to DataContext table, like this: myBindingSource.DataSource = myDataContext.MyTable;
First of all, I have read the similar posts and don\'t see how they solve this problem.If I\'m missing something in them, please point out what.
I would like to have some explaination about the characteristics of a primary key in the table of such database.This is for vb 2008 express edition,since im new to this language,if this is true, as fa
An attempt has been made to Attach or Add an entity that is not new, perhaps having been loaded from another
I\'m trying to use a Dynamic LINQ Query to query a SQL database, and in the Where clause I need to evaluate an \'=\' condition with a field that is of type TEXT.
I have a Create ActionMethod, something along the lines of: [AcceptVerbs(HttpVerbs.Post)] public ActionMethod Create(Journey journey)
I\'m trying to store a URI as a st开发者_JS百科ring in a database, using LINQ. [Column(Name = \"Url\", DbType = \"nvarchar(255)\")]