Rhodium and MS Access solution ? - Touch Pro2, Tilt 2 Themes and Apps

Hello xda-developers, been reading around here for a few days, great forum here. Lots of good info and smart contributing members.
Got a new tp2 and been searching for a mobile Microsoft Office Access app, to view my company customer data base. Its a 45meg database, MS Access file.
Did a search here for access, office access, Microsoft Office Access, and no results.
Anyone know of a Access viewer or app that will work well?
Thanks
apache

DBViewerPlus

Related

remote desktop without logging out of windows

sooo, i was wondering if there was a way that instead of logging me out of windows when i use remote desktop that i can actively connect at the same time as my admin login?
kind of like how with logmein you can see what's happening on the screen?
thanks guys!
use one of the VNC implementations (there are some ppc clients and many XP servers)
vnc, i've read about that here in the forums.
alright, i;ll definately give that a shot, thanks so much.
and which programs do you guys suggest?
Google for "xp sp2 beta remote desktop multiple". Hit the first link. Won't go into too much detail here, but sp2 beta allowed multiple sessions in the way that you want, which was removed for the full product.
I hope this does not breach forum rules as we do this sort of thing on mobile devices daily - i.e. moving dll files from different devices/OS versions to other ones. If so, then I apologise and do please delete this post
I use the VNC with PT pocket office from http://www.parystec.demon.co.uk/PT_software.htm
Works great on UTMS/GPRS/WiFi

newb database q (development, sdk related)

So, I've done much searching, asking around, etc. But I don't understand databases at all regarding WM6. I just want to store data using WM6. I've done web development and am a software engineer.
Anyway, my question is:
How do you store data with a WM6 device onto a server? I'd like to store ints and strings into a database (possibly similar to SQL). I'd like it to be accessible (read/write) via desktop web browsers as well as by the mobile device. What hosting would I need? Can I setup a website with an SQL database and read/write from it from my WM6 App that I am making?

Android SQL Client

Hi All,
Does anyone know of a SQL client for Android? Just something for running basic queries when I need to check on a system and can't be arsed waiting for a computer to boot up. The databases I use are MS SQL Server.
I've searched about and can't find anything. I've also had a look at the dev docs for Android and it looks like it should be straight forward using the java.sql class but unfortunately Java isn't in my skill set at the moment and the day job & life in general doesn't leave me with much time to learn it.
If there isn't a program does anyone have any plans to write one ;-)
Cheers
Keith
Anyone ???
It'd be pretty darn insecure to open up your databases to use a remote client like that, why not just use something like phpmyadmin for it? It runs fine in the android browser and theres tons of alternatives that probably have iphone themes that would work great. Alternatively you could get debian set up and grab one of the hundreds of apps to do it in the repository
I need this as well. I'm constantly on SQL Enterprise Manager on my PC and when mobile, I have to teamviewer to my desktop and run queries there, which is such a torture.
I've bought RemoteDB, which I can't seem to get to work properly, I can't switch databases and the connection registry is very confusing.
Anybody?!
Also interested
I'm also interested in this topic.
As far as opening your db's up to the internet, that's a bogus argument. Anyone remotely managing enterprise databases will be using a vpn tunnel, and not the open web.
Having an Android app to connect to Microsoft SQL and Oracle would be extremely helpful. I've been trying to figure out how to mod Oracle's SQLDeveloper to do just that but without any success so far.
aSQL - Remote Control, new launch
Remote Control Client for Microsoft SQL Server 2005/2008/2008R2/2012.
aSQL - Remote Control Lite is a powerful Microsoft SQL Server client providing Access to your server in your Pocket. Access all of your databases, Jobs and Processes as well from your mobile device.Simple and Fast application providing advanced features.
aSQL - Remote Control Lite Provide features like:
- Providing connectivity to different servers on your Network.
- Ability to store Server Information for future use.
- Job START/STOP only a click away.
- Kill any running Processes From your mobile device.
- View Databases details - View File size.
Google Play Store link -
"market://details?id=com.sqlforce.aSQL"
SQL Client
Hi Guys
I looked for something like this for a while as well, and couldn't find anything that did what I wanted, so I made one myself
Key features I wanted are the following
Be able to connect directly to a db server. I used the jdts jdbc driver for Java to get this right
Be able to connect to any SQL Server db. I'll add support for Postgres and MySQL if this gains any popularity
List of all databases on the server (excluding system dbs) and allow you to quickly switch between them
List tables in the currently selected db, and generate Select statements for them
List stored procedures in the currently selected db, and pull the code for them so you can change it
Use a tabbed interface for the different sql queries, to allow you to run many queries at once
This is all done and works really well. Large queries take longer to run than they would on a pc, but they run nonetheless.
Let me know what you think, and feel free to suggest features. If enough people like it and use it, I'll bite the bullet and buy the developer so I can publish it on the Play store
I hope you enjoy it
ps. The installer is signed with the standard testing key, so you will need to go into your settings and allow applications from unknown sources
pps. I ask for internet access to get access to the network sockets, but dont actually connect to the internet.
danegoodwin -
I've downloaded it and played with it a bit - looks good. One feature I'd suggest off the top is storing the connection info. It's a pain having to enter the server address and username each time.
If you are still looking for a SQL client I had written one as well.
It should cover most of the popular databases and works well with tablets and phones.
SQLTool Pro
https://play.google.com/store/apps/details?id=com.nraboy.sqltool
I'm also open to suggestions and questions if anyone decides to give it a try.
nraboy said:
If you are still looking for a SQL client I had written one as well.
It should cover most of the popular databases and works well with tablets and phones.
SQLTool Pro
https://play.google.com/store/apps/details?id=com.nraboy.sqltool
I'm also open to suggestions and questions if anyone decides to give it a try.
Click to expand...
Click to collapse
so, this one does BOTH MySQL and MS SQL, and, your other one *just* MySQL ?
thanks, anyone
abbots said:
so, this one does BOTH MySQL and MS SQL, and, your other one *just* MySQL ?
thanks, anyone
Click to expand...
Click to collapse
Correct. The pro version will handle MySQL, MS SQL, PostgreSQL, Sybase, and Oracle up to version 10.1.
The MySQL version is strictly MySQL.
nraboy said:
Correct. The pro version will handle MySQL, MS SQL, PostgreSQL, Sybase, and Oracle up to version 10.1.
The MySQL version is strictly MySQL.
Click to expand...
Click to collapse
thanks for reply (and for nice app!)
nice, looks good... even better, seems to work well....connected to remote MySQL OK
suggestion: please auto-suggest correct ports for relevant SQLs
so, editing can only be done via queries ? (time to learn SQL syntax..?)
next, I'll try connecting to MS SQL, whilst I know a tiny bit about MySQL, I know nothing about MS, might be asking for help...
Nic,
need some help, if you can:
having issues with MS SQL, MS SQL is on a cloud server, for all I know, port could be blocked..
I've setup definition with port 1433, get 'failed to connect'
how to t/s outside of the app ?
should "telnet host 1433 " work ?
I'm getting
# telnet mssql2008.xx.yy 1433
Trying 202.111.22.33...
telnet: connect to address 202.111.22.33: Connection timed out
what else can I try ?
thanks for any pointers!
abbots said:
thanks for reply (and for nice app!)
nice, looks good... even better, seems to work well....connected to remote MySQL OK
suggestion: please auto-suggest correct ports for relevant SQLs
so, editing can only be done via queries ? (time to learn SQL syntax..?)
next, I'll try connecting to MS SQL, whilst I know a tiny bit about MySQL, I know nothing about MS, might be asking for help...
Nic,
need some help, if you can:
having issues with MS SQL, MS SQL is on a cloud server, for all I know, port could be blocked..
I've setup definition with port 1433, get 'failed to connect'
how to t/s outside of the app ?
should "telnet host 1433 " work ?
I'm getting
# telnet mssql2008.xx.yy 1433
Trying 202.111.22.33...
telnet: connect to address 202.111.22.33: Connection timed out
what else can I try ?
thanks for any pointers!
Click to expand...
Click to collapse
Hinting a default port is a good idea. I will see about adding in an upcoming release.
Yes right now anything beyond a simple select or delete must be done with a custom query. My goal is to make it more like the desktop editors, but since I am the only developer it might take a while. But I am not saying it won't happen.
If telnet is failing to connect then there is a firewall rule blocking your IP. Three things could fix this.
1. Add your IP to the database allow list (talk to the DBA)
2. If you can connect to the network the DB is on via VPN then you should. The db might be restricted to local IP
3. Use the SSH features of SQLTool to connect to a server on the databases allow list
You were smart to try the telnet. I would have done the same thing.
Feel free to contact me here or through the tools site. I'm happy to help
nraboy said:
You were smart to try the telnet. I would have done the same thing.
Click to expand...
Click to collapse
ahem, not that smart.....
forgot to specify sql type...... ooops
suggestion: don't allow save unless all req. stuff filled in...
OK, I seem to be in.
can I dump/backup with this app ?
thanks.
decent app, well done, wish you success in further development, if I can help in any way, happy to try
now I need to figure out how to dump this MS SQL into my Linux machine
abbots said:
ahem, not that smart.....
forgot to specify sql type...... ooops
suggestion: don't allow save unless all req. stuff filled in...
OK, I seem to be in.
can I dump/backup with this app ?
thanks.
decent app, well done, wish you success in further development, if I can help in any way, happy to try
Click to expand...
Click to collapse
Nice catch on the SQL Type. I will work to correct that.
For dump / backup are you referring to data or structure or both? Right now I have exporting DDL on my things to do list, but if you're referring to something else I'd like to hear it.
Thanks for the compliments on my app. I definitely want to hear more suggestions if you have them. Also please don't forget to rate well when you get a chance

Best way to send document to Bluetooth printer?

Hey all,
Quick question. My employer wants me to write a mobile application for service men to use that will access info from a MySQL database and print a form to a Bluetooth printer.
Is this even possible in .NET CF? Also, is there a way within PIE or Opera Mobile to use printing if I wanted to do a web-interface?
I appreciate the advice. Keep up the good work.
Thanks,
David

Lotus Notes via Onebridge on HD2

Hi There,
I hope to post in the correct section.
My company is using Onebridge client to replicate Lotus Notes e-mails on our mobile phones.
Today, the implemented solution is working fine but on Symbian devices (we're using Nokia E71 phones).
As I was fed up about this one, I've bought from my side a HD2. By browsing the Internet, I've found on the Sybase web site the Onebridge client for Windows Mobile devices as a trial version. I've downloaded it and have installed the CAB into my Leo. Fine !
I've entered the various parameters to contact the server but at a certain point, I've been asked to enter an activation code which I don't have....
How can I get this code knowing that the IT department doesn't want to know more about my idea to swap for the HTC solution....
Thanks in advance for any helping hand.
Cheers from Switzerland.
Jean-Ma
What's your domino version? R8 has a something Traveller (comes free on the server) where WM and iPhone can get the mails without OneBridge.
Hi Alex,
Not sure about that, but we run Lotus Notes v.7.0...
Otherwise, I need to check this with my IT dpt....
Jean-Ma
I think this will not work without your IT department ...
You do not have a standalone software on your HD2. It needs also a Server who is connecting your notes database with the sync client.
Best regards,
dingolino
Jean-Ma said:
Hi There,
I hope to post in the correct section.
My company is using Onebridge client to replicate Lotus Notes e-mails on our mobile phones.
Today, the implemented solution is working fine but on Symbian devices (we're using Nokia E71 phones).
As I was fed up about this one, I've bought from my side a HD2. By browsing the Internet, I've found on the Sybase web site the Onebridge client for Windows Mobile devices as a trial version. I've downloaded it and have installed the CAB into my Leo. Fine !
I've entered the various parameters to contact the server but at a certain point, I've been asked to enter an activation code which I don't have....
How can I get this code knowing that the IT department doesn't want to know more about my idea to swap for the HTC solution....
Thanks in advance for any helping hand.
Cheers from Switzerland.
Jean-Ma
Click to expand...
Click to collapse

Categories

Resources