Geekpedia Programming Tutorials






.NET Data Tools Newsgroups .NET Data Tools Newsgroups

1
(23 threads in 1 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

LINQ Updating Objects That Aren't Ready Yet Multi(threaded/user)

(crossposted after I fixed my MSDN ID) *background* I've got an application that I'm creating that is using LINQ to SQL. We have a nice DataContext that is able to do lots of nice updating. But...

On Sunday, August 24th 2008 at 03:02 PM by Anonymous | No Replies

World Shopper Pharmacy Affiliate Pharmacy Affiliate Forum Pharmacy Affiliate Pharmacy Marketing Associate In Pharmacy

world shopper pharmacy affiliate pharmacy affiliate forum pharmacy affiliate pharmacy marketing associate in pharmacy +++ BEST PHARMACY AFFILIATE PROGRAM +++ BEST PHARMACY AFFILIATE PROGRAM +++ +...

On Saturday, August 9th 2008 at 04:47 PM by sdgvfwe@yahoo.is.com | No Replies

Problem With Nested Relation Type Insert Using ADO .Net

I have a nested relation in my dataset that I am trying to use to insert into a database of identical schema. I have a catch 22 type problem or is that chicken and egg. I am sure that others...

On Wednesday, August 6th 2008 at 05:28 PM by Anonymous | No Replies

Should I Use OleDb And Non-typed DataSet For Multi Db Vendor Code?

Hi all I have an integration project that I recently built that uses SQL Server exclusively as it's database. I have been asked to change it so that it will also work with MySql and Oracle. I am...

On Wednesday, August 6th 2008 at 04:36 PM by Anonymous | 1 Reply

Refresh The Data Table Greyed Out

Scenario I am getting is that I create new row (-1), new row (-2) and then edit (-1). I get a concurrency error. After googling this stems from an autonumber key in an MS access table. It appears...

On Tuesday, August 5th 2008 at 01:07 PM by Ken | No Replies

DataBind To MultiView View Controls

Hi, I'm attempting to use the MultiView View control (.NET v2.0) to display one of a number of sets of data to the end user depending on their selection. I've found through experimentation that I...

On Monday, August 4th 2008 at 11:21 AM by | 1 Reply

Open MSProject File (mpp) In Code Or Data

(sorry this is a repost. I mistakenly put it in FAQs the first time) Can I use a BindingSource or DataSet in VB.Net to open and access a Microsoft Project 2003 project file? (mpp) Do I need to...

On Tuesday, July 22nd 2008 at 10:08 AM by Anonymous | 1 Reply

Local Database Cache

Seen this new option in Visual Studio 2008 Can anyone recconemd some good books/documentation? Would be interested to know if I can use this with a middleware layer that is communicated to over...

On Saturday, July 12th 2008 at 08:52 AM by Marc | No Replies

SQL Injection

I have read lots on SQL Injection attacks via querystrings. Are data controls vulnerable to attack? I was thinking of the DataGrid, DataRepeater and the SQLConnector etc used in .NET pages.

On Friday, July 4th 2008 at 02:17 PM by Anonymous | 1 Reply

Not Registered Error Message

Hi, I am trying to deploy a really simple application built on Visual Studio 2008 using framework 3.5 that consumes an Access 2007 database. When I deploy it and run my app, I get the following error...

On Wednesday, June 11th 2008 at 03:05 PM by Anonymous | No Replies

WF Handing Events

Hi, Is it possible to raise events from within the work and handle them in your code. For eg. Start a workflow instance and when the first code activity is finished, it raises an event that can...

On Tuesday, June 10th 2008 at 07:09 AM by Rick Mavrovik | No Replies

Strongly Typed Dataset Accessing Query Using 'IN'

This problem touches both SQL/Server and ADO.NET, and its solution could be in either. A round of applause if you can provide the solution. The goal: Produce a stored procedure which accepts a...

On Thursday, May 8th 2008 at 09:58 AM by Anonymous | No Replies

Excel 200 Undo Key

I've had to reload my micosoft 2000. I am unable to use the undo key or the control x key to undo an error I posted. I've tried reloading it and it still is not there. It works in Word. Any ideas...

On Wednesday, May 7th 2008 at 04:04 PM by Anonymous | No Replies

Excel And OleDbDataAdapter. How Can I Ignore Blank Columns.

Hi, I have an application, that needs to import excel spreadsheets into a database. I am using an OleDBDataAdapter to load (fill) the data into a Dataset. Occasionally, person sending us the...

On Tuesday, April 22nd 2008 at 04:07 AM by Rollasoc | No Replies

How To Read Sequentially From A Random Point In A Large Xml File.

Hello Have a huge XML file with multitudes of "LogEntry" nodes / text lines. A small sample of this xml/text content is below. The file could be anywhere between 200 to 2000 MB. My questions comes...

On Thursday, April 3rd 2008 at 03:59 PM by Schwartzberg | 7 Replies

Dont Read

Vendo coche de segunda mano, Seat ibiza, a? 2001 km 35000, Solo por 4500 euros.     [URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL] www.AnunciosGratis.de Anuncios...

On Tuesday, March 25th 2008 at 06:55 AM by Dont | No Replies

Running Stored Procedure - Input Parameter Cannot Be Converted

Hello, VS2005 - SQL Server 2005. Running an SP from the server explorer window. The SP accepts two parameters: @s varchar(128) = NULL, @b bit = 0 I cannot seem to set the bit value....

On Sunday, March 23rd 2008 at 10:37 PM by rbrowning1958 | 3 Replies

Using A VB6 Data Control ?

Hi, I am trying to use in a Dotnet project a control featured in VB6: data control. Here is what it looks like in vb6: [URL=http://imageshack.us][IMG]http://img525.imageshack.us/img525/3605/...

On Monday, March 10th 2008 at 05:33 AM by Scotty | 1 Reply

DAO References / Access 2007

while using an Access 2007 .accdb file I can access the dao. object very easily. the following code in VBA works well : Function getrecordcount(strTableName As String) As Long Dim dbCurrent As...

On Wednesday, February 27th 2008 at 03:58 PM by Anonymous | 1 Reply

Table Adapter Timeout Problme

I have a table adapter with the following query SELECT viewCoreCheckIn.TonerTypeKey, viewCoreCheckIn.PartNumber, viewCoreCheckIn.MinCheckInQty, viewCoreCheckIn.MaxCheckInQty,...

On Tuesday, February 26th 2008 at 03:57 PM by lrlebron@gmail.com | 2 Replies

Creating Own Short Cuts

Hi How do I create an own short cuts? E.g. A short cut for my email adress. Frida

On Monday, February 25th 2008 at 11:04 AM by Anonymous | No Replies

TableAdapter.Fill Method

I was successfully calling a TableAdapter.Fill command in code which was tied to an SQL stored procedure. I altered the stored procedure in SQL Server to include two additional parameters and it...

On Thursday, February 21st 2008 at 06:55 PM by Anonymous | 4 Replies

Visual Studio 2005 Standard Installation Errors For .Net Compact F

I get the following errors when attempting to install Visual Studio 2005 SE. [02/16/08,12:31:36] Microsoft .NET Framework 2.0: [2] Error code 1603 for this component means "Fatal error during installation...

On Tuesday, February 19th 2008 at 12:25 PM by Anonymous | No Replies
1
(23 threads in 1 pages)
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons