|
-
May 22nd, 2006, 08:03 AM
#1
Thread Starter
New Member
Mobil application in PocketPc and PalmOs
Mr,
I am studying Mobile application using VB6.0. i don't know , how i will synchronize data between Pocket Pc to FLashfiler Server. can u anybody tell me the solution? i will wait for ur reply...
(Praveen kumar.s.p)
-
May 22nd, 2006, 08:06 AM
#2
Re: Mobil application in PocketPc and PalmOs
-
May 22nd, 2006, 08:06 AM
#3
Thread Starter
New Member
Re: Mobil application in PocketPc and PalmOs
friends,
anybody known tellhim.
1) how to connect Pocket Pc and Flashfiler?
2) how to connect DBase in Flashfiler server to Visualbasic6.0.
friends, i am waiting for ur reply.
(Praveen kumar.s.p)
-
May 22nd, 2006, 08:14 AM
#4
Thread Starter
New Member
Re: Mobil application in PocketPc and PalmOs
friends,
can u tell me the link of codebank?
thanking you,
(Praven kumar.s.p)
-
May 22nd, 2006, 08:17 AM
#5
Re: Mobil application in PocketPc and PalmOs
I am studying Mobile application using VB6.0
I'm afraid VB6 doesn't work on PocketPC (and certainly wont work on PalmOS).
If you want to make a PocketPC app, use VB.Net instead. It is possible to use eVB (a free download from Microsoft, which is similar to VB6) for older versions of PocketPC (2002 or earlier), but it will not work for newer versions.
-
May 22nd, 2006, 03:43 PM
#6
Re: Mobil application in PocketPc and PalmOs
You certainly want to be working in either C/C++ or VB.NET, depending on what experience you have. I've never heard of FlashFiler Server, so I can't say much about that. However, using .NET, you can make TCP connections to transfer data, so that much is possible, but not knowning anything about what kind of data, and what that server deals with, I couldn't say how to connect to that one exactly.
My usual boring signature: Nothing
 
-
May 28th, 2006, 11:58 PM
#7
Thread Starter
New Member
Re: Mobil application in PocketPc and PalmOs
hi, possible is there.
MobileVB application is there. so easily developed mobile application in vb6.0.
how connect vb6.0 application and flashfiler server?
my Database files -> FF2 files.
any one help me?
bye....
-
Jun 3rd, 2006, 05:28 AM
#8
Thread Starter
New Member
Re: Mobil application in PocketPc and PalmOs
hi,
flashfiler is a server. we accesss only for database files(FF2).flashfiler ODBC file are available in net. So esaily connect vb6.0 to flashfiler.
thank you.
-
Jun 3rd, 2006, 10:32 AM
#9
Re: Mobil application in PocketPc and PalmOs
I don't know whether or not there is a direct way to connect the Pocket PC to that server. There is a direct way to connect with SQLServer, but I have never heard of any other direct connections. On the other hand, I have never actually tried. You might look into how to access SQLServer databases, and see whether the same thing works for you.
The only thing I have done that is close to this, and would be similar to what you can do if the SQLServer style connection doesn't work, was that I created a desktop version of a program, and a mobile version of the same program. The mobile version packaged it's data into XML, and sends it via TCP to the desktop version, which then adds the mobile data into a backend Access DB. Since the TCPListener class in this case runs in a background thread, all that has to happen is that the desktop program is running, and the mobile is plugged in, and a button is pressed on the mobile to download the data.
Something like this could be implemented as a simple program that sits and listens for connections without any interface perhaps. Of course, it isn't quite as slick as a direct connection between the server and the PocketPC, but if you can't do that, this is an alternative.
My usual boring signature: Nothing
 
-
Jun 5th, 2006, 10:13 AM
#10
Thread Starter
New Member
Re: Mobil application in PocketPc and PalmOs
hi,
can u tell me , how connect Pocket Pc to sql server?
I don't know these connectivity.
i need full explanation.
I am waiting for ur reply.
thanking you,
-
Jun 5th, 2006, 04:52 PM
#11
Frenzied Member
Re: Mobil application in PocketPc and PalmOs
-
Jun 6th, 2006, 07:44 AM
#12
Thread Starter
New Member
Re: Mobil application in PocketPc and PalmOs
hi,
can u tell , how synchronize between mobile And Any local server via some hotsync Or activesync application?
thanking you,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|