I am creating an application on a Pocket PC where I need to connect to SQL Server directly over a WLAN. I'm not using SQL Server CE to syncrhonize, but just want to do simple read/writes directly to SQL Server. I can ping the server itself just fine, but for some reason I can't make an ADO connection work in my application.
Does anyone know a way I can test my DB connection outside of my application? I just want to see if I can actually connect to the DB. I don't have anything like Query Analyzer or Enterprise Manager on the Pocket PC... the only thing like that I could find was the SQL Server CE QAnalyzer, and that is for the CE replicated database.
Thank you for any advice. I am new to this whole Pocket PC programming. If this question better suits another forum, let me know.
Does anyone know a way I can test my DB connection outside of my application? I just want to see if I can actually connect to the DB. I don't have anything like Query Analyzer or Enterprise Manager on the Pocket PC... the only thing like that I could find was the SQL Server CE QAnalyzer, and that is for the CE replicated database.
Thank you for any advice. I am new to this whole Pocket PC programming. If this question better suits another forum, let me know.