Click here to Skip to main content
15,881,852 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling a C function from C# and getting values from it. Pin
DaveyM6930-Jun-09 3:39
professionalDaveyM6930-Jun-09 3:39 
GeneralRe: Calling a C function from C# and getting values from it. Pin
Luc Pattyn30-Jun-09 4:03
sitebuilderLuc Pattyn30-Jun-09 4:03 
AnswerRe: Calling a C function from C# and getting values from it. Pin
Luc Pattyn30-Jun-09 4:09
sitebuilderLuc Pattyn30-Jun-09 4:09 
GeneralRe: Calling a C function from C# and getting values from it. Pin
shivapriyak30-Jun-09 20:03
shivapriyak30-Jun-09 20:03 
GeneralRe: Calling a C function from C# and getting values from it. Pin
Luc Pattyn30-Jun-09 22:57
sitebuilderLuc Pattyn30-Jun-09 22:57 
QuestionSQLite in C# Pin
stancrm30-Jun-09 2:35
stancrm30-Jun-09 2:35 
AnswerRe: SQLite in C# Pin
Pete O'Hanlon30-Jun-09 2:39
mvePete O'Hanlon30-Jun-09 2:39 
AnswerRe: SQLite in C# Pin
SeMartens30-Jun-09 2:41
SeMartens30-Jun-09 2:41 
Hi,

you are getting an empty table because you deleted all records before. The file size of the database will not shrink if you delete rows because that would mean a reordering of the internal structure (db-records are stored in pages etc.). Some databases (especially for mobile applications) offer a shrink-command. This will result in the reordering and a smaller file.

At least: Please choose the correct forum for your question, I think "General Database" would be a better place.

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionHow to Upload large size file to server Pin
wasimsharp30-Jun-09 2:21
wasimsharp30-Jun-09 2:21 
AnswerRe: How to Upload large size file to server Pin
Vimalsoft(Pty) Ltd30-Jun-09 2:28
professionalVimalsoft(Pty) Ltd30-Jun-09 2:28 
GeneralRe: How to Upload large size file to server Pin
wasimsharp30-Jun-09 2:33
wasimsharp30-Jun-09 2:33 
GeneralRe: How to Upload large size file to server Pin
Vimalsoft(Pty) Ltd30-Jun-09 2:37
professionalVimalsoft(Pty) Ltd30-Jun-09 2:37 
GeneralRe: How to Upload large size file to server Pin
musefan30-Jun-09 2:40
musefan30-Jun-09 2:40 
GeneralRe: How to Upload large size file to server Pin
Vimalsoft(Pty) Ltd30-Jun-09 2:42
professionalVimalsoft(Pty) Ltd30-Jun-09 2:42 
GeneralRe: How to Upload large size file to server Pin
musefan30-Jun-09 2:43
musefan30-Jun-09 2:43 
GeneralRe: How to Upload large size file to server Pin
Vimalsoft(Pty) Ltd30-Jun-09 2:47
professionalVimalsoft(Pty) Ltd30-Jun-09 2:47 
GeneralRe: How to Upload large size file to server Pin
musefan30-Jun-09 2:58
musefan30-Jun-09 2:58 
AnswerRe: How to Upload large size file to server Pin
musefan30-Jun-09 2:33
musefan30-Jun-09 2:33 
GeneralRe: How to Upload large size file to server Pin
wasimsharp30-Jun-09 2:42
wasimsharp30-Jun-09 2:42 
AnswerRe: How to Upload large size file to server Pin
musefan30-Jun-09 3:01
musefan30-Jun-09 3:01 
AnswerRe: How to Upload large size file to server Pin
Anthony Mushrow30-Jun-09 3:08
professionalAnthony Mushrow30-Jun-09 3:08 
QuestionMySQL restore database through c# Pin
mariamkhaqan30-Jun-09 2:06
mariamkhaqan30-Jun-09 2:06 
AnswerRe: MySQL restore database through c# Pin
Pavel123123__27-Oct-09 5:32
Pavel123123__27-Oct-09 5:32 
GeneralRe: MySQL restore database through c# Pin
adiono26-Dec-09 23:52
adiono26-Dec-09 23:52 
GeneralRe: MySQL restore database through c# Pin
ogimenezb31-May-11 6:05
ogimenezb31-May-11 6:05 

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.