Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: client/server read and write Pin
fo0lish8-Jun-04 5:45
fo0lish8-Jun-04 5:45 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 6:47
mveDave Kreskowiak8-Jun-04 6:47 
GeneralRe: client/server read and write Pin
fo0lish9-Jun-04 14:59
fo0lish9-Jun-04 14:59 
GeneralRe: client/server read and write Pin
Dave Kreskowiak9-Jun-04 15:30
mveDave Kreskowiak9-Jun-04 15:30 
Generaladding days to current day being displayed Pin
devgeez8-Jun-04 5:08
devgeez8-Jun-04 5:08 
GeneralRe: adding days to current day being displayed Pin
Dave Kreskowiak8-Jun-04 5:38
mveDave Kreskowiak8-Jun-04 5:38 
GeneralRe: adding days to current day being displayed Pin
devgeez8-Jun-04 8:16
devgeez8-Jun-04 8:16 
GeneralRe: adding days to current day being displayed Pin
Dave Kreskowiak8-Jun-04 8:43
mveDave Kreskowiak8-Jun-04 8:43 
Don't tell me you're doing something like this:
Dim sqlComm As New SqlCommand
sqlComm.CommandText = "SELECT god knows what FROM god knows where"
sqlComm.CommandType = CommandType.Text

I would HIGHLY SUGGEST, no, DEMAND (yeah, that's more like it!) that you stop this practice now and rewrite your code to use stored procedures and parameterized queries. I, obviously, can't stress this enough...

Here's[^] a sample of what I'm talking about...and this[^], and whatever you do, don't skip this[^] chapter from Patterns & Practices. I know it's kind of long, but it is THE most important thing your going to read about ADO.NET data access and how to do it properly!


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: adding days to current day being displayed Pin
devgeez9-Jun-04 4:45
devgeez9-Jun-04 4:45 
Generalclient/server read and write Pin
fo0lish8-Jun-04 4:52
fo0lish8-Jun-04 4:52 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 5:12
mveDave Kreskowiak8-Jun-04 5:12 
GeneralRe: client/server read and write Pin
fo0lish8-Jun-04 5:20
fo0lish8-Jun-04 5:20 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 5:30
mveDave Kreskowiak8-Jun-04 5:30 
GeneralSet Current Directory Pin
Brad Fackrell8-Jun-04 3:48
Brad Fackrell8-Jun-04 3:48 
GeneralRe: Set Current Directory Pin
Dave Kreskowiak8-Jun-04 3:54
mveDave Kreskowiak8-Jun-04 3:54 
GeneralRe: Set Current Directory Pin
Brad Fackrell8-Jun-04 4:50
Brad Fackrell8-Jun-04 4:50 
Generalsql data adapter Pin
ymohd_2228-Jun-04 0:25
ymohd_2228-Jun-04 0:25 
GeneralRe: sql data adapter Pin
Dave Kreskowiak8-Jun-04 2:51
mveDave Kreskowiak8-Jun-04 2:51 
Generalsnmp Pin
beowulfagate7-Jun-04 22:02
beowulfagate7-Jun-04 22:02 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 2:46
mveDave Kreskowiak8-Jun-04 2:46 
GeneralRe: snmp Pin
beowulfagate8-Jun-04 14:51
beowulfagate8-Jun-04 14:51 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 15:14
mveDave Kreskowiak8-Jun-04 15:14 
GeneralRe: snmp Pin
beowulfagate8-Jun-04 18:50
beowulfagate8-Jun-04 18:50 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 23:58
mveDave Kreskowiak8-Jun-04 23:58 
GeneralCrystal Report Pin
7-Jun-04 19:34
suss7-Jun-04 19:34 

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.