| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I need a way to intercept and modify SQL statement with parameters
sent by .NET application. It should be transparently, I mean I don't
want...
Zabuti Maxim
|
08-16-2009 09:52 AM
Patrice | 1 | 126 |
|  | Hi,
Is it possible for Entity Framework to interoperate with other ORMs?
We have an ORM based on the CSLA framework. An entire...
Yash Ganthe
|
08-10-2009 05:16 AM
Miha Markic | 1 | 129 |
|  | Hi All,
I am using EF (Framework 3.5 SP1) and have a simple two table demo set up:
Applicants
- applicant_id int
- applicant_pref_lang_coorepondence...
CGatto
|
08-07-2009 01:51 PM
CGatto | 1 | 514 |
|  | Sql Server 2005 SP3 , .NET 2.0 , Visual Studio 2005
For the following connection string :
string connectionString = "Data...
John A Grandy
|
08-06-2009 06:33 PM
Mark Rae [MVP] | 1 | 136 |
|  | How do you move data from one table to another using a insert statement? The
tables are be in the same database.
bthumber
|
08-06-2009 01:04 PM
Mark Rae [MVP] | 1 | 133 |
|  | I have a column in a table that is defined as type Time(7). When I get the
table into a dataset and try and retrieve the column containing the time...
Ron Harter
|
08-05-2009 06:10 PM
Ron Harter | 4 | 176 |
|  | I am getting a System.WIndows.MArkUp.XAML parse exception error when I build
my Silverlight application. The specific error detail is shown below. I...
Alex. O. Koranteng
|
08-05-2009 08:30 AM
Alex. O. Koranteng | 4 | 148 |
|  | MSDN doc http://tinyurl.com/lzz857 says their example will
pass the value of the bound field UnitPrice through the
formatter as the value for the...
HillBilly
|
08-04-2009 11:12 PM
HillBilly | 0 | 133 |
|  | I put a page in a web applicationproject, added an ado.net entity model and
told it to generate the model from existing database, went back to my...
Seema
|
08-03-2009 01:57 PM
dotNetDave | 1 | 165 |
|  | Hi
I have a tblCLeinst entity in my model. What is the query equivalent to the
following conventional SQL?
SELECT TOP 1 <fields list> FROM...
John
|
08-03-2009 01:49 PM
dotNetDave | 1 | 115 |
|  | I have been tasked to convert the methods in a data access class from
returning an open OdbcDataReader to a DataTable. I use the standard
type of...
Joe Cool
|
07-31-2009 02:58 PM
Joe Cool | 4 | 140 |
|  | Hi,
I am using C# to write a windows app that uses a MS Access DB. I have a
query saved in Access (stored procedure) that has some...
Joe Thompson
|
07-31-2009 01:03 PM
William Vaughn \(MVP\) | 7 | 175 |
|  | We have a series of list pages on our ASP.NET 3.5 website for
displaying various searchable lists from our SQL 2008 database. The
master page for...
NeilR
|
07-31-2009 01:01 PM
William Vaughn \(MVP\) | 1 | 112 |
|  | Hi together,
I have a DataTableAdapter with different configured insert and update
commands.
Now I have to fire some of theses inside an...
Frank Hauptlorenz
|
07-29-2009 08:43 AM
Jim Rand | 11 | 228 |
|  | I am using visual studio with .Net and I am trying to import a text file into
a table
I have a date in this file ie
01012002
it is imported
1012002,...
LadyRose
|
07-29-2009 03:51 AM
Imran Arshad | 7 | 172 |
|  | Hi all,
I want that a certain client access to the database would block any other
client access until another access of this specific client would...
Ragid
|
07-28-2009 09:52 AM
Jim Rand | 2 | 138 |
|  | for working with more then one DB.
thanks!!
אורי
|
07-27-2009 12:34 PM
sloan | 2 | 133 |
|  | Greetings,
I'm developing an ASP.NET site and need a couple of queries to create
various content. As it stands, I'm running each query separately,...
Jonathan Wood
|
07-27-2009 09:24 AM
sloan | 9 | 156 |
|  | Hi
I have traditionally developed winform db apps using typed datasets with
bound controls. With progress in ADO.NET am I able to use another...
John
|
07-26-2009 03:54 PM
Mr. Arnold | 11 | 234 |
|  | http://wiibart.posterous.com/i-cant-get-batch-request-to-work-with-adonet
We are using a ADO.NET REST service and it does not allow to update...
bart
|
07-24-2009 12:07 PM
bart | 0 | 137 |
|  | I have been developing ERP solutions using object model based development on
IBM's iSeries (AS/400) platform for 19 years. My current Customer has...
Tony
|
07-24-2009 11:10 AM
Tony | 0 | 131 |
|  | Hi
I am new to EF. I have a table tblClients in my model. I have textbox
controls on my form. How can I;
1. Bind tblClients fields to the...
John
|
07-23-2009 07:27 PM
John | 0 | 203 |
|  | Hi
I am new to EF. I have a table tblClients in my model. I have textbox
controls on my form. How can I;
1. Bind tblClients fields to the...
John
|
07-23-2009 07:20 PM
John | 0 | 106 |
|  | Hi
I am new to EF. I have a table tblClients in my EF model. I have textbox
controls on my form. How can I;
1. Bind tblClients fields to the...
John
|
07-23-2009 07:10 PM
John | 0 | 118 |
|  | I want to update an entity without loading the entity from the database first.
I've accomplished this but only by knowing all of the entities...
Paul Lemke
|
07-23-2009 11:34 AM
Paul Lemke | 1 | 143 |
|  | Hi
Is the entity framework anything that can be used in serious database
winfrom applications now? I am just not clear on that. Would appreciate...
John
|
07-22-2009 06:57 PM
Mr. Arnold | 7 | 124 |
|  | We have a db with an address table that is related to a customer table,
serviceProvider table and a partners table. The relation to each is a 1...
jxlang
|
07-22-2009 07:57 AM
jxlang | 0 | 128 |
|  | On 28 dez 2007, 19:09, Gujju............
<Gujju............ (AT) discussions (DOT) microsoft.com> wrote:
Tente esse link:...
shivaranjaniadimulam21@gmail.com
|
07-21-2009 11:09 PM
Sony James | 18 | 419 |
|  | After doing a bunch of work with ASP.NET and SQL Server, I'm now starting to
work with C#.NET Windows Forms applications.
So far, the database stuff...
Jonathan Wood
|
07-21-2009 10:42 PM
William Vaughn \(MVP\) | 7 | 113 |
|  | I hope this is a right forum to give EF design suggestions.
If we want to load multiple related entities we can use explicit
loading of related...
Yash Ganthe
|
07-21-2009 04:51 AM
Yash Ganthe | 0 | 114 |
|  | Isn't this newsgroup meant to be helpful? What a useless post this is.
"sqlguru (AT) live (DOT) com" wrote:
Whiskey Romeo Lima
|
07-20-2009 04:43 PM
Whiskey Romeo Lima | 0 | 104 |
|  | What is the proper way to inserting uppe ascii into an xml node
<!]>
causes an error in IE 8
--
Certified Geek, Professional Data Dude
(Doing...
Arne
|
07-20-2009 01:01 PM
Arne | 4 | 118 |
|  | Our Meeting entity is linked to the Attendee entity through a 1-to-
many relation defined in the EDMX file. When I obtain the list of
attendees for a...
Yash Ganthe
|
07-20-2009 02:22 AM
Yash Ganthe | 0 | 122 |
|  | Hi;
Is there some way to get called every hundred rows or so when a select
is running, and have a way to cancel it? I noticed that SQL...
David Thielen
|
07-18-2009 07:18 PM
William Vaughn \(MVP\) | 4 | 98 |
|  | Hi
I have configured a data source and strongly types dataset in my winfrom
app. I dragged one of the tables to my form. All I see on my form and...
John
|
07-18-2009 05:05 AM
John | 3 | 119 |
|  | Hi;
We are using the PK:FK metadata to automatically join tables. However,
we are hitting a problem. In some cases when combining 3 or more
tables...
David Thielen
|
07-16-2009 10:37 AM
David Thielen | 4 | 101 |
|  | Hi,
Using the Entity Framework, I'm trying to create two models based on the
same table (tblUser), but get the following error when building the...
Tristan MSDN Keen
|
07-16-2009 09:00 AM
Tristan MSDN Keen | 0 | 179 |
|  | Hi
I am looking for a net logging library that writes to file and/or sends log
via email. Any recommendation would be appreciated.
Many...
John
|
07-16-2009 03:38 AM
Miha Markic | 4 | 121 |
|  | I am trying to execure this query in C#, but I can not. It is well when I
use string with quotes instead @SearchTerm parameter (it is not good...
Mate
|
07-15-2009 04:43 AM
Alexey Smirnov | 1 | 103 |
|  | Hi
In vs2008 I need to use data adapter with table of large number of fields.
1. Can I get one of the wizards to auto generate initial SELECT...
John
|
07-15-2009 01:41 AM
Cor Ligthert[MVP] | 2 | 98 |
|  | Is there any wizard in visual studio or online example for creating a
custom Data Provider service C# which can be connected to with ADO.NET?
DR
|
07-13-2009 08:06 PM
DR | 0 | 121 |
|  | Hi
I am using strongly typed data access with bound controls in a winform
application. Our requirements are such that they result in a number of...
John
|
07-12-2009 03:20 AM
Cor Ligthert[MVP] | 3 | 118 |
|  | Hi
When I add an Ado.net Entity Data Model against my access database I don't
get association between tables. What am I missing? Do I need to create...
John
|
07-12-2009 03:18 AM
Cor Ligthert[MVP] | 1 | 106 |
|  | Hi
I am new to EF. I have a table tblClients in my model. I have textbox
controls on my form. How can I;
1. Bind tblClients fields to the...
John
|
07-11-2009 11:32 PM
John | 0 | 102 |
|  | Hi
When creating a dataconnection/dataset with a sql server I get the option to
'Enable local database caching'. What is it and should it be...
John
|
07-10-2009 09:20 PM
John | 0 | 149 |
|  | I have a WCF Service that is using the EF as a DAL. I need to hide
(unexpose) the EF Objects from being exposed by the WCF service. Other...
Jon Turner
|
07-10-2009 11:39 AM
Jon Turner | 0 | 94 |
|  | "Gregory A. Beamer" <NoSpamMgbworld (AT) comcast (DOT) netNoSPamM> wrote
Yes!
The SQL DBA / designer is a malodorous gentleman with a beard, John...
David Jackson
|
07-10-2009 09:46 AM
David Jackson | 2 | 232 |
|  | I am trying to bind to a collection object and have followed the tutorial
from Tony Miranda's video tutorial...
Alex. O. Koranteng
|
07-09-2009 08:11 AM
Alex. O. Koranteng | 2 | 108 |
|  | Hi;
I need to get all FK:PK mappings from a table where a database may
have two tables with the same name but different schemas. How can I do
this?...
David Thielen
|
07-08-2009 05:10 PM
David Thielen | 9 | 132 |
|  | I am learning Silverlight2 through the resources on MSDN like the Jesse
Liberty and Mike Taulty's Video series. I have purchased the APRESS...
Alex. O. Koranteng
|
07-08-2009 12:39 PM
Alex. O. Koranteng | 6 | 112 |