|
| Hi,
I am new to ASA.
1) I am using VS 2003 and I have created a database in ASA in Windows
CE.
I have created a sample application using ASA .NET Data Provider.
When opening a connection,
AsaConnection connection = new AsaConnection();
connection.ConnectionString =@"START=\program
files\sybase\asa9\db
srv9.exe -qw;DBF=\Program
Files\Sybase\ASA9\de
mo.db;UID=DBA;PWD=SQL;";
connection.Open();
I am getting a startup screen. Only when I click on OK button I am
able to proceed. I have given the option -qw. But still I am getting
the startup screen. I am testing my application in Pocket PC 2003
emulator. Any idea how to avoid this screen?
2) I understand that we can use ASA or Ultralite databases when
developing an application for Pocket PC. What is the difference between
ASA database and UltraLite database?
Is there any size limitation for UltraLite(like for a DB of size upto
2MB only we can use UltraLite) Please let me know when we need to use
ASA database and when we need to use UltraLite?
Thanks & Regards
|
|