Click here to Skip to main content
16,015,040 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Map Area to onclick event Pin
asalyon13-Jun-05 15:21
asalyon13-Jun-05 15:21 
GeneralRe: Map Area to onclick event Pin
Christian Graus13-Jun-05 15:33
protectorChristian Graus13-Jun-05 15:33 
GeneralRe: Map Area to onclick event Pin
asalyon13-Jun-05 16:23
asalyon13-Jun-05 16:23 
GeneralRe: Map Area to onclick event Pin
Christian Graus13-Jun-05 16:26
protectorChristian Graus13-Jun-05 16:26 
GeneralPassing ARGS to C++ DLL Pin
john john mackey13-Jun-05 12:15
john john mackey13-Jun-05 12:15 
GeneralRe: Passing ARGS to C++ DLL Pin
john john mackey13-Jun-05 13:53
john john mackey13-Jun-05 13:53 
GeneralDesign Help for Fast DB Access Pin
Rob57013-Jun-05 6:43
Rob57013-Jun-05 6:43 
GeneralRe: Design Help for Fast DB Access Pin
oykica13-Jun-05 19:12
oykica13-Jun-05 19:12 
Rob570 wrote:
I have been told that there are too many connections

MSDE has a limit on the number of concurrent batch workloads that can be processed at once. If you have a large number of clients this could be a big part of the performance problem and new code may not make much of a difference at all.

Rob570 wrote:
Should I be using stored procedures?

Yes. Stored procedures are not only more secure but they are also much faster.


Rob570 wrote:
What do I do with the data for the drop-down list data -- can they be stored in memory

It really depends on how often the data changes. If it doesn't change very often or the new changes are not required immediately then storing it in memory may help the performance of your application.
GeneralHard disk free space Pin
johnjsm13-Jun-05 5:36
johnjsm13-Jun-05 5:36 
GeneralRe: Hard disk free space Pin
ccotton33313-Jun-05 6:25
ccotton33313-Jun-05 6:25 
GeneralRe: Hard disk free space Pin
Ray Cassick13-Jun-05 6:30
Ray Cassick13-Jun-05 6:30 
Generallabel font size autoscaling Pin
Member 94878013-Jun-05 5:04
Member 94878013-Jun-05 5:04 
GeneralSorting in Datagrid Pin
NickCrea13-Jun-05 5:01
sussNickCrea13-Jun-05 5:01 
GeneralSockets checking if a file exists Pin
ccotton33313-Jun-05 3:35
ccotton33313-Jun-05 3:35 
GeneralRe: Sockets checking if a file exists Pin
ccotton33313-Jun-05 6:30
ccotton33313-Jun-05 6:30 
GeneralRe: Sockets checking if a file exists Pin
Dave Kreskowiak13-Jun-05 6:18
mveDave Kreskowiak13-Jun-05 6:18 
GeneralRe: Sockets checking if a file exists Pin
Dave Kreskowiak13-Jun-05 9:11
mveDave Kreskowiak13-Jun-05 9:11 
GeneralRe: Sockets checking if a file exists Pin
ccotton33313-Jun-05 9:49
ccotton33313-Jun-05 9:49 
GeneralRe: Sockets checking if a file exists Pin
Dave Kreskowiak13-Jun-05 16:34
mveDave Kreskowiak13-Jun-05 16:34 
GeneralRe: Sockets checking if a file exists Pin
ccotton33314-Jun-05 2:48
ccotton33314-Jun-05 2:48 
GeneralRe: Sockets checking if a file exists Pin
Dave Kreskowiak14-Jun-05 0:38
mveDave Kreskowiak14-Jun-05 0:38 
GeneralInsert Parameter Value to Query Builder Pin
LordLothar12-Jun-05 20:46
LordLothar12-Jun-05 20:46 
GeneralDataGridView problem :/ Pin
12-Jun-05 9:53
suss12-Jun-05 9:53 
Generaltextboxes Pin
Makniteasy12-Jun-05 9:21
Makniteasy12-Jun-05 9:21 
GeneralRe: textboxes Pin
Vijay V Anand12-Jun-05 19:40
Vijay V Anand12-Jun-05 19:40 

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.