This is code can run before time on Windows Server 2008, SQLServer 2008.
battulga
This is code can run before time on Windows Server 2008, SQLServer 2008.
battulga
i have windows server 2008 R2 webserver edition, SqlServer 2008 enterprise and PowerShell 2.0. But this is Sql C# code can't connect. But can connect offical components. Exam: SQLDataSource. cs = "SERVER=.\\SQLEXPRESS;Initial Catalog=arch;Integrated Security=SSPI"; con = new SqlConnection(cs); querystring = "SELECT user_name, password, user_type FROM [users]"; cmd = new SqlCommand(querystring, con); con.Open(); I thing block code PowerShell. Help!
battulga
Int32.Parse(String)
battulga