changes made in sqlserver are not reflected .net database

  • Hello sql,

    I have a dataconnection in .net 2010 and the same database in sql server express edition in 2008. The problem is that, the changes i made in sqlserver are not reflected in data bae in .net and vice versa. e.g i made a table using .net dataconnection but when i open sqlserver no such table exist.

    i am just sick of it i just want to be syncronized i dont know whether its sqlserver related problem or not but i am posting it here if any one can recomend me solution

    regards

    sabahmed

  • Can you post the .NET code or at least a similar example? I'm really not sure what you mean.

    I'm not sure what you mean by a .NET database. Do you mean a Dataset?

    What kind of changes are you making to the database that aren't showing up in the .NET application? Do you mean structural changes like creating a table or adding a column to a table? Or do you mean changes to data?

  • Jack Corbett (10/21/2011)


    Can you post the .NET code or at least a similar example? I'm really not sure what you mean.

    I'm not sure what you mean by a .NET database. Do you mean a Dataset?

    What kind of changes are you making to the database that aren't showing up in the .NET application? Do you mean structural changes like creating a table or adding a column to a table? Or do you mean changes to data?

    yes .net database= dataset.

    yes structural changes im talking about

  • Can you post your .NET code? What does your query/command look like that is filling the dataset? If your query is using best practices and does not return the change because you are directly referencing the column names in the query, then you'll need to change your query.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply