Print Page | Close Window

The Refresh attempt has failed

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=4261
Printed Date: 23-May-2024 at 8:04pm


Topic: The Refresh attempt has failed
Posted By: BillG
Subject: The Refresh attempt has failed
Date Posted: 04-Aug-2013 at 10:25pm
I am getting this error message when saving a record to the batches table.
 
I have a table called batches. It's key is made up of 3 fields:
 
Office nvarchar(2)       it is always 2 characters.   Should i change this to nchar(2)
BatchDate DateTime
BatchNo int
 
how can i fix my key so as not to get this message?
 
Bill
 



Replies:
Posted By: kimj
Date Posted: 06-Aug-2013 at 6:17pm
The DateTime field in your key might be causing the problem.  See the last post in this thread - http://www.ideablade.com/forum/forum_posts.asp?TID=1842 - http://www.ideablade.com/forum/forum_posts.asp?TID=1842 .



Print Page | Close Window