摘要:http://europe.webmatrixhosting.net/Here you get:1. 20MB for files(your application and temporary files).2. 10MB in SQL Server database.3. Remote access to site via FTP4. Remote access to SQL via MMC.
阅读全文
摘要:When you change the name of the computer that is running SQL Server2000, the new name is recognized during SQL Server startup. You do not have to run Setup again to reset the computer name. You can c...
阅读全文
摘要:今天在写对数据库操作的程序的时候,犯了个低级错误,记下以示提醒自己,绝不能在同一个地方跌倒。错误如下:string strCol1 = ....................strSQL = "INSERT INTO TBL_TEMP(col1,col2) VALUES('" + strCol1 + "','test' )";数据库是 Excel (使用oleDB)程序中居然没有对 变量 str...
阅读全文
摘要:It is cool in http://msdn.microsoft.com/msdntv/archive.aspx , covering technologies that are important to a broad range of Windows and Web programmers.
阅读全文