Click here to Skip to main content
15,892,839 members

Comments by codejet (Top 29 by date)

codejet 19-May-20 10:43am View    
I came across that code in a training kit for MCSD (VB 6.0 ) when I was still a student in 2006. I am not claiming to be the originator of the code. So because I am not the originator of the code that disqualifies it as a valid solution?
codejet 23-Mar-20 8:50am View    
Sub ConTempOpen()
ConTemp.ConnectionString = "server=" & My.Settings.Host & "; user id=" & My.Settings.User & "; password=" & My.Settings.Pass & "; database= " & My.Settings.dbName & ";MultipleActiveResultSets=True"

'--It can be added anywhere in the connection string
codejet 18-Mar-20 7:37am View    
Which report viewer are we talking about here Microsoft or Crystal?
codejet 13-Mar-20 19:41pm View    
Winforms or what?
codejet 3-Feb-18 15:48pm View    
Difficult to assist. How are you comparing the rows is there is there a primary key column?