Browse by Tags
All Tags »
SqlServer (RSS)
Have you ever tried to insert arabic data using ntext data type in SQL Server2000? I am sure you had. Did you face any strange problems? I had. It was a dotnet based desktop application. The strange problem was: If I insert english data, it comes back
Read More...
Referring to Khurram's Post , @Khurram ,Can you explain a little more on the "Installing SQL Express on Domain" problem. Do you want to install SQL Express on machine having the active directory and access using some other machine? Or You want
Read More...
Dim myReport As New crDB() myReport.SetDatabaseLogon( Me .txtUserId.Text, Me .txtPass.Text, Me .txtServer.Text, Me .txtDB.Text) Dim myLogonInfo As CrystalDecisions.Shared.TableLogOnInfo Dim myTable As CrystalDecisions.CrystalReports.Engine.Table For Each
Read More...