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

Visual Basic

 
QuestionHelp with dll Pin
Bad Programmer27-Jul-07 9:46
Bad Programmer27-Jul-07 9:46 
AnswerRe: Help with dll Pin
Christian Graus27-Jul-07 11:02
protectorChristian Graus27-Jul-07 11:02 
GeneralRe: Help with dll Pin
Bad Programmer27-Jul-07 11:18
Bad Programmer27-Jul-07 11:18 
GeneralRe: Help with dll Pin
Dave Kreskowiak27-Jul-07 11:25
mveDave Kreskowiak27-Jul-07 11:25 
QuestionRe: Help with dll Pin
Bad Programmer30-Jul-07 8:51
Bad Programmer30-Jul-07 8:51 
AnswerRe: Help with dll Pin
Dave Kreskowiak30-Jul-07 12:58
mveDave Kreskowiak30-Jul-07 12:58 
QuestionTrying to find the highest number in a field.... Pin
CCG327-Jul-07 9:14
CCG327-Jul-07 9:14 
AnswerRe: Trying to find the highest number in a field.... Pin
Christian Graus27-Jul-07 9:43
protectorChristian Graus27-Jul-07 9:43 
You'd do better to use SQL for both of these, use COUNT and MAX ( from memory ) instead of doing it in memory and reading all the values.

select count(*) from Pat19PatSurg where [PatSurgMRNo]=? and [PatSurgDate]=?
select max(PatSurgEnNo) from Pat19PatSurg where [PatSurgMRNo]=? and [PatSurgDate]=?

Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: Trying to find the highest number in a field.... Pin
Paul Conrad27-Jul-07 10:01
professionalPaul Conrad27-Jul-07 10:01 
AnswerRe: Trying to find the highest number in a field.... Pin
Naji El Kotob27-Jul-07 11:20
Naji El Kotob27-Jul-07 11:20 
QuestionError Message Pin
jds120727-Jul-07 7:31
jds120727-Jul-07 7:31 
AnswerRe: Error Message Pin
codemunkeh27-Jul-07 7:49
codemunkeh27-Jul-07 7:49 
AnswerRe: Error Message Pin
Paul Conrad27-Jul-07 8:28
professionalPaul Conrad27-Jul-07 8:28 
AnswerRe: Error Message Pin
Johan Hakkesteegt31-Jul-07 22:26
Johan Hakkesteegt31-Jul-07 22:26 
QuestionImporting data into Sharepoint document libraries Pin
Potso27-Jul-07 7:19
Potso27-Jul-07 7:19 
QuestionHELP PLEASE. BASIC EXCEL TASKS Pin
frankiebaby227-Jul-07 6:07
frankiebaby227-Jul-07 6:07 
AnswerRe: HELP PLEASE. BASIC EXCEL TASKS Pin
frankiebaby227-Jul-07 8:57
frankiebaby227-Jul-07 8:57 
Questionprint the richtextbox text Pin
eyes200727-Jul-07 5:03
eyes200727-Jul-07 5:03 
AnswerRe: print the richtextbox text Pin
Paul Conrad29-Jul-07 6:16
professionalPaul Conrad29-Jul-07 6:16 
QuestionCRC 16 Pin
Cory Kimble27-Jul-07 3:46
Cory Kimble27-Jul-07 3:46 
AnswerRe: CRC 16 Pin
kubben27-Jul-07 5:24
kubben27-Jul-07 5:24 
GeneralRe: CRC 16 Pin
Cory Kimble27-Jul-07 6:43
Cory Kimble27-Jul-07 6:43 
GeneralRe: CRC 16 Pin
Luc Pattyn27-Jul-07 13:32
sitebuilderLuc Pattyn27-Jul-07 13:32 
GeneralRe: CRC 16 Pin
Cory Kimble30-Jul-07 7:03
Cory Kimble30-Jul-07 7:03 
GeneralRe: CRC 16 Pin
Luc Pattyn30-Jul-07 7:21
sitebuilderLuc Pattyn30-Jul-07 7:21 

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.