SQL Express -> SQL CE
I can't help with C++. Sorry, I've worked in dozen languages over the years, but never liked C++ and virtually none of my customers use it. It's too expensive to find documentation, support, examples...
View ArticleSQL Express -> SQL CE
Hi WilliamI just downoladed you book today and it had a great load of information in it. I am just trying to sort out the data connections I can use. I am looking for a summary on the diferent ways to...
View ArticleSQL Express -> SQL CE
well then i think i'll use outlook 2007 interface :-D with ribbon...i have found one ribbon control, but its missing some things... but its great... do you have any recomendations... for free ribbon...
View ArticleSQL Express -> SQL CE
Why not go for the Office 2007 look with the ribbon etc?Consider distribution when you write your applications - are you going to use ClickOnce or MSI? Should you have 2 CE databases - one for...
View ArticleSQL Express -> SQL CE
tnx for all your help :-D now i'm little smarter... :-Di still have a lot to learn... but i'm geting there... :-Di have a lot ideas for app's... some of them will be for every market... and some...
View ArticleSQL Express -> SQL CE
I have written a simple application that shows how a data access layer can be written - please note this is not production grade code, just an example.The source code is here -...
View ArticleSQL Express -> SQL CE
In my experience, it's tough to write a single-user application that scales to multiuser. The way you approach every aspect of the job is different. There is an OLE DB interface to SQLCe, but it's more...
View ArticleSQL Express -> SQL CE
I will knock up a quick (very simple) example for you tonight when I get home - got no SQL Express here
View ArticleSQL Express -> SQL CE
you mean instead of directily conecting to database, when i create datasource wiht wizard... i use object :-D but first create object for using with it... in separate project...tnx...is there any...
View ArticleSQL Express -> SQL CE
Assuming that you need two database types:A way to acheive this is to put the GUI code in one project and the have two projects that access the two database types.Then you create two solutions...
View ArticleSQL Express -> SQL CE
maybe you misunderstod me...there would be two versions of the same app...one for multiuser with sql expressone for single user (standalone ap) with sql cei know about limitation...i'm not using any...
View ArticleSQL Express -> SQL CE
I agree with William, if you feel this will be a multiuser database application start off by designing it as such ie with SQL Express,. The application design model is very different due to the...
View ArticleSQL Express -> SQL CE
All of these are great questions and this is the place to get answers. 1) No. The Compact Edition is very different than any of the other SQL Server binaries. The database formats are not compatible....
View ArticleSQL Express -> SQL CE
Hi there ,if i'm posting on wrong forum, pleas redirect me :-Di'm still learning, and i decided to make my app for start in SQL Express and Visual Basic Express... i dont use stored procedures and sql...
View Article