Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach. Siccolo extends support from mobile devices for Microsoft SQL Servers
Showing posts with label Windows Mobile Development. Show all posts
Showing posts with label Windows Mobile Development. Show all posts
Monday, March 3, 2008
Personal Security Certificate PFX article on www.lottext.com
posted article on Windows Mobile - How to Install Personal Security Certificate PFX
Friday, February 1, 2008
.NET Compact Framework Miscellaneous Development Tips...
- .NET Compact Framework Miscellaneous Development Tips:
- Access web service with required network credentials - System.Net.NetworkCredential
- How to Install Personal Security Certificate in C# compact framework - x509 PFX personal certificate - CertAddCertificateContextToStore() - PFXIsPFXBlob()
- How to Check if Personal Security Certificate Exists in C# compact framework - x509 PFX personal certificate - X509Store - X509Certificate2Collection
- How to Retrieve Windows Mobile Device ID in C# Compact Framework - GetDeviceUniqueID()
- How to Retrieve Windows Mobile SIM Phone Number in C# Compact Framework - SmsGetPhoneNumber()
- How to Retrieve Windows Mobile Application Directory in C# Compact Framework - Path.GetDirectoryName()
- How to Retrieve and Load XML Settings in Windows Mobile Application in C# Compact Framework
Thursday, August 9, 2007
Create Animated GIF right on windows mobile Smartphone!
Giffy for Smartphone (Based on Windows Mobile 5) allows to create Animated GIF right on users windows mobile based Smartphone!
Wednesday, August 8, 2007
Create Animated GIF right on PocketPC!
Giffy for PocketPC (Based on Windows Mobile 5) allows to create Animated GIF right on users PocketPC!
Wednesday, July 25, 2007
and now Siccolo for SmartPhones - SiccoloSP - coming to a phone near you!
Wanna manage your favorite SQL Server while sitting on a beach from your SmartPhone? - then SiccoloSP is for you! - view SiccoloSP screen-shots
Tuesday, March 13, 2007
Siccolo - SQL Server management tool w/ administration capabilities and ...
Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach.
Siccolo - SQL Server Management Tool For Mobile Devices is packed with built-in functionality and tools.
Siccolo delivers a rich set of management tools for both DBAs and sys admins.
SQL Server management has always been an area of DBA concern. The new Management Tool For Mobile Devices - Siccolo - has simple "Enterprise Manager" and the "Query Analyzer".
Siccolo is a management tool for the MS SQL Server with administration capabilities and a database query tool. The administration features provide users the ability to browse database structures. An integrated query tool allows users to quickly create, edit and execute SQL queries and scripts. Siccolo also provides an export tool to allow users to easily save and email execution results.
Siccolo helps database professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach
For increased security, Siccolo is configured to run under SSL with IIS authentication.
...and more to come...future versions will include Backup and Restore...
see Siccolo screenshots
email me at siccolo_mobile_management@yahoo.com for more info
Siccolo - SQL Server Management Tool For Mobile Devices is packed with built-in functionality and tools.
Siccolo delivers a rich set of management tools for both DBAs and sys admins.
SQL Server management has always been an area of DBA concern. The new Management Tool For Mobile Devices - Siccolo - has simple "Enterprise Manager" and the "Query Analyzer".
Siccolo is a management tool for the MS SQL Server with administration capabilities and a database query tool. The administration features provide users the ability to browse database structures. An integrated query tool allows users to quickly create, edit and execute SQL queries and scripts. Siccolo also provides an export tool to allow users to easily save and email execution results.
Siccolo helps database professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach
For increased security, Siccolo is configured to run under SSL with IIS authentication.
- Siccolo features are:
- Run SQL Query window (with semi-automated Insert/Update/Delete/Select Statements)
Open/Save SQL Scripts in multiple tabs
Save/Email results - Explore SQL Server
Browse databases and database objects (tables/views/stored procedures)
Browse/Manage SQL Server jobs
Browse/Manage windows services (start/stop)
View event logs (Application, System) - Manage SQL Server - restart MS SQL Server service and SQL Agent
...and more to come...future versions will include Backup and Restore...
see Siccolo screenshots
email me at siccolo_mobile_management@yahoo.com for more info
Tuesday, February 20, 2007
Siccolo mobile management tool - Free Management Tool For SQL Server(s!)
Engineered to help you extend your support from mobile devices for Microsoft SQL Servers, Siccolo mobile management tool is a portable administration tool for Microsoft SQL Server.
It enables database administrators to manage their SQL Server environments
using a Windows Mobile device such as a cell phone or PDA.
Easy to install and use, Siccolo mobile management tool helps database administrators to assure the availability of their SQL Servers 24 X 7 no matter where they are.
Siccolo mobile management tool for Microsoft SQL Server allows database administrators to "stay in touch" with their SQL Servers no matter where they are - right from the palm of the hand.
Siccolo mobile management tool helps database administrators be more productive by giving them information on what is going on at all times.
Siccolo mobile management tool is able to provide database administrators with flexibility, convenience, and the ability to act quickly to ensure that SQL Servers perform without problems.
And Best of all it's Free!
It enables database administrators to manage their SQL Server environments
using a Windows Mobile device such as a cell phone or PDA.
Easy to install and use, Siccolo mobile management tool helps database administrators to assure the availability of their SQL Servers 24 X 7 no matter where they are.
Siccolo mobile management tool for Microsoft SQL Server allows database administrators to "stay in touch" with their SQL Servers no matter where they are - right from the palm of the hand.
Siccolo mobile management tool helps database administrators be more productive by giving them information on what is going on at all times.
Siccolo mobile management tool is able to provide database administrators with flexibility, convenience, and the ability to act quickly to ensure that SQL Servers perform without problems.
And Best of all it's Free!
Subscribe to:
Posts (Atom)
Exception handling -> "bubble up
Exception handling -> "bubble up" Exception handling (#1) try { ... // might fail ... } ca...
-
see it at Siccolo Articles - How to Create SQL Function To Format To Currency
-
SQL Sever - How to Create a Directory (Folder) - Using xp_cmdshell and mkdir command
-
new artcle at Siccolo - How to open Dataset From Comma delimited (CSV) File - Reading CSV files - Parsing CSV Files