Opening a database using SQLCE Query

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all,

My app replicates a database from SQL Server 2000 upon forst run. It
replicates the database to the same folder as my app (which is off the
'Program Files' folder). How do I open this database in SQLCE Query? It
seems as if I can only open it if it's in one of a few preset folders (e.g.
Annotations, Business, hp, etc...)

What gives?

Regards
John.
 
You can type the full pathname ( for example: \Program Files\MyDB.sdf )
in the Query Analyzer "Connect To SQL Server CE" dialog.

Thank you!
Syed Yousuf
Microsoft Developer Support Professional

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top