all groups > dotnet compact framework > july 2004 > threads for friday july 2
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
SqlServerCE and InsertInto
Posted by Zanna at 7/2/2004 7:03:55 PM
Hi!
I've a big problem with SqlServerCE: If I do a loop of InsertInto (I create
the SQL and then do a SqlCeCommand.ExecuteNonQuery) it seems that if the
"insert" contains much data, sometimes my app crashes or just the insertinto
is not executed (I'm sure the data can be stored into the table)... more >>
Tools
Posted by Frank Beerens (Soft-Solutions) at 7/2/2004 6:34:54 PM
Hi
which tool do i need for the compact framework just visual studio .NET or
something else.
frank
... more >>
about record voice data
Posted by cfyam at 7/2/2004 5:44:43 PM
How can I record some voice data from microphone in my Pocket PC aplication?
Can I find any component to use?
... more >>
writeXML(fullFilePath) DOESN'T Write
Posted by Art Cabot at 7/2/2004 3:56:02 PM
I'm trying to write a DataSet back out to the same location it reads in from with readXML(fullFilePath), just to a different filename. The program breezes right on through with no exceptions, but the file just isn't there!
There's data in the DataSet and I have write rights to the fullFilePath sp... more >>
How to improve Peformance while Loading Mobile Form
Posted by Ashok Tho at 7/2/2004 12:44:17 PM
Hi All,
To Populate a ListBox on Pocket PC Mobile Form i am using
a ArrayList which is coming inturn from ObjectCollection.
My question is Is there any better way to receive data,
because i am loading around 1500 records.
Mobile Form Code:-
Note:- Where empList is a return values fr... more >>
Dataset X DataBase
Posted by Rodrigo at 7/2/2004 10:24:06 AM
Dears,
I have had problems to save the changes made on a form to the database. When
I call the code bellow the changes are made only at the dataset, but when I
refresh the form the data keeps unchanged.
I need this help to continue with my project. If can help I can send the
full source.
p... more >>
NetworkStreams impractical?, Buffering NetworkStreams, how?
Posted by Yechezkal Gutfreund at 7/2/2004 10:09:36 AM
For practical purposes, the CF network stream is really not a stream at all.
You can't peek, you can't push things back on the stream, etc.
We are sending packets on the stream with packet seperation marks,
The problem is that one can easily do a read that gets half of two packets,
or other ... more >>
SSL/HTTPS for CF.NET
Posted by Kris at 7/2/2004 9:55:46 AM
Does CF.NET support SSL/HTTPS? Can anyone give me pointers.
Thanks,
Kris
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
this SQL Query seems to work on SQL2000 but can not get it to work on SQLCE?
Posted by jayderk at 7/2/2004 9:38:21 AM
I put this in the query analyzer and can not get it to work.
IF NOT EXISTS (SELECT customer_id FROM customer WHERE customer_id =
'testid') INSERT INTO customer(customer_id,event_id) VALUES('testid','TEST
EVENT')
NOTE: the insert statement works great on its own..
regards,
Jay
... more >>
RasEnumConnections managed wrapper
Posted by cescoc NO[at]SPAM yahoo.it at 7/2/2004 3:07:33 AM
Hi,
I need to write a wrapper for the RasEnumConnections function, in c#,
but I can't understand c, and my code sistematically doesn't work :|
Have you got some code already written? c# or vb.net is the same, i
can translate.
Thanks
Francesco... more >>
samples
Posted by YAMNE at 7/2/2004 12:00:55 AM
Where I can find samples for database sincronization (sql server ce with
MSDE) and for background application????
thanks
Damiano
... more >>
|