0
votes
2answers
31 views
Access Creates new file every time I Compact & Repair
It didn't always do this, but ever since I split my database and made the front-end an ACCDE file, any time I try to compact and repair either file, a new file called "Database 1" …
1
vote
1answer
35 views
Linq to SQL Compact - Transaction or just SubmitChanges
I'm using Linq to SQL on an SQL Compact database. I have a function where I insert multiple records into the database. I only call SubmitChanges at the end of the function. Would u …
0
votes
1answer
36 views
SQL Server Compact with Visual Studio 2008
I am running SQL server 2008 and Visual Studio 2008 on Vista. I downloaded SQL server compact 3.5 SP1 from Microsofts website and ran the install. When I open the server explorer f …
0
votes
0answers
25 views
SqlCeDataAdapter.Fill method causes application to exit silently
I have a call to SqlCeDataAdapater.Fill with a DataSet that kills my app with no exception. It only seems to happen when I attempt to load in a large number of records (approx 30, …
0
votes
1answer
181 views
KeyNotFoundException: SQLCE Database Exception
I am using a dataSet in C#. I have done a direct count for the number of items in
the SQL CE database, so I know how many items that I have in the database. There are no deletions …
1
vote
2answers
65 views
OpenNETCF.Net.Ftp Behaving Flaky
I tried posting on their boards (authors of this library), however it literally takes months for them to reply when it comes to the free software (can't blame them).
But anyways
I …
1
vote
1answer
67 views
C# PInvoke VerQueryValue returns back OutOfMemoryException?
Hi,
Below is the code sample which I got from online resource but it's suppose to work with fullframework, but when I try to build it using C# smart device, it throws exception sa …
0
votes
3answers
66 views
Windows Form Components Access
What is the best way to access components (e.g. imagelist, timer) from a form instance? I am working on multi form windows forms application on .NET Compact Framework version 3.5 S …
1
vote
3answers
111 views
Is it possible to use SQL Server Compact Edition in an Open Source project?
I am aware of other solutions like System.Data.Sqlite or Firebird through Dblinq, but since nothing beats SQL Compact Edition (integration-wise) with Visual Studio, I would like to …
6
votes
13answers
595 views
Windows XP GUI programming language
I need to write a Windows XP/Vista application, main requirements:
Just one .exe file, without extra runtime, like Air, .Net; posstibly a couple of dlls.
Very small file size.
…
0
votes
3answers
71 views
Why does compacting a Access 2000 db changes the order of records in a table?
As the question says. The table has no primary key defined. Other tables in the database do not change after compacting, and have as well no primary key defined.
1
vote
2answers
118 views
Compacting MDB File.
Is there any way to compact the shared mdb file. I mean this file is is always in use. I am looking for the way to compact mdb file without disconnecting users (while the mdb file …
2
votes
2answers
77 views
Compact Framework Non Culture Specific Exception Messages
Hi Everyone,
I have created an application in Compact Framework 2.0
This application is being used in many various counties and cultures.
My Issue is that any and all exceptions …
1
vote
4answers
272 views
how do you store raw bytes as text without losing information in python 2.x?
Suppose I have any data stored in bytes. For example:
0110001100010101100101110101101
How can I store it as printable text? The obvious way would be to convert every 0 to t …
2
votes
2answers
530 views
Compact matlab matrix indexing notation
I've got an nxk sized matrix, containing k numbers per row. I want to use these k number as indexes to k-dimensional matrix. Is there any compact way of doing so in matlab or must …
