RDA problem

hi,

i developing a simple pocket pc application that will using RDA to pull data to my pocket pc, but i having problem to pull data from my SQL server 2005 to my pocket pc, the error message given is

failure to open SQL Server with given connct string. [ connect string =
Data Source = JUN; Initial Catalog = SmartShopper; Integrated Security =True ]

whats wrong with my connection string can anyone help me..

following is my connection string

Public Const rdaOleDbConnectString As String = "Data Source=JUN;Initial Catalog=SmartShopper;Integrated Security=True"

for information, i can use this connection string to access my database when i develop a window application, how come i cannot use it to pocket pc


Answer this question

RDA problem