No announcements
Found 2929149 threads
-
0 Votes
retrieve and pass data from EF table
You have a List<Employee> that is a custom class, a type, derived from the Entity Framework, a persistence framework.Answered | 8 Replies | 863 Views | Created by zleug - Wednesday, August 5, 2020 1:07 AM | Last reply by DA924x - Thursday, August 6, 2020 7:26 PM -
0 Votes
Weird, weird EF data retrieval problem
I'm actually never worked with tables in EF without primary keys (since PK is a part of a good table design), anyway since I was curious I had to try ...Answered | 3 Replies | 4002 Views | Created by keithnolan - Wednesday, March 2, 2011 4:42 PM | Last reply by Rune Gulbrandsen - Wednesday, March 9, 2011 9:09 AM -
2 Votes
Retrieve the data from table
Hi sir, I have a table,it contained EID,Ename,Deptno and i want to retrieve data like deptno,all Enames with comma ...Answered | 2 Replies | 9618 Views | Created by LSREDDY - Wednesday, January 4, 2012 8:38 PM | Last reply by Hasham Niaz - Thursday, January 5, 2012 4:46 AM -
0 Votes
Retrieving data from html table
To get you started, this is the Regex to get the tables:Answered | 2 Replies | 3101 Views | Created by MFC New Bee - Wednesday, March 2, 2011 5:21 PM | Last reply by Noam B - Thursday, March 3, 2011 11:13 AM -
2 Votes
EF converts table to association
So, from code i create user object and also i need to create role (that exist in role table) in table UserRole to show that this user have some roles.Answered | 7 Replies | 6312 Views | Created by Freeker47 - Tuesday, July 20, 2010 9:00 AM | Last reply by Ciget - Thursday, March 24, 2011 6:08 PM -
0 Votes
Retrieve data from table to Dropdownlist
Here, we use either of them to get the data from SQL server.Answered | 7 Replies | 4263 Views | Created by Csharpspirit - Tuesday, February 14, 2012 5:16 PM | Last reply by Bob Wu-MT - Monday, February 20, 2012 8:22 AM -
7 Votes
DB Design and Data Retrieval from a heavy table
I'll get back after getting the fresh results by changing my procedure to retrieve the unpivoted data only.Answered | 10 Replies | 5444 Views | Created by Steven Giles - Friday, June 1, 2012 8:31 AM | Last reply by Steven Giles - Monday, June 4, 2012 10:28 AM -
0 Votes
retrieve data on table with data type
Hello, SQL Server already returns the data types for a result set as meta data to the client.Answered | 7 Replies | 1087 Views | Created by Hafizh_FF - Monday, April 20, 2015 3:46 AM | Last reply by Ronnie Rahman - Monday, April 20, 2015 9:50 AM -
0 Votes
How To Retrieving Deleted Table Data?
Can you please help me to retrieve that deleted table data.....Answered | 8 Replies | 6216 Views | Created by Getting all Decimal Values Before Second point - Friday, September 16, 2011 12:55 PM | Last reply by GURSETHI - Friday, September 16, 2011 5:51 PM -
4 Votes
Data retrieve
All net database actions (DataAdapter, Linq to SQL and Linq to EF) are done in a disconnected way.Answered | 2 Replies | 3208 Views | Created by DevNC - Monday, March 14, 2011 9:05 AM | Last reply by Anirban Bhattacherya - Monday, March 14, 2011 6:42 PM -
0 Votes
Best Practices for large data table with POCO of EF 4 or CTP5
As you know, POCO in EF 4 and EF CTP5 doesn't support to map same class to different tables in runtime (or I don't know if there is a way), and ...Answered | 7 Replies | 5132 Views | Created by Frank _ Chen - Sunday, January 16, 2011 9:07 AM | Last reply by Michael Sun [MSFT] - Monday, January 24, 2011 4:51 AM -
0 Votes
struggling in retrieving data from two different tables
See if this helps --Sample Data declare @property table ( property_id int , property_type nvarchar(100) ) declare ...Answered | 1 Replies | 3413 Views | Created by shiva.p - Friday, July 6, 2012 10:04 AM | Last reply by Chintak Chhapia - Friday, July 6, 2012 10:54 AM -
0 Votes
how to retrieve table data from web by excel VBA
hi Ryan Shuell , sorry for late reply coz i seldom online, thanks for your answer, i will try to pull data from source code.Answered | 4 Replies | 4204 Views | Created by engchiang - Monday, July 30, 2012 9:30 AM | Last reply by engchiang - Thursday, August 9, 2012 11:25 AM -
0 Votes
Retrieve Data from Sql table to a textbox
It searches for a string 'road' anywhere in the Description column of ProductDescription table.Answered | 4 Replies | 1724 Views | Created by Sid Williams - Thursday, March 7, 2013 3:15 PM | Last reply by Fanny Liu - Friday, March 8, 2013 8:06 AM -
2 Votes
Retrieving document from a table path
I would just like to have ideas on all possibilities to retrieve the file.Answered | 6 Replies | 1309 Views | Created by Hanu Ram - Friday, August 23, 2013 8:17 PM | Last reply by scott_morris-ga - Monday, August 26, 2013 2:01 PM -
0 Votes
Retrieving Data from workflow
One way is to store the instance ID and the data in the workflow you are interested in in a separate table just before persistence occurs.Answered | 1 Replies | 4440 Views | Created by Asaf Benyamin - Monday, July 26, 2010 12:59 PM | Last reply by lawrenp - Wednesday, July 28, 2010 8:32 AM -
0 Votes
Retrieving data from a datatable
My problem is that I have a datatable, and I am having problems retrieving data.Answered | 1 Replies | 2126 Views | Created by JIM EV - Saturday, July 14, 2012 11:18 PM | Last reply by MasaSam - Sunday, July 15, 2012 7:32 AM -
0 Votes
problem in retrieving data + image from sql server table to textbox and picturebox
If I understand your problem clearly, you want to know how retrieve data from SQL Server table into textbox and how to retrieve image ...Answered | 1 Replies | 3615 Views | Created by sajid90 - Sunday, October 17, 2010 4:42 PM | Last reply by Liliane Teng - Tuesday, October 19, 2010 6:21 AM -
3 Votes
Retrieve single value from azure mobile services data table
t.email == "bob@abc.com") .Select(t => t.fname) .ToEnumerableAsync(); var myName = name.FirstOrDefault(); // name will be null if not found Carlos ...Answered | 3 Replies | 2028 Views | Created by Bedant Bikash - Sunday, January 12, 2014 10:00 PM | Last reply by CarlosFigueira - Monday, January 13, 2014 6:39 PM -
1 Votes
delete data from table in a database , if i pass the table name as parameter
Something like this: create procedure DeleteData(@TableName sysname) as begin if not exists (select 1 ...Answered | 4 Replies | 3617 Views | Created by Devendra Velegandla - Tuesday, August 3, 2010 5:29 PM | Last reply by Naomi N - Tuesday, August 3, 2010 6:21 PM - Items 1 to 20 of 2929149 Next ›
No announcements