No announcements
Found 3587222 threads
-
1 Votes
ADO Entity Data Model
Please read this article on the subject it will explain on how to use it.Answered | 2 Replies | 1509 Views | Created by raw.well - Monday, September 10, 2012 6:13 AM | Last reply by raw.well - Tuesday, September 11, 2012 7:55 AM -
1 Votes
ADO Entities and Multiple Databases
You can't write a LINQ query containing references to entity objects defined in different data models but you could do something else...Answered | 4 Replies | 3093 Views | Created by James Wilkins - Tuesday, March 17, 2009 5:10 AM | Last reply by James Wilkins - Friday, March 20, 2009 11:07 PM -
0 Votes
How to load data into oracel prodution
Hi srik16, If you want to use SQL script, you may create a linked server to Orace in SQL Server or use OPENQUERY for loading data into Oracle.Answered | 5 Replies | 5108 Views | Created by srik16 - Monday, February 8, 2010 11:43 PM | Last reply by Charles Wang - MSFT - Thursday, February 11, 2010 7:46 AM -
0 Votes
how to add tables from diffrent schema in Ado Entity Data Mode with ORACEL
Alan Chen[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark ...Answered | 2 Replies | 3059 Views | Created by OK24 - Wednesday, June 22, 2011 2:19 PM | Last reply by Alan_chen - Thursday, June 30, 2011 6:51 AM -
0 Votes
How Add / Edit data in two diffrent tabels after choise of a combobox.
You could then also filter the available values in a combobox based on the user's selection of type/category as in this article Nested AutoCompleteBox For ...Answered | 2 Replies | 2145 Views | Created by Interior_453 - Sunday, May 8, 2011 2:26 PM | Last reply by Yann Duran - Monday, June 13, 2011 6:09 AM -
0 Votes
LOAD DIFFRENT EXCEL SHEET IN DIFFRENT DESTINATION TABLE
You can purchase a commercial component from CozyRoc, dataflow+, that can handle changing metadata.Answered | 7 Replies | 2396 Views | Created by Vipin jha - Wednesday, April 11, 2012 6:59 AM | Last reply by Koen Verbeeck - Wednesday, April 11, 2012 9:27 AM -
0 Votes
XML schema from a table
All you need is to add WHERE 1=0 before FOR XML stuff.Answered | 2 Replies | 1536 Views | Created by shiftbit - Thursday, March 21, 2013 5:13 PM | Last reply by Naomi N - Thursday, March 21, 2013 5:22 PM -
1 Votes
In memory ADO-recordset: how to add records?
Hopefully, this could help you out with ADO(DB) in Access.Answered | 2 Replies | 7173 Views | Created by kvhoof - Monday, September 15, 2014 9:23 AM | Last reply by Rich P123 - Monday, September 15, 2014 6:17 PM -
2 Votes
store new table data entities to sql server
There is no facility in LightSwitch for exporting tables/entities created in the Entity designer.Answered | 4 Replies | 3850 Views | Created by Steve Richter - Sunday, August 29, 2010 12:10 AM | Last reply by Steve Hoag - Sunday, August 29, 2010 2:38 AM -
0 Votes
Hiding Schema of Specific Tables
As far as I know, DbDefence (www.dbdefence.com) uses some undocumented tricks to hide objects and tables even from DBA.Answered | 5 Replies | 9237 Views | Created by Muhammad Zeeshan Ali Ansari - Tuesday, October 12, 2010 11:39 AM | Last reply by AndyW59 - Tuesday, February 17, 2015 10:36 AM -
1 Votes
How to add the Entity Data Model in ASP.NET 5 Template
I have blog a ""Creating ADO.NET Entity Data Model in VS 2012" if this is what you are asking.Answered | 5 Replies | 731 Views | Created by Crazy_Tech - Thursday, June 9, 2016 4:07 PM | Last reply by chanmm - Sunday, June 12, 2016 12:23 PM -
2 Votes
How to join multiple tables in diffrent and same database
After the linked servers are setup, you just have to prefix your tables names with server name, database name, table owner name in your SELECT queries.Answered | 6 Replies | 3304 Views | Created by roma_victa - Sunday, September 26, 2010 11:19 AM | Last reply by Bin-ze Zhao - Thursday, September 30, 2010 9:35 AM -
0 Votes
ADO Entity Problem: "Invalid object name 'dbo.Industries'"
After I create an Association between two tables in my database, using > the ADO Entity Model & EDMX designer, I get the error "Invalid ...Answered | 3 Replies | 6944 Views | Created by rdlecler - Friday, December 31, 2010 5:57 PM | Last reply by Alan_chen - Tuesday, January 11, 2011 4:28 AM -
0 Votes
LINQ to Entities for sys. schema views
Next, edit it in an XML editor and change the SSDL entity schema and table names to match the real schema views.Answered | 6 Replies | 7191 Views | Created by Cakes - Sunday, July 18, 2010 3:26 PM | Last reply by Cakes - Sunday, July 25, 2010 10:33 AM -
0 Votes
How to use Data Sync to sync tables from different schemas?
if you look at the scope_config table, there is a config data column which is an xml representation of the sync objects defined in the dataset.Answered | 4 Replies | 5478 Views | Created by Hernando Santana - Friday, November 25, 2011 11:23 AM | Last reply by JuneT - Tuesday, November 29, 2011 10:04 AM -
1 Votes
using stored procedures in ado .net Entity Data model as functions
You *can* map the CUD behaviors of entity types to stored procedures: How to: Map Modification Functions to Stored Procedures, Walkthrough: Mapping an Entity to Stored ...Answered | 2 Replies | 7017 Views | Created by Lucky-1983 - Monday, April 6, 2009 10:57 AM | Last reply by Lucky-1983 - Tuesday, April 7, 2009 5:24 AM -
0 Votes
Schema Validation in Entity Framework
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow.Answered | 3 Replies | 3761 Views | Created by The ArchDeacon - Monday, February 18, 2013 10:31 PM | Last reply by Glenn Condron - Wednesday, February 27, 2013 12:33 AM -
0 Votes
Inserting Data in Two Tables in Entity Framework 6.0
Your lack of knowledge about this kind of leads me to think that you don't know how to set up table foreign key constraints at the DB ...Answered | 25 Replies | 4177 Views | Created by Zaid Mirza - Wednesday, January 6, 2016 8:32 AM | Last reply by DA924 - Thursday, January 7, 2016 4:32 PM -
0 Votes
How to get all the Table names stored in a ADO recordset?
And if you want to return in an ADO Recordset see the below link.Answered | 5 Replies | 2154 Views | Created by Tabzee - Wednesday, September 17, 2014 5:20 PM | Last reply by Tabzee - Thursday, September 18, 2014 8:25 PM -
1 Votes
Add the same data to 2 tables at once
i checked on sql management, but i didnt make the save, got that error.This isnt ado entity normal code right?Answered | 19 Replies | 4653 Views | Created by AndrezProgrammer - Wednesday, September 22, 2010 1:13 AM | Last reply by AndrezProgrammer - Thursday, September 23, 2010 4:19 AM - Items 1 to 20 of 3587222 Next ›
No announcements