Click here to Skip to main content
15,898,868 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: datagrid Pin
mghiassi22-Apr-07 0:25
mghiassi22-Apr-07 0:25 
AnswerRe: datagrid Pin
klaydze22-Apr-07 16:23
klaydze22-Apr-07 16:23 
QuestionAdding a column to an existing SQL database table Pin
furjaw21-Apr-07 20:28
furjaw21-Apr-07 20:28 
AnswerRe: Adding a column to an existing SQL database table Pin
Christian Graus22-Apr-07 0:00
protectorChristian Graus22-Apr-07 0:00 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw22-Apr-07 5:20
furjaw22-Apr-07 5:20 
GeneralRe: Adding a column to an existing SQL database table Pin
Christian Graus22-Apr-07 12:08
protectorChristian Graus22-Apr-07 12:08 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw22-Apr-07 17:28
furjaw22-Apr-07 17:28 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw22-Apr-07 17:30
furjaw22-Apr-07 17:30 
I have a number of users running this application in remote locations.
Of course, they cannot lose their existing data.
It was requested that I include a column called "CaseNbr" in the table.
The file that I need to add the column to is an SQL table that is being updated via a DataGridView.
I think that it was a mistake to add the column via DataSet Designer, so, I restored my project from a backup eliminating that step.
So, now the column does not exist in the database and I am back to square one.
I would like to add the column to the SQL tables via my app so that my various users can have it added to their databases. Every user has his own database.
There is only one program that accesses the table and it is very simple.
The user selects (or adds) a row (Patient record) then the program simply passes that Patient's info to the main form of the application.
I know nothing about SQL. There are no SQL statements in my app. Everything is done by TableAdapter and BindingSource statements like:
Me.PatientTableAdapter.Fill(Me.PatientDataSet.Patient)
PatientBindingSource.Position = Form1.DefaultPatient
That's why I don't know how to add a column to the SQL table.
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw22-Apr-07 18:46
furjaw22-Apr-07 18:46 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw22-Apr-07 18:54
furjaw22-Apr-07 18:54 
GeneralRe: Adding a column to an existing SQL database table Pin
Dave Kreskowiak23-Apr-07 3:54
mveDave Kreskowiak23-Apr-07 3:54 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw25-Apr-07 13:58
furjaw25-Apr-07 13:58 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw25-Apr-07 18:18
furjaw25-Apr-07 18:18 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw25-Apr-07 18:45
furjaw25-Apr-07 18:45 
GeneralRe: Adding a column to an existing SQL database table Pin
Dave Kreskowiak26-Apr-07 13:35
mveDave Kreskowiak26-Apr-07 13:35 
GeneralRe: Adding a column to an existing SQL database table Pin
furjaw27-Apr-07 12:41
furjaw27-Apr-07 12:41 
QuestionShow database information in listbox using SELECT query Pin
keninfo21-Apr-07 10:29
keninfo21-Apr-07 10:29 
AnswerRe: Show database information in listbox using SELECT query Pin
Dave Kreskowiak21-Apr-07 11:47
mveDave Kreskowiak21-Apr-07 11:47 
GeneralRe: Show database information in listbox using SELECT query Pin
keninfo22-Apr-07 9:17
keninfo22-Apr-07 9:17 
QuestionDeployment Error Pin
reykentj21-Apr-07 2:54
reykentj21-Apr-07 2:54 
AnswerRe: Deployment Error Pin
Dave Kreskowiak21-Apr-07 11:38
mveDave Kreskowiak21-Apr-07 11:38 
GeneralRe: Deployment Error Pin
reykentj21-Apr-07 14:28
reykentj21-Apr-07 14:28 
GeneralRe: Deployment Error Pin
Dave Kreskowiak22-Apr-07 4:43
mveDave Kreskowiak22-Apr-07 4:43 
GeneralRe: Deployment Error Pin
reykentj22-Apr-07 9:13
reykentj22-Apr-07 9:13 
QuestionBHO with VB Pin
wayiming21-Apr-07 1:31
wayiming21-Apr-07 1:31 

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.