I am developing a windows app for windows mobile sdk(Pocket PC) on vs2008 with .NET FRAMEWORK 2.0 . I wanna get data from oracle to windows mobile SDK(Pocket PC). I try Oracle SQLite but it wont work. Do you have any suggestions? Thanks.
I have also the same problem, But i resolve by using an API. It connect oracle db and device through (HttpWebRequest), it works 100%
In this case we need an apache/nginx server.
here is some examples
https://csharp.hotexamples.com/examples/System.Net/HttpWebRequest/-/php-httpwebrequest-class-examples.html
Related
I am currently trying to install DS4 driver on a Windows Server 2019, I have tried multiple things :
Try using DS4Windows
Try install Steam and configure the controller using Big Picture, but no controller was found, probably because it needs to be recognized by Windows first
Try extract driver from my PC on Win10 but not possible as they are Windows drivers and cannot be exported
I managed to make the x360 controller work on my Windows Server by exporting drivers from my win10 PC, but it is not possible for DS4 controller.
On my Win10 the controller is automatically recognized and the drivers are installed automatically too, so I guess the DS4 controller support is removed from Windows Server...
I anybody manage to install these drivers, or have any idea it would be great, I am currently out of any idea, so any help would be awesome!
My 32bit Windows 7 server is running Pentaho bi server ce 7.0.
Everything seemed to install fine, but I'm having trouble getting the server to run.
Attempt 1
Everything seems OK after running start-pentaho.bat and accessing localhost:8080, however accessing localhost:8080\Pentaho\login returns an error.
Attempt 2
I am unable to access the site after running start-pentaho.bat and accessing localhost:8080.
Can anybody help?
It seems that the BI Server is only supported on 64-bits OSes all the way back to version 5.1. The documentation for 4.4 is already gone from the Pentaho support site.
https://help.pentaho.com/Documentation/7.0/0D0/160/000
ERROR
"You were disconnected from the Windows-based computer because of problems during the licensing protocol"
I have scoured the Internet and have read it can be fixed...but no one has given me a working fix. I have tried many fixes but still no luck =(.
Anyone know a FUNCTIONING fix for 10.7 and or 10.8
I am using http://www.microsoft.com/mac/remote-desktop-client (the latest version) to connect to Windows Server 2008 R2 Standard. Running RDS with a 5 User CAL. No Active Directory just basic accounts as the local IT team hasn't a clue how to use AD and I am a thousand miles away.
Did you try Thinomenon RDC for Mac? It properly supports redirect token, which could be the problem.
I found these 2 links which seems to have fixed the issue (Hope it's not the same you tried !!!), esp follow vezard & Martijn Huizer's response:
http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/8e28b0af-b374-4ca0-a255-5fd854bdc7fa
http://support.microsoft.com/kb/2477133
Hope it solves your issue !
Microsoft has released a new RDP client in the app store. So far It seems to work.
I try to be careful where I download from, and I found this Remote Desktop client option on sourceforge.net - a download site I am familiar with and trust:
http://cord.sourceforge.net
From their site:
CoRD is a Mac OS X remote desktop client for Microsoft Windows computers using the RDP protocol. It's easy to use, fast, and free for anyone to use or modify.
I am using Max OS X 10.7
I'm new to the windows phone 7 application project. I dont know how to use the database in windows phone 7. Would u please help me for this one?
As far as I'm aware you cannot use any form of a MS SQL database at the moment - you have to use IsolatedStorage. However, I believe there is an update coming later in the year codenamed 'mango' that will introduce the ability to use a SQL CE database.
I have found this though which demonstrates how to use SQLite: http://www.wirebear.com/blog/2010/11/12/using-sqlite-in-your-wp7-app
I would recommend the Sterling database. Lightweight, supports tombstoning and great support. Install using NuGet or download here
There are lots of database options for Windows Phone 7. See Local Sql database support for Windows phone 7
Okay, here's the deal: I have a C#/.NET app accessing an Oracle 8 database, that works well on our 32-bit machines. It works using a v.8 ODBC client, a 9i client, or a 10g XE client. However, nothing seems to work on a 64-bit windows machine. I did successfully install a 64-bit 11g client, only to find it refuses to talk to a v8 database, so I guess what I need is a 64-bit 10g, 9i or 8i client. I tried 9i and 10g XE with no luck. I have not yet tried the full 10g client.
I installed MDAC 2.8, but in the Admin Tools -> ODBC Data Source manager tool, none of those ODBC drivers show up, presumably because they are not 64 bit. Ony MS SQL shows up.
The weird thing is that there is an old program, Impromptu by Cognos, that works fine - it seems quite able to find and use the 32-bit v8 client that is installed on the system, but my app can't.
I found that I could see and create/edit ODBC data sources by making a copy of the ODBC Data Source tool shortcut, changing it to point to a different path (replace system32 with SYSWOW64), but data sources I create there are somehow hidden from my app. Is there a way to point my .NET app to a specific Data Source, maybe by creating a File DSN and specifying a full local path, for example?
This is driving me nuts. Help!
I finally got a client to work:
http://download.oracle.com/otn/nt/instantclient/10203/instantclient-basiclite-win-x86-64-10.2.0.3.0.zip
Thanks all for the comments and help.
Did you try the 11g ODP.NET 64 bit client? The ODP.NET client has no problems connecting to Oracle 8/9/10 databases.