problem with mobile sample code : DbTable.8

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
huge
Posts: 5
Joined: Sat 03 Mar 2007 03:18

problem with mobile sample code : DbTable.8

Post by huge » Sat 03 Mar 2007 03:37

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

huge
Posts: 5
Joined: Sat 03 Mar 2007 03:18

Post by huge » Sat 03 Mar 2007 03:45

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Sat 03 Mar 2007 08:04

What is the error message?

huge
Posts: 5
Joined: Sat 03 Mar 2007 03:18

Post by huge » Sat 03 Mar 2007 08:44

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

huge
Posts: 5
Joined: Sat 03 Mar 2007 03:18

Post by huge » Sat 03 Mar 2007 08:48

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Sat 03 Mar 2007 09:22

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).

huge
Posts: 5
Joined: Sat 03 Mar 2007 03:18

Post by huge » Sat 03 Mar 2007 12:13

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 :)

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Sat 03 Mar 2007 12:17

You're welcome:)

Post Reply