Search results for query: *

  1. N

    Connection String - connection not working

    This should work I guess, I have removed the "\\" in the servername. Dim sqlcon As New SqlConnection("uid=sa;pwd=sa;Server=10.52.4.10;database=dainik")
  2. N

    SQL syntax

    Try using the osql utility to run the scripts to create the tables, views, constraints and other objects.... you can check this link for reference on osql http://technet.microsoft.com/en-us/library/aa213090.aspx and for handling the use database name problem: you can try using fully qualified...
  3. N

    Data Comparison - Help

    Hi, I have data retrieved from two databases [SQL Server and Oracle] with different charactersets. I need to compare the data for equality. The issue is for extended ascii characters in the data - the simple string.compare() comparison fails, so how can I compare them.? Please help Thanks in...
  4. N

    Comparison of data - Help

    Hi, I have data retrieved from two databases [SQL Server and Oracle] with different charactersets. I need to compare the data for equality. The issue is for extended ascii characters in the data - the simple string.compare() comparison fails, so how can I compare them.? Please help Thanks in...
Back
Top