Click here to Skip to main content
15,904,153 members
Home / Discussions / Database
   

Database

 
GeneralDealing with special characters in SQL queries Pin
david@mindplay.com25-Aug-04 10:36
david@mindplay.com25-Aug-04 10:36 
GeneralRe: Dealing with special characters in SQL queries Pin
Colin Angus Mackay25-Aug-04 11:13
Colin Angus Mackay25-Aug-04 11:13 
GeneralRe: Dealing with special characters in SQL queries Pin
david@mindplay.com25-Aug-04 11:28
david@mindplay.com25-Aug-04 11:28 
GeneralRe: Dealing with special characters in SQL queries Pin
Colin Angus Mackay25-Aug-04 12:22
Colin Angus Mackay25-Aug-04 12:22 
GeneralRe: Dealing with special characters in SQL queries Pin
mikasa25-Aug-04 11:24
mikasa25-Aug-04 11:24 
GeneralRe: Dealing with special characters in SQL queries Pin
david@mindplay.com25-Aug-04 11:51
david@mindplay.com25-Aug-04 11:51 
GeneralRe: Dealing with special characters in SQL queries Pin
david@mindplay.com25-Aug-04 12:13
david@mindplay.com25-Aug-04 12:13 
GeneralRe: Dealing with special characters in SQL queries Pin
mikasa26-Aug-04 3:38
mikasa26-Aug-04 3:38 
I used to think exactly like you. The point is not redundancy though, it's ease of programability (I think I just made that word up) and also being able to handle unforseen problems before they even occur (i.e. handling any character).

Did you know that you can bind DataAdapters to Stored Procs and also bind the Parameters of the Stored Procs to Columns in DataSets?

But, whatever floats your boat. You might want to Build seperate routines then for Save and Delete operations that use DataCommand Objects.
GeneralRe: Dealing with special characters in SQL queries Pin
Colin Angus Mackay26-Aug-04 12:01
Colin Angus Mackay26-Aug-04 12:01 
GeneralRe: Dealing with special characters in SQL queries Pin
mikasa27-Aug-04 3:05
mikasa27-Aug-04 3:05 
AnswerRe: Dealing with special characters in SQL queries Pin
ToolJoe11-Aug-09 10:50
ToolJoe11-Aug-09 10:50 
QuestionWhat's faster? Pin
Chodici Mrkev24-Aug-04 20:46
Chodici Mrkev24-Aug-04 20:46 
GeneralDELETE table, ignore key constraints Pin
Christian Graus24-Aug-04 12:54
protectorChristian Graus24-Aug-04 12:54 
Questionhow do I write to an access DB using ADO & VisualC++ ? Pin
Eduardo M. Rey24-Aug-04 8:48
Eduardo M. Rey24-Aug-04 8:48 
AnswerRe: how do I write to an access DB using ADO & VisualC++ ? Pin
S Sansanwal24-Aug-04 11:23
S Sansanwal24-Aug-04 11:23 
GeneralUsing ADO with Visual C++ Pin
Eduardo M. Rey24-Aug-04 8:41
Eduardo M. Rey24-Aug-04 8:41 
GeneralRe: Using ADO with Visual C++ Pin
S Sansanwal24-Aug-04 11:27
S Sansanwal24-Aug-04 11:27 
GeneralRe: Using ADO with Visual C++ Pin
Eduardo M. Rey25-Aug-04 4:18
Eduardo M. Rey25-Aug-04 4:18 
GeneralStored Proc to add a new Record and return an AutoValue Pin
matthias s.24-Aug-04 7:49
matthias s.24-Aug-04 7:49 
GeneralRe: Stored Proc to add a new Record and return an AutoValue Pin
Colin Angus Mackay24-Aug-04 10:21
Colin Angus Mackay24-Aug-04 10:21 
GeneralRe: Stored Proc to add a new Record and return an AutoValue Pin
cmk24-Aug-04 12:08
cmk24-Aug-04 12:08 
GeneralCreate Table, Default Value Pin
si_6924-Aug-04 0:37
si_6924-Aug-04 0:37 
GeneralRe: Create Table, Default Value Pin
Anonymous24-Aug-04 2:54
Anonymous24-Aug-04 2:54 
GeneralRe: Create Table, Default Value Pin
S Sansanwal24-Aug-04 11:18
S Sansanwal24-Aug-04 11:18 
QuestionHow do I run my SQL script from .msi ?? Pin
IrishSonic23-Aug-04 22:20
IrishSonic23-Aug-04 22:20 

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.