Page 1 of 1

problem with mobile sample code : DbTable.8

Posted: Sat 03 Mar 2007 03:37
by huge
I try to deploy the DbTable.8 (CoreLab.Oracle.dll included) to my mobile device (HP iPAQrx6515 with Windows Mobile 2003 SE).
Oracle Database service is do alive (I sure)
I could connect to oracle db several times before this time.
Don't know why I couldn't now :(
I didn't change any code except this.OracleConnection.ConnectionString
I configure it with my oracle db connection settings
this.OracleConnection.ConnectionString =
"user id=test;password=test;host=10.129.7.1;sid=sohya";
I tried to set the default value but didn't work.
Would you do me a favor, thanks for your kind reply

Posted: Sat 03 Mar 2007 03:45
by huge
sorry, it's my misunderstand
sample Table.8 works but DbTable.8 doesn't
And a new question is why this situation happens?
thanks for your kind reply

Posted: Sat 03 Mar 2007 08:04
by Alexey
What is the error message?

Posted: Sat 03 Mar 2007 08:44
by huge
Alexey wrote:What is the error message?
Thanks your reply first.

There is no error mesg showing on the screen
like the img, it's the login screen
Image
after login
Image
the first screen to second screen without any error mesg
And the next link(the last 5 screen pics) is about that
I success to try the Table.8 sample
http://picasaweb.google.com/huge.huang/Mobile

Posted: Sat 03 Mar 2007 08:48
by huge
huge wrote:
Alexey wrote:What is the error message?
Thanks your reply first.

There is no error mesg showing on the screen
like the img, it's the login screen
Image
after login
Image
the first screen to second screen without any error mesg
And the next link(the last 5 screen pics) is about that
I success to try the Table.8 sample
http://picasaweb.google.com/huge.huang/Mobile
PS : it's a little bit weird, I can't see the second pics
so I put it on my website again. The first 2 pics in below link
(if you could not see the pics directly, you could try this)
http://picasaweb.google.com/huge.huang/Mobile

Posted: Sat 03 Mar 2007 09:22
by Alexey
So what's wrong with the images? This sample project is supposed to show how to work with OracleDataTable component. You should change OracleCommand.CommandText property in design-time to retrieve data from needed database table (by pressing Open button in run-time).

Posted: Sat 03 Mar 2007 12:13
by huge
Alexey wrote:So what's wrong with the images? This sample project is supposed to show how to work with OracleDataTable component. You should change OracleCommand.CommandText property in design-time to retrieve data from needed database table (by pressing Open button in run-time).
thx a lot, I think I know what's going wrong.

I would check the code again, thx for your help :)

Posted: Sat 03 Mar 2007 12:17
by Alexey
You're welcome:)