RE: Strange error

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 05/25/04


Date: Tue, 25 May 2004 03:10:42 GMT

Hi John,

Is the dataset a strong typed dataset? Are there any constraints like
primary key or foreign key defined in the dataset? Additionally, before you
clear the dataset, if you call the dataset's AcceptChanges method, will
this help?

Normally, a windows's state (Maximized or normal) won't impact the a
dataset. Is there any controls which are data bound to the dataset? If
winodw's state is changed, is it possible that these controls's values are
also changed?

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



Relevant Pages

  • Re: Unique fields in table design
    ... Otherwise, the multi-column primary key ... The so-called 'surrogate key' ... Using UNIQUE or PRIMARY KEY constraints for ... INSERT INTO SalaryReviews (employee_nbr, salary_start_date, ...
    (microsoft.public.access.tablesdbdesign)
  • Re: writing a Delete trigger on a table for cascading effect
    ... "But our developers out here do not beleive in primary key and foreign key ... constraints so putting constraints on tables is ruled out" ... You get a trigger that fires on a delete only. ...
    (microsoft.public.sqlserver.programming)
  • Re: Do all tables have to have a primary key?
    ... to look beyond Access/Jet's 'index' flavour of constraints (Jeff, ... required to ensure no duplicate data). ... Because PRIMARY KEY is implemented in Jet using an index, ... Appearing as bold text in the Relationships diagram; ...
    (microsoft.public.access.tablesdbdesign)
  • Naming conventions for special database objects
    ... I am currently doing a review of my personal database naming ... InsteadOfInsert_Orders for multi-purposed triggers. ... Default constraints ... How to name a primary key if not primary key? ...
    (comp.databases)
  • Re: Primary Key and Unique
    ... placing the two fields in the PRIMARY KEY was exactly wat I ... >> Thanks, but when I specify two primary keys, I get an error that is not ... > Constraints can be column constraints or table constraints: ... > A table constraint is declared independently from a column definition ...
    (microsoft.public.dotnet.framework.adonet)