Click here to Skip to main content
15,921,716 members
Home / Discussions / Database
   

Database

 
AnswerRe: error through connection Pin
Colin Angus Mackay10-Aug-06 4:18
Colin Angus Mackay10-Aug-06 4:18 
Questionhow to get a specific row Pin
sudharsong10-Aug-06 2:15
sudharsong10-Aug-06 2:15 
AnswerRe: how to get a specific row Pin
Eric Dahlvang10-Aug-06 2:54
Eric Dahlvang10-Aug-06 2:54 
AnswerRe: how to get a specific row Pin
fs6310-Aug-06 20:23
fs6310-Aug-06 20:23 
AnswerRe: how to get a specific row Pin
S Pandian11-Aug-06 19:21
S Pandian11-Aug-06 19:21 
QuestionForeignKeyConstrait Pin
pirogramci10-Aug-06 2:12
pirogramci10-Aug-06 2:12 
AnswerRe: ForeignKeyConstrait Pin
OldWarhorse11-Oct-06 0:40
OldWarhorse11-Oct-06 0:40 
QuestionLosing "random" characters from strings when updating tables Pin
Ed.Poore10-Aug-06 2:00
Ed.Poore10-Aug-06 2:00 
Got a simple table in the database which has two columns:

TableName: nchar(30) [Primary Key]
Index : int

The contents of this table are temporarily stored in a Dictionary<string, int> object during the program where some modifications are made, later on they are updated back to the database. All goes well apart from two rows of the 37 which some characters are lost. E.g. the two in question are:
MajorNonConformityReport -> MajorNonConformityRe
GoodsInwardThroughput -> GoodsInwardThroughpu

Any ideas on why this is happening, the update code which is a simple UPDATE T-SQL command has the TableName and Index inserted via parameters, by stepping through the code the parameters are input correctly.

Any ideas on what may be causing this? Before you ask, I don't have access to SQL Profiler, I have been given a workstation with VS2005 and access to the database on the server (running SQL 2005 WorkGroup edition).


Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9

Ed

AnswerRe: Losing "random" characters from strings when updating tables Pin
Steve S10-Aug-06 3:54
Steve S10-Aug-06 3:54 
GeneralRe: Losing "random" characters from strings when updating tables Pin
Ed.Poore10-Aug-06 9:50
Ed.Poore10-Aug-06 9:50 
QuestionTripleDESCryptoServiceProvider - TripleDES encryption Pin
lehya10-Aug-06 0:52
lehya10-Aug-06 0:52 
AnswerRe: TripleDESCryptoServiceProvider - TripleDES encryption Pin
Ennis Ray Lynch, Jr.14-Aug-06 4:28
Ennis Ray Lynch, Jr.14-Aug-06 4:28 
Questionnth highest salary Pin
sudharsong9-Aug-06 21:37
sudharsong9-Aug-06 21:37 
AnswerRe: nth highest salary Pin
Arvind Srivastava9-Aug-06 21:47
Arvind Srivastava9-Aug-06 21:47 
AnswerRe: nth highest salary Pin
Ainapuram9-Aug-06 21:54
Ainapuram9-Aug-06 21:54 
GeneralRe: nth highest salary Pin
sudharsong9-Aug-06 22:49
sudharsong9-Aug-06 22:49 
GeneralRe: nth highest salary Pin
sudharsong9-Aug-06 23:38
sudharsong9-Aug-06 23:38 
AnswerRe: nth highest salary Pin
Paul Conrad10-Aug-06 5:56
professionalPaul Conrad10-Aug-06 5:56 
QuestionSelect distinct date? Pin
blurMember9-Aug-06 21:15
blurMember9-Aug-06 21:15 
Questionrunning a proc with parameter in reporting services Pin
uglyeyes9-Aug-06 16:39
uglyeyes9-Aug-06 16:39 
QuestionReturning latest location by date - Query Help [modified] Pin
martin_hughes9-Aug-06 10:06
martin_hughes9-Aug-06 10:06 
AnswerRe: Returning latest location by date - Query Help Pin
Eric Dahlvang9-Aug-06 10:28
Eric Dahlvang9-Aug-06 10:28 
QuestionCalculating Costs Pin
si_699-Aug-06 5:16
si_699-Aug-06 5:16 
AnswerRe: Calculating Costs Pin
Chris Meech9-Aug-06 5:39
Chris Meech9-Aug-06 5:39 
GeneralRe: Calculating Costs Pin
si_699-Aug-06 5:45
si_699-Aug-06 5:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.