F
Freeman
Hi all,
I'd be glad if you answer my questions below.
1- Which one should I choose when I start SmartDevice application within
VS.NET; PocketPC or Wince.NET? I want both platforms to be supported. Or
which one will be in favour in the future? For example, the ones I have
coded with PocketPC works with both devices. And I wonder if it will work
with Wince.NET?! What is the main difference between them?
2- It gets very slow when I enter the other forms after running 5000 records
as Commandtext="INSERT INTO.. " Cmd.ExecuteNonQuery in SQLce database. I
also get "insufficient memory" message. Why? Or should I use Parametric
Query?
3- For memory management. Is it enough executing Dispose after closing the
Forms I runned as -App.Run(new Form() ) ?
Last one:
4- when using SQLce Connection feature in SmartDevice application, should I
turn it on and off on each process OR is turning it on once when the main
application starts better? Which one is better?
Thanks to everyone!
I'd be glad if you answer my questions below.
1- Which one should I choose when I start SmartDevice application within
VS.NET; PocketPC or Wince.NET? I want both platforms to be supported. Or
which one will be in favour in the future? For example, the ones I have
coded with PocketPC works with both devices. And I wonder if it will work
with Wince.NET?! What is the main difference between them?
2- It gets very slow when I enter the other forms after running 5000 records
as Commandtext="INSERT INTO.. " Cmd.ExecuteNonQuery in SQLce database. I
also get "insufficient memory" message. Why? Or should I use Parametric
Query?
3- For memory management. Is it enough executing Dispose after closing the
Forms I runned as -App.Run(new Form() ) ?
Last one:
4- when using SQLce Connection feature in SmartDevice application, should I
turn it on and off on each process OR is turning it on once when the main
application starts better? Which one is better?
Thanks to everyone!