Click here to Skip to main content
15,887,027 members
Home / Discussions / Database
   

Database

 
GeneralRe: JOIN Problem Pin
ZurdoDev19-Jan-17 9:52
professionalZurdoDev19-Jan-17 9:52 
GeneralRe: JOIN Problem Pin
Eddy Vluggen19-Jan-17 10:03
professionalEddy Vluggen19-Jan-17 10:03 
QuestionI need some help from my fellow developers... Pin
Steve Naidamast12-Jan-17 3:44
professionalSteve Naidamast12-Jan-17 3:44 
AnswerRe: I need some help from my fellow developers... Pin
Richard MacCutchan12-Jan-17 4:19
mveRichard MacCutchan12-Jan-17 4:19 
GeneralRe: I need some help from my fellow developers... Pin
Steve Naidamast12-Jan-17 5:08
professionalSteve Naidamast12-Jan-17 5:08 
Questionvb.net, select where statement Pin
jkirkerx5-Jan-17 8:12
professionaljkirkerx5-Jan-17 8:12 
AnswerRe: vb.net, select where statement Pin
Wendelius5-Jan-17 8:30
mentorWendelius5-Jan-17 8:30 
GeneralRe: vb.net, select where statement Pin
jkirkerx5-Jan-17 8:39
professionaljkirkerx5-Jan-17 8:39 
I had a customer walk in while posting and I hit post without much details, sorry about that; my bad.
This just determines if an item really exist, in case someone messed with the query string and put bad chars in there, or if an item was marked for deletion.

I went with this; cStatus is an Integer.
pValue = context.ProductInfo.Where(Function(m) m.PartNumber = p_PartNumber).Count()
If (context.ProductInfo_Inventory.Any(Function(m) m.partNumber = p_PartNumber)) Then
   cStatus = context.ProductInfo_Inventory.Where(Function(m) m.partNumber = p_PartNumber).Select(Function(m) m.currentStatus).FirstOrDefault()
End If

If (cStatus = 4) Then
   dV = False
Else
   dV = If(pValue < 4, True, False)
End If
21st Century Globalism has become Socialism on a planetary scale, in which the unequal treaties of the past have come back into play.

GeneralRe: vb.net, select where statement Pin
Wendelius5-Jan-17 8:47
mentorWendelius5-Jan-17 8:47 
GeneralRe: vb.net, select where statement Pin
jkirkerx5-Jan-17 9:17
professionaljkirkerx5-Jan-17 9:17 
QuestionSSIS Excel connection is creating another temporary file and interfering with the FileSystemWatcher Pin
indian1434-Jan-17 8:39
indian1434-Jan-17 8:39 
SuggestionRe: SSIS Excel connection is creating another temporary file and interfering with the FileSystemWatcher Pin
David Mujica4-Jan-17 9:44
David Mujica4-Jan-17 9:44 
GeneralRe: SSIS Excel connection is creating another temporary file and interfering with the FileSystemWatcher Pin
indian1434-Jan-17 10:58
indian1434-Jan-17 10:58 
Questiondoubt in logical schema of database Pin
Member 129343424-Jan-17 3:19
Member 129343424-Jan-17 3:19 
AnswerRe: doubt in logical schema of database Pin
Afzaal Ahmad Zeeshan4-Jan-17 3:42
professionalAfzaal Ahmad Zeeshan4-Jan-17 3:42 
AnswerRe: doubt in logical schema of database Pin
Richard MacCutchan4-Jan-17 5:01
mveRichard MacCutchan4-Jan-17 5:01 
GeneralRe: doubt in logical schema of database Pin
Eddy Vluggen4-Jan-17 7:02
professionalEddy Vluggen4-Jan-17 7:02 
GeneralRe: doubt in logical schema of database Pin
Richard MacCutchan4-Jan-17 22:04
mveRichard MacCutchan4-Jan-17 22:04 
QuestionMySql - No results from query with WHERE Pin
BobbyStrain2-Jan-17 16:44
BobbyStrain2-Jan-17 16:44 
AnswerRe: MySql - No results from query with WHERE Pin
Mycroft Holmes2-Jan-17 20:45
professionalMycroft Holmes2-Jan-17 20:45 
GeneralRe: MySql - No results from query with WHERE Pin
Jörgen Andersson2-Jan-17 22:56
professionalJörgen Andersson2-Jan-17 22:56 
GeneralRe: MySql - No results from query with WHERE Pin
Mycroft Holmes3-Jan-17 10:29
professionalMycroft Holmes3-Jan-17 10:29 
AnswerRe: MySql - No results from query with WHERE Pin
Bernhard Hiller2-Jan-17 21:01
Bernhard Hiller2-Jan-17 21:01 
GeneralRe: MySql - No results from query with WHERE Pin
BobbyStrain3-Jan-17 4:30
BobbyStrain3-Jan-17 4:30 
QuestionDelete rows from a foxpro dbf file, that seems to be locked Pin
jkirkerx28-Dec-16 13:04
professionaljkirkerx28-Dec-16 13:04 

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.