|
Home > Archive > SQL Anywhere ultralite > February 2006 > Create Parms control can't use
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Create Parms control can't use
|
|
| Maverick 2006-02-01, 3:23 am |
| UltraLite.NET User's Guide
Lesson 3: Connect to the database
1.. Add the CreateParms control to your form.
From the UltraLite CF tab in the toolbox, choose CreateParms and add it to
your form. The control is named CreateParms1.
If you have not rebooted since installing SQL Anywhere Studio, you may get
an error message at this point. Reboot your machine to solve this problem.
I am using VS.net 2003, C#, pocketPC 2003. I do the same thing but the
control is dim. Anyone can help me please?
| |
| David Fishburn 2006-02-07, 9:23 am |
| "Maverick" <maverickluk1@yahoo.com.hk> wrote in
news:43e087bc@forums
-1-dub of sybase.public.sqlanywhere.ultralite:
M> I am using VS.net 2003, C#, pocketPC 2003. I do the same thing but the
M> control is dim. Anyone can help me please?
Are you still having an issue with this Maverick?
Please ALWAYS include version and MORE importantly BUILD number
with EACH post (dbeng9 -v).
--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).
EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm
Developer Community / Whitepapers
http://www.ianywhere.com/developer
CaseXpress - to report bugs
http://casexpress.sybase.com
CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
| |
| Philippe Bertrand 2006-02-07, 9:23 am |
| Please post the version and build number of your ASA install.
--
- Philippe Bertrand
iAnywhere Solutions, Inc.
Please include in your subject line what UltraLite API are you using
(I.E. UltraLite.NET, Native UltraLite for Java, Embedded SQL, C++,
(pure) Static Java UltraLite, etc.). Please include version and BUILD
numbers in your post.
| |
| Michael Schwarzer 2006-02-25, 9:41 am |
| I added the CreateParams manually.
Added the following in the class:
private ULConnectionParms ulConnectionParms1 = new
ULConnectionParms();
And continued with the setting of
ulConnectionParms1.DatabaseOnCE and
ulConnectionParms1.SchemaOnCE in the constructor.
> Lesson 3: Connect to the database
> 1.. Add the CreateParms control to your form.
>
> From the UltraLite CF tab in the toolbox, choose
> CreateParms and add it to your form. The control is named
> CreateParms1.
>
> I am using VS.net 2003, C#, pocketPC 2003. I do the same
> thing but the control is dim. Anyone can help me please?
|
|
|
|
|