October 20, 2011 at 10:25 pm
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
October 21, 2011 at 1:26 pm
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
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 22, 2011 at 3:22 am
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
October 22, 2011 at 9:04 am
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply