Click here to Skip to main content
15,892,768 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to convert object type into 'int' type? Pin
Khoramdin5-Mar-07 9:51
Khoramdin5-Mar-07 9:51 
GeneralRe: How to convert object type into 'int' type? Pin
Colin Angus Mackay5-Mar-07 13:51
Colin Angus Mackay5-Mar-07 13:51 
QuestionDateTimepicker commercial replacement ? Pin
CAE5-Mar-07 8:45
CAE5-Mar-07 8:45 
Questionsend a wav file through a socket in C# Pin
trab0075-Mar-07 7:33
trab0075-Mar-07 7:33 
AnswerRe: send a wav file through a socket in C# Pin
Ennis Ray Lynch, Jr.5-Mar-07 10:18
Ennis Ray Lynch, Jr.5-Mar-07 10:18 
GeneralRe: send a wav file through a socket in C# Pin
trab0075-Mar-07 20:56
trab0075-Mar-07 20:56 
QuestionTrouble updating Access DB in C# [modified] Pin
bward845-Mar-07 6:50
bward845-Mar-07 6:50 
AnswerRe: Trouble updating Access DB in C# Pin
Guffa5-Mar-07 9:03
Guffa5-Mar-07 9:03 
It's not the update query that is the problem, but how much data you put in the database record.

Access has a limitation on the size of a data record. In Access 97 and Access 2000 it is 2048 bytes, but it seems that it has been increased to 4096 bytes.

If you want to put more data than that in a record, use the Memo data type. The actual data is stored outside of the record so you don't have to worry about the record size, and there is no size limit on the field. The entire database is limited to 2 GB, though, and each table is limited to 1 GB.


---
single minded; short sighted; long gone;

GeneralRe: Trouble updating Access DB in C# Pin
bward845-Mar-07 9:05
bward845-Mar-07 9:05 
Question.Net Framework version Problem Pin
Abu Syed Khan5-Mar-07 6:41
Abu Syed Khan5-Mar-07 6:41 
AnswerRe: .Net Framework version Problem Pin
Ed.Poore5-Mar-07 11:35
Ed.Poore5-Mar-07 11:35 
GeneralRe: .Net Framework version Problem Pin
Abu Syed Khan6-Mar-07 3:41
Abu Syed Khan6-Mar-07 3:41 
GeneralRe: .Net Framework version Problem Pin
Ed.Poore6-Mar-07 4:39
Ed.Poore6-Mar-07 4:39 
Questiongeneric collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 6:12
arkiboys5-Mar-07 6:12 
AnswerRe: generic collections of generic collections - .net 2.0 Pin
led mike5-Mar-07 6:21
led mike5-Mar-07 6:21 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 6:27
arkiboys5-Mar-07 6:27 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
Judah Gabriel Himango5-Mar-07 7:01
sponsorJudah Gabriel Himango5-Mar-07 7:01 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 21:32
arkiboys5-Mar-07 21:32 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
led mike5-Mar-07 8:13
led mike5-Mar-07 8:13 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 19:00
arkiboys5-Mar-07 19:00 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
led mike6-Mar-07 4:24
led mike6-Mar-07 4:24 
QuestionLocking data to user Pin
Dominik Reichl5-Mar-07 5:40
Dominik Reichl5-Mar-07 5:40 
AnswerRe: Locking data to user Pin
Dave Kreskowiak5-Mar-07 5:48
mveDave Kreskowiak5-Mar-07 5:48 
QuestionRe: Locking data to user Pin
Dominik Reichl5-Mar-07 5:58
Dominik Reichl5-Mar-07 5:58 
GeneralRe: Locking data to user Pin
Dominik Reichl5-Mar-07 7:54
Dominik Reichl5-Mar-07 7:54 

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.