Click here to Skip to main content
15,897,151 members
Home / Discussions / C#
   

C#

 
Generalapplication given en error when parameters in stored procedure is changes [modified] Pin
sanjubaba26-Apr-08 2:18
sanjubaba26-Apr-08 2:18 
Questionstructure problem in c# Pin
rjkg26-Apr-08 1:08
rjkg26-Apr-08 1:08 
GeneralRe: structure problem in c# Pin
Luc Pattyn26-Apr-08 1:44
sitebuilderLuc Pattyn26-Apr-08 1:44 
QuestionRe: structure problem in c# Pin
rjkg26-Apr-08 1:52
rjkg26-Apr-08 1:52 
GeneralRe: structure problem in c# Pin
Anthony Mushrow26-Apr-08 2:18
professionalAnthony Mushrow26-Apr-08 2:18 
GeneralRe: structure problem in c# Pin
rjkg26-Apr-08 2:25
rjkg26-Apr-08 2:25 
GeneralRe: structure problem in c# Pin
Anthony Mushrow26-Apr-08 2:35
professionalAnthony Mushrow26-Apr-08 2:35 
GeneralRe: structure problem in c# Pin
Luc Pattyn26-Apr-08 2:21
sitebuilderLuc Pattyn26-Apr-08 2:21 
Three comments then:

so it is a binary file (because of the int) although probably most of the data is text?
I would make it all text then (hence use int.ToString and/or int.TryParse)

are you aware of character sizes? in C/C++ it could be 8-bit or 16-bit, on C# it will
be 16-bit.

Some people would recommend using XML for something like this. I'm still undecided.


Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: structure problem in c# Pin
Guffa26-Apr-08 3:18
Guffa26-Apr-08 3:18 
GeneralRe: structure problem in c# Pin
Thomas Stockwell26-Apr-08 18:12
professionalThomas Stockwell26-Apr-08 18:12 
Generaldefault exception handling Pin
George_George25-Apr-08 22:28
George_George25-Apr-08 22:28 
GeneralRe: default exception handling Pin
Christian Graus25-Apr-08 22:57
protectorChristian Graus25-Apr-08 22:57 
GeneralRe: default exception handling Pin
George_George25-Apr-08 23:07
George_George25-Apr-08 23:07 
GeneralRe: default exception handling Pin
Christian Graus25-Apr-08 23:25
protectorChristian Graus25-Apr-08 23:25 
GeneralRe: default exception handling Pin
George_George26-Apr-08 3:17
George_George26-Apr-08 3:17 
Questionreference type in EXE? Pin
George_George25-Apr-08 22:08
George_George25-Apr-08 22:08 
AnswerRe: reference type in EXE? Pin
Christian Graus25-Apr-08 22:58
protectorChristian Graus25-Apr-08 22:58 
GeneralRe: reference type in EXE? Pin
George_George25-Apr-08 23:05
George_George25-Apr-08 23:05 
GeneralRe: reference type in EXE? Pin
Christian Graus25-Apr-08 23:26
protectorChristian Graus25-Apr-08 23:26 
GeneralRe: reference type in EXE? Pin
George_George26-Apr-08 3:43
George_George26-Apr-08 3:43 
GeneralRe: reference type in EXE? Pin
N a v a n e e t h26-Apr-08 5:44
N a v a n e e t h26-Apr-08 5:44 
GeneralRe: reference type in EXE? Pin
George_George26-Apr-08 21:58
George_George26-Apr-08 21:58 
GeneralC# sql query problem Pin
Member 412921825-Apr-08 20:10
Member 412921825-Apr-08 20:10 
GeneralRe: C# sql query problem Pin
Christian Graus25-Apr-08 20:28
protectorChristian Graus25-Apr-08 20:28 
GeneralRe: C# sql query problem Pin
Derek Bartram26-Apr-08 7:34
Derek Bartram26-Apr-08 7:34 

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.