Click here to Skip to main content
15,889,719 members
Home / Discussions / Database
   

Database

 
Questionhow to make select query to access view in other server Pin
mohd imran abdul aziz6-Mar-07 20:43
mohd imran abdul aziz6-Mar-07 20:43 
AnswerRe: how to make select query to access view in other server Pin
M A A Mehedi Hasan6-Mar-07 21:19
M A A Mehedi Hasan6-Mar-07 21:19 
GeneralRe: how to make select query to access view in other server Pin
mohd imran abdul aziz6-Mar-07 22:43
mohd imran abdul aziz6-Mar-07 22:43 
AnswerRe: how to make select query to access view in other server Pin
Hesham Amin6-Mar-07 23:57
Hesham Amin6-Mar-07 23:57 
QuestionNumeric Issue Pin
Darkness846-Mar-07 19:13
Darkness846-Mar-07 19:13 
AnswerRe: Numeric Issue Pin
Colin Angus Mackay6-Mar-07 21:34
Colin Angus Mackay6-Mar-07 21:34 
GeneralRe: Numeric Issue Pin
Darkness847-Mar-07 1:58
Darkness847-Mar-07 1:58 
GeneralRe: Numeric Issue Pin
Dave Kreskowiak7-Mar-07 8:12
mveDave Kreskowiak7-Mar-07 8:12 
It looks like Colin is right. You tried, somewhere along the line, to stuff a 64-bit number into a signed 32-bit variable. What you're seeing is a sure sign of an overflowed signed 32-bit value.

Step through your code and verify that the value you got from the database is what you expect, the instant you get that value. Then follow it from there. Perhaps the value IS an unsigned 64-bit value, but when you went to display it, it got truncated to a signed 32-bits.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionEmail subscription permission denied on SSRS 2000 Pin
bubberz6-Mar-07 11:10
bubberz6-Mar-07 11:10 
Questionprepared statment Pin
jds12076-Mar-07 10:17
jds12076-Mar-07 10:17 
AnswerRe: prepared statment Pin
Mark J. Miller7-Mar-07 6:13
Mark J. Miller7-Mar-07 6:13 
QuestionSQL For XML Query [modified] Pin
GaryWoodfine 6-Mar-07 5:53
professionalGaryWoodfine 6-Mar-07 5:53 
AnswerRe: SQL For XML Query Pin
Colin Angus Mackay6-Mar-07 21:30
Colin Angus Mackay6-Mar-07 21:30 
GeneralRe: SQL For XML Query Pin
GaryWoodfine 6-Mar-07 22:36
professionalGaryWoodfine 6-Mar-07 22:36 
GeneralRe: SQL For XML Query Pin
Colin Angus Mackay7-Mar-07 10:00
Colin Angus Mackay7-Mar-07 10:00 
GeneralRe: SQL For XML Query Pin
GaryWoodfine 6-Mar-07 23:20
professionalGaryWoodfine 6-Mar-07 23:20 
GeneralRe: SQL For XML Query Pin
Colin Angus Mackay7-Mar-07 10:01
Colin Angus Mackay7-Mar-07 10:01 
Questionopening ado recordset for update is very very slow Pin
gritter6-Mar-07 5:16
gritter6-Mar-07 5:16 
AnswerRe: opening ado recordset for update is very very slow Pin
andyharman6-Mar-07 6:52
professionalandyharman6-Mar-07 6:52 
GeneralRe: opening ado recordset for update is very very slow Pin
gritter6-Mar-07 7:31
gritter6-Mar-07 7:31 
QuestionDataBase BackUp And Restore Remote Server Pin
Gali yugan6-Mar-07 3:11
Gali yugan6-Mar-07 3:11 
AnswerRe: DataBase BackUp And Restore Remote Server Pin
Mark J. Miller7-Mar-07 6:23
Mark J. Miller7-Mar-07 6:23 
QuestionHow to find foreign key for a given table in sql server 2005 Pin
NK76-Mar-07 1:11
NK76-Mar-07 1:11 
AnswerRe: How to find foreign key for a given table in sql server 2005 Pin
Pete O'Hanlon6-Mar-07 1:24
mvePete O'Hanlon6-Mar-07 1:24 
GeneralRe: How to find foreign key for a given table in sql server 2005 Pin
NK76-Mar-07 1:39
NK76-Mar-07 1:39 

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.