Click here to Skip to main content
15,917,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: About Datagrid and xml data(urgent) Pin
Wlink16-May-07 2:27
Wlink16-May-07 2:27 
QuestionI added a column to a table, but, I can't see it. Pin
furjaw14-May-07 21:49
furjaw14-May-07 21:49 
AnswerRe: I added a column to a table, but, I can't see it. Pin
Ch_Shahzad iqbal14-May-07 22:05
Ch_Shahzad iqbal14-May-07 22:05 
AnswerRe: I added a column to a table, but, I can't see it. Pin
Dave Kreskowiak15-May-07 3:46
mveDave Kreskowiak15-May-07 3:46 
GeneralRe: I added a column to a table, but, I can't see it. Pin
furjaw16-May-07 9:31
furjaw16-May-07 9:31 
GeneralRe: I added a column to a table, but, I can't see it. Pin
Dave Kreskowiak16-May-07 13:31
mveDave Kreskowiak16-May-07 13:31 
GeneralRe: I added a column to a table, but, I can't see it. Pin
furjaw17-May-07 13:27
furjaw17-May-07 13:27 
GeneralRe: I added a column to a table, but, I can't see it. Pin
Dave Kreskowiak17-May-07 15:50
mveDave Kreskowiak17-May-07 15:50 
You don't want to do that. You just have to understand that the Server Explorer will look at the copy of the database in the Project folder and your running code will look at the copy in the bin\ folders.

Why? Because when you build the project, by default, the database in the project folder will be copied to the bin\ folders every time you build the project. This will overwrite the bin\ folder copy, and any changes your code makes to it.

If this is a permanent change you want to make to the project folder copy, either use the SQL Server Management Studio to make the change, or the Server Explorer, or make the change with your code, then copy the bin\folder version up to the project folder.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionisual Studio 2005 Connection to the Server Issue Pin
R. A. Abbasi14-May-07 21:37
R. A. Abbasi14-May-07 21:37 
AnswerRe: isual Studio 2005 Connection to the Server Issue Pin
Dave Kreskowiak15-May-07 3:51
mveDave Kreskowiak15-May-07 3:51 
GeneralRe: isual Studio 2005 Connection to the Server Issue Pin
R. A. Abbasi16-May-07 1:08
R. A. Abbasi16-May-07 1:08 
GeneralRe: isual Studio 2005 Connection to the Server Issue Pin
Dave Kreskowiak16-May-07 13:29
mveDave Kreskowiak16-May-07 13:29 
GeneralRe: isual Studio 2005 Connection to the Server Issue Pin
R. A. Abbasi16-May-07 19:51
R. A. Abbasi16-May-07 19:51 
QuestionOOPS or OOPs Pin
Navneet Hegde14-May-07 20:26
Navneet Hegde14-May-07 20:26 
AnswerRe: OOPS or OOPs Pin
Guffa14-May-07 20:52
Guffa14-May-07 20:52 
GeneralRe: OOPS or OOPs Pin
Christian Graus15-May-07 0:04
protectorChristian Graus15-May-07 0:04 
AnswerRepeat poster Pin
leckey15-May-07 4:22
leckey15-May-07 4:22 
Questionadding image Pin
cheerup_woe14-May-07 19:45
cheerup_woe14-May-07 19:45 
AnswerRe: adding image Pin
Christian Graus15-May-07 0:07
protectorChristian Graus15-May-07 0:07 
QuestionWhere is the "Trusted Publishers" certificate root in the registry Pin
Vivek Narayanan14-May-07 19:02
Vivek Narayanan14-May-07 19:02 
AnswerRe: Where is the "Trusted Publishers" certificate root in the registry Pin
Dave Kreskowiak15-May-07 3:40
mveDave Kreskowiak15-May-07 3:40 
GeneralRe: Where is the "Trusted Publishers" certificate root in the registry Pin
Vivek Narayanan15-May-07 19:50
Vivek Narayanan15-May-07 19:50 
GeneralRe: Where is the "Trusted Publishers" certificate root in the registry Pin
Dave Kreskowiak16-May-07 13:21
mveDave Kreskowiak16-May-07 13:21 
QuestionHelp :: syntax error Command for OleDbDataAdapter Pin
azusakt14-May-07 16:48
azusakt14-May-07 16:48 
AnswerRe: Help :: syntax error Command for OleDbDataAdapter Pin
Dave Kreskowiak15-May-07 3:38
mveDave Kreskowiak15-May-07 3:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.