マイクロソフトは4月26日、統合開発環境「Microsoft Visual Studio 2005」のBeta 2日本語版と、データベース管理システム「Microsoft SQL Server 2005」の技術プレビュー版を提供開始した。 Microsoft Visual Studio 2005には、日本語版で初の「Visual Studio 2005 Team Suite」を搭載した。
01 MSDEのインストール 02 SQL Serverの起動 03 データベースの作成 3.1 データベースの作成 3.2 テーブルの作成 3.3 テーブルに主 ...
Recently I encountered a problem in a stored procedure that was caused by an unexpected result from the SQL Server ISNUMERIC() function. I was using SQL Server 2008 R2 but the issue has long been ...
Do you want to start quickly developing WinForms-based database applications? The VS 2005 and SQL Server 2005 Express combination offers many new features and tools to help you quickly build ...
You should check the .EOF and/or .BOF properties of your recordset before you do anything with it. If .EOF = True right after creating the recordset, then your query returned no records.<P>As for ...