Click here to Skip to main content
15,900,524 members
Home / Discussions / Database
   

Database

 
GeneralRe: Two Tables and Datalist problem Pin
David Fawn8-Oct-04 4:15
David Fawn8-Oct-04 4:15 
GeneralOutput vs select Pin
Not Active7-Oct-04 7:37
mentorNot Active7-Oct-04 7:37 
GeneralRe: Output vs select Pin
Kurt _B7-Oct-04 13:00
Kurt _B7-Oct-04 13:00 
GeneralRe: Output vs select Pin
Steven Campbell8-Oct-04 7:11
Steven Campbell8-Oct-04 7:11 
GeneralRe: Output vs select Pin
Grimolfr12-Oct-04 4:43
Grimolfr12-Oct-04 4:43 
GeneralRe: Output vs select Pin
Not Active12-Oct-04 6:09
mentorNot Active12-Oct-04 6:09 
GeneralRe: Output vs select Pin
Grimolfr12-Oct-04 7:59
Grimolfr12-Oct-04 7:59 
GeneralRe: Output vs select Pin
Not Active12-Oct-04 9:54
mentorNot Active12-Oct-04 9:54 
Grimolfr wrote:
It will only fail if the identity ever reaches a point where it's actually too large to be CAST as an int.

Since the identity field is defined as BIGINT I think there is a strong possibility that it may reach a point where it is larger than an INT. If you don't expect it to reach this point, then don't make it a BIGINT. Any code that uses this proc will either need to be rewritten when identity does become larger, or written up front to handle the exception. But why design an app with know flaw or code for a preventable error?


Grimolfr wrote:
If you already know how you want to do it, then why don't you just do it that way instead of asking for advice you aren't going to even consider?

I did not ask for opinions or advice. In any case, giving all possible answers is neither an opinion nor advice.
QuestionCan I bind more than 1 field in a HyperlinkColumn? Pin
DotNet7-Oct-04 7:14
DotNet7-Oct-04 7:14 
AnswerRe: Can I bind more than 1 field in a HyperlinkColumn? Pin
Not Active7-Oct-04 7:32
mentorNot Active7-Oct-04 7:32 
GeneralRe: Can I bind more than 1 field in a HyperlinkColumn? Pin
Michael Winburn7-Oct-04 7:40
Michael Winburn7-Oct-04 7:40 
QuestionOQL: Where to get started? Pin
sefaen6-Oct-04 19:50
sefaen6-Oct-04 19:50 
AnswerRe: OQL: Where to get started? Pin
sreejith ss nair7-Oct-04 1:15
sreejith ss nair7-Oct-04 1:15 
GeneraldataAdapter update problem Pin
PJ-Intellia6-Oct-04 3:32
PJ-Intellia6-Oct-04 3:32 
GeneralRe: dataAdapter update problem Pin
sreejith ss nair7-Oct-04 1:20
sreejith ss nair7-Oct-04 1:20 
GeneralRe: dataAdapter update problem Pin
shambho12-Oct-04 2:13
shambho12-Oct-04 2:13 
QuestionSave text with its format to database? Pin
bekunkun6-Oct-04 0:39
bekunkun6-Oct-04 0:39 
AnswerRe: Save text with its format to database? Pin
David Salter6-Oct-04 10:27
David Salter6-Oct-04 10:27 
GeneralRe: Save text with its format to database? Pin
bekunkun6-Oct-04 22:29
bekunkun6-Oct-04 22:29 
GeneralDataTable.Select() Pin
amatyasik5-Oct-04 5:57
amatyasik5-Oct-04 5:57 
GeneralRe: DataTable.Select() Pin
Guillermo Rivero5-Oct-04 6:15
Guillermo Rivero5-Oct-04 6:15 
GeneralRe: DataTable.Select() Pin
EdbertP5-Oct-04 16:59
EdbertP5-Oct-04 16:59 
GeneralRe: DataTable.Select() Pin
amatyasik5-Oct-04 21:28
amatyasik5-Oct-04 21:28 
Generalerror when calling stored procedure in ole db Pin
sudheer_ars4-Oct-04 20:28
sudheer_ars4-Oct-04 20:28 
GeneralRe: error when calling stored procedure in ole db Pin
sreejith ss nair7-Oct-04 1:11
sreejith ss nair7-Oct-04 1:11 

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.