Click here to Skip to main content
15,918,742 members
Home / Discussions / Database
   

Database

 
GeneralRe: Concept behind SQL Server Pin
Michael A. Barnhart12-Mar-02 2:35
Michael A. Barnhart12-Mar-02 2:35 
QuestionExecuteSQL -> ? Pin
Sander12-Feb-02 8:39
Sander12-Feb-02 8:39 
AnswerRe: ExecuteSQL -> ? Pin
Carlos Antollini12-Feb-02 9:00
Carlos Antollini12-Feb-02 9:00 
AnswerRe: ExecuteSQL -> ? Pin
Mazdak12-Feb-02 10:08
Mazdak12-Feb-02 10:08 
GeneralRe: ExecuteSQL -> ? Pin
Carlos Antollini12-Feb-02 10:17
Carlos Antollini12-Feb-02 10:17 
GeneralXA Transactions Pin
Mauricio Ritter12-Feb-02 1:41
Mauricio Ritter12-Feb-02 1:41 
Generalwhat's the Max length of words in _bstr_t Pin
Zell10-Feb-02 20:59
Zell10-Feb-02 20:59 
GeneralRe: what's the Max length of words in _bstr_t Pin
Bill Wilson5-Mar-02 8:49
Bill Wilson5-Mar-02 8:49 
That must be one big SQL statement. The BSTR does have a length limit. The characters in the BSTR are preceded by a 4 byte number indicating the length of the string. Since its a 2 byte / character Unicode string, the limit is the largest number that can be stored in 16 bits. Somewhere on the order of 65000 characters.

Maybe thats not the problem.

If you post some code, someone might be able to help.

Good luck,
Bill
Generalimport a text file sorting a list of values Pin
chris foote10-Feb-02 18:02
chris foote10-Feb-02 18:02 
GeneralRe: import a text file sorting a list of values Pin
Mazdak10-Feb-02 20:44
Mazdak10-Feb-02 20:44 
GeneralRe: import a text file sorting a list of values Pin
chris foote11-Feb-02 3:24
chris foote11-Feb-02 3:24 
GeneralRe: import a text file sorting a list of values Pin
Mazdak11-Feb-02 3:48
Mazdak11-Feb-02 3:48 
GeneralRe: import a text file sorting a list of values Pin
Bill Wilson5-Mar-02 9:07
Bill Wilson5-Mar-02 9:07 
GeneralRe: OOPS Never mind Pin
Bill Wilson5-Mar-02 9:09
Bill Wilson5-Mar-02 9:09 
GeneralADO Failed to create first record Pin
10-Feb-02 9:40
suss10-Feb-02 9:40 
GeneralRe: ADO Failed to create first record Pin
Mazdak10-Feb-02 10:48
Mazdak10-Feb-02 10:48 
GeneralRe: ADO Failed to create first record Pin
10-Feb-02 12:39
suss10-Feb-02 12:39 
GeneralRe: ADO Failed to create first record Pin
Mazdak10-Feb-02 20:43
Mazdak10-Feb-02 20:43 
Generalsearch in records Pin
Mazdak10-Feb-02 9:03
Mazdak10-Feb-02 9:03 
GeneralRe: search in records Pin
AndyG10-Feb-02 12:55
AndyG10-Feb-02 12:55 
GeneralRe: search in records Pin
Mazdak10-Feb-02 20:45
Mazdak10-Feb-02 20:45 
GeneralSqlBinary to Integer Pin
Steve Severance4-Feb-02 9:26
Steve Severance4-Feb-02 9:26 
Generalvarchar(1024) truncated to 255 Chars Pin
28-Jan-02 15:13
suss28-Jan-02 15:13 
GeneralRe: varchar(1024) truncated to 255 Chars Pin
1-Feb-02 6:15
suss1-Feb-02 6:15 
QuestionDELETE FROM ... not affecting the table? Pin
David Wulff28-Jan-02 14:45
David Wulff28-Jan-02 14: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.