Pulling data from SQL Server using RDA

Joined
Dec 18, 2006
Messages
2
Reaction score
0
I have an application running at "Pocket PC 2003 SE Emulator", I am using Mobile SQL Server

running at my development computer where i have IIS running while i have SQL server 2005

running at an other Server at the network. I have configured and created the virtual

directory according to the steps available in the MSDN. Now i have sqlcesa30.dll in my

virtual directory and i can access it using http://localhost/TestMobileSQL/sqlcesa30.dll.

I tried to create an RDA object and when i call its pull method using the above mentioned

URL, it generates an error "An error has occurred on the computer running IIS. Try

restarting the IIS server.";

Then i changed the URL to http://192.168.0.5:81/TestMobileSQL/sqlcesa30.dll the error

generated is like "The HTTP request failed due to incorrect format or content. Try

restarting the IIS server."

What am i missing?
Please let me know what to do with it?

Whether we can use SQL Mobile at emulator or not?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top