Click here to Skip to main content
15,911,896 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Validation Pin
Dave Kreskowiak24-Jul-07 8:40
mveDave Kreskowiak24-Jul-07 8:40 
GeneralRe: Validation Pin
programmervb.netc++24-Jul-07 8:45
programmervb.netc++24-Jul-07 8:45 
GeneralRe: Validation Pin
Dave Kreskowiak24-Jul-07 9:05
mveDave Kreskowiak24-Jul-07 9:05 
QuestionChanging a database location Pin
ford8624-Jul-07 6:59
ford8624-Jul-07 6:59 
AnswerRe: Changing a database location Pin
Dave Kreskowiak24-Jul-07 7:42
mveDave Kreskowiak24-Jul-07 7:42 
GeneralRe: Changing a database location Pin
ford8624-Jul-07 7:48
ford8624-Jul-07 7:48 
GeneralRe: Changing a database location Pin
Dave Kreskowiak24-Jul-07 8:38
mveDave Kreskowiak24-Jul-07 8:38 
QuestionSQL Server Update Problem Pin
'Drew24-Jul-07 6:52
'Drew24-Jul-07 6:52 
I have a very weird problem. I'll try to be specific, but I'm just beginning VB.NET programming.

I built a SQL Server 2005 database from the ground up. Currently I'm building a front-end in VB.NET. I'm using a Janus GridEX 2 to make a hierarchy of projects, assemblies, and parts. For some reason, the projects and assemblies update fine, but the parts and "Assemblies to Assemblies" (used to make nearly infinate levels of hierarchy) tables create an error saying it can't update the Id. The Id is required to make the program work, so I can't just remove it.

The first two lines work. The last two do not.

Me.ProjectTableAdapter.Update(Me.ProjPurch2005DataSet.Project)<br />
Me.AssemblyTableAdapter.Update(Me.ProjPurch2005DataSet._Assembly)<br />
Me.Assy2AssyTableAdapter.Update(Me.ProjPurch2005DataSet.Assy2Assy)<br />
Me.PurchaseTableAdapter.Update(Me.ProjPurch2005DataSet.Purchase)


Is there a blatent reason that I'm just not seeing? Confused | :confused:
AnswerRe: SQL Server Update Problem Pin
Dave Kreskowiak24-Jul-07 9:28
mveDave Kreskowiak24-Jul-07 9:28 
QuestionRe: SQL Server Update Problem Pin
'Drew24-Jul-07 10:29
'Drew24-Jul-07 10:29 
AnswerRe: SQL Server Update Problem Pin
Dave Kreskowiak24-Jul-07 12:40
mveDave Kreskowiak24-Jul-07 12:40 
GeneralQuestion about Threading Pin
Psycho-*Coder*-Extreme24-Jul-07 6:51
Psycho-*Coder*-Extreme24-Jul-07 6:51 
GeneralRe: Question about Threading Pin
Dave Kreskowiak24-Jul-07 9:11
mveDave Kreskowiak24-Jul-07 9:11 
GeneralRe: Question about Threading Pin
Psycho-*Coder*-Extreme24-Jul-07 9:35
Psycho-*Coder*-Extreme24-Jul-07 9:35 
GeneralRe: Question about Threading Pin
Dave Kreskowiak24-Jul-07 10:06
mveDave Kreskowiak24-Jul-07 10:06 
QuestionMultiple definitions, identical signatures Pin
autorob24-Jul-07 6:11
autorob24-Jul-07 6:11 
AnswerRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 7:42
Kschuler24-Jul-07 7:42 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:22
autorob24-Jul-07 8:22 
GeneralRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 8:28
Kschuler24-Jul-07 8:28 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:38
autorob24-Jul-07 8:38 
QuestionData packets Pin
Cory Kimble24-Jul-07 5:54
Cory Kimble24-Jul-07 5:54 
AnswerRe: Data packets Pin
MidwestLimey24-Jul-07 8:53
professionalMidwestLimey24-Jul-07 8:53 
AnswerRe: Data packets Pin
Dave Kreskowiak24-Jul-07 9:01
mveDave Kreskowiak24-Jul-07 9:01 
GeneralRe: Data packets Pin
Cory Kimble25-Jul-07 6:35
Cory Kimble25-Jul-07 6:35 
GeneralRe: Data packets Pin
Dave Kreskowiak25-Jul-07 13:45
mveDave Kreskowiak25-Jul-07 13:45 

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.