Click here to Skip to main content
15,913,181 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQL or query Pin
falles0123-Aug-07 21:32
falles0123-Aug-07 21:32 
GeneralRe: SQL or query Pin
falles0123-Aug-07 21:35
falles0123-Aug-07 21:35 
GeneralRe: SQL or query Pin
Martin#23-Aug-07 21:38
Martin#23-Aug-07 21:38 
AnswerRe: SQL or query Pin
Rocky#23-Aug-07 21:29
Rocky#23-Aug-07 21:29 
AnswerRe: SQL or query Pin
Christian Graus23-Aug-07 22:13
protectorChristian Graus23-Aug-07 22:13 
GeneralRe: SQL or query Pin
falles0126-Aug-07 13:24
falles0126-Aug-07 13:24 
GeneralRe: SQL or query Pin
falles0126-Aug-07 16:20
falles0126-Aug-07 16:20 
QuestionWriting to an ole object field, datatables and C# Pin
anybudy23-Aug-07 20:56
anybudy23-Aug-07 20:56 
I use datasets to connect to access 2003 mdb file, created an insert query to write to ole object field in one of my tables,when i want to write data which is a text file bytes, with size of more than 1 mb, only the first "1 kb" of the data is written to the field, when i get back the data from access file, i get truncated file with size of 1 kb. Why i cant write more than 1 kb to a ole object field??? i read from the help of access 2003 that the field holds up to 1gigabyte of data but i can write only 1 kb, i checked out the variables, traced parameters but i couldnt find my mistake mistake, i think there is a problem with Access.
Thank you for your concern.



---
TSTfile = File.ReadAllBytes(@OpenTSTFileDialog.FileName);

TSTfileBytes = new Byte[TSTfile.Length];

TSTfile.Read(TSTfileBytes, 0, TSTfileBytes.Length);

TSTfile.Close();
----
later i use
---
myGrupTablosuTableAdapter.grupTablosuInsertQuery(GroupNo,TSTfileBytes);
QuestionMoving form across splitter pane [modified] Pin
Maddie from Dartford23-Aug-07 20:43
Maddie from Dartford23-Aug-07 20:43 
AnswerRe: Moving form across splitter pane Pin
Martin#23-Aug-07 21:17
Martin#23-Aug-07 21:17 
GeneralRe: Moving form across splitter pane Pin
Maddie from Dartford23-Aug-07 21:28
Maddie from Dartford23-Aug-07 21:28 
GeneralRe: Moving form across splitter pane [modified] Pin
Martin#23-Aug-07 21:33
Martin#23-Aug-07 21:33 
GeneralRe: Moving form across splitter pane Pin
Maddie from Dartford23-Aug-07 21:45
Maddie from Dartford23-Aug-07 21:45 
GeneralRe: Moving form across splitter pane Pin
Martin#23-Aug-07 21:51
Martin#23-Aug-07 21:51 
GeneralRe: Moving form across splitter pane Pin
Luc Pattyn24-Aug-07 0:00
sitebuilderLuc Pattyn24-Aug-07 0:00 
GeneralRe: Moving form across splitter pane Pin
Martin#24-Aug-07 0:01
Martin#24-Aug-07 0:01 
GeneralRe: Moving form across splitter pane Pin
Luc Pattyn24-Aug-07 0:16
sitebuilderLuc Pattyn24-Aug-07 0:16 
GeneralRe: Moving form across splitter pane Pin
Martin#24-Aug-07 0:23
Martin#24-Aug-07 0:23 
GeneralRe: Moving form across splitter pane Pin
Dave Kreskowiak24-Aug-07 1:48
mveDave Kreskowiak24-Aug-07 1:48 
QuestionUSB Flash Memory Pin
M Riaz Bashir23-Aug-07 20:17
M Riaz Bashir23-Aug-07 20:17 
AnswerRe: USB Flash Memory Pin
Martin#23-Aug-07 20:31
Martin#23-Aug-07 20:31 
QuestionColumns of dataset and sql server table [modified] Pin
Syed Mujtaba Hassan23-Aug-07 19:39
Syed Mujtaba Hassan23-Aug-07 19:39 
Generalprojects topics Pin
nitinbsaste23-Aug-07 18:57
nitinbsaste23-Aug-07 18:57 
GeneralRe: projects topics Pin
Christian Graus23-Aug-07 19:07
protectorChristian Graus23-Aug-07 19:07 
GeneralRe: projects topics Pin
Vasudevan Deepak Kumar23-Aug-07 21:13
Vasudevan Deepak Kumar23-Aug-07 21:13 

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.