Click here to Skip to main content
15,900,511 members
Home / Discussions / Database
   

Database

 
GeneralRe: passing parameters to a report project Pin
Ali Sapanci29-Aug-05 10:38
Ali Sapanci29-Aug-05 10:38 
QuestionUn limited data Store in field Pin
imshally8128-Aug-05 21:39
imshally8128-Aug-05 21:39 
AnswerRe: Un limited data Store in field Pin
Andy Brummer28-Aug-05 21:47
sitebuilderAndy Brummer28-Aug-05 21:47 
GeneralRe: Un limited data Store in field Pin
Colin Angus Mackay29-Aug-05 7:42
Colin Angus Mackay29-Aug-05 7:42 
GeneralRe: Un limited data Store in field Pin
Andy Brummer29-Aug-05 12:58
sitebuilderAndy Brummer29-Aug-05 12:58 
AnswerRe: Un limited data Store in field Pin
airbus38029-Aug-05 1:29
airbus38029-Aug-05 1:29 
QuestionStore " ' " in database Pin
imshally8128-Aug-05 20:34
imshally8128-Aug-05 20:34 
GeneralRe: Store " ' " in database Pin
Andy Brummer28-Aug-05 20:38
sitebuilderAndy Brummer28-Aug-05 20:38 
Use an ADO.Net parameter to pass the data in rather then building the SQL dynamically. If you have to build dyanmic sql, '' gets translated to ', so 'father''s' is stored as father's. This is typically done with a call to Replace("'", "''")
GeneralRe: Store " ' " in database Pin
imshally8128-Aug-05 21:14
imshally8128-Aug-05 21:14 
GeneralRe: Store " ' " in database Pin
Andy Brummer28-Aug-05 21:45
sitebuilderAndy Brummer28-Aug-05 21:45 
AnswerRe: Store " ' " in database Pin
DiWa28-Aug-05 21:11
DiWa28-Aug-05 21:11 
GeneralRe: Store " ' " in database Pin
imshally8128-Aug-05 21:33
imshally8128-Aug-05 21:33 
AnswerRe: Store " ' " in database Pin
DiWa28-Aug-05 22:40
DiWa28-Aug-05 22:40 
AnswerRe: Store " ' " in database Pin
Colin Angus Mackay29-Aug-05 1:37
Colin Angus Mackay29-Aug-05 1:37 
Questionsample database in sql server 2005 developer Pin
lagumaster28-Aug-05 16:26
lagumaster28-Aug-05 16:26 
AnswerRe: sample database in sql server 2005 developer Pin
Christian Graus28-Aug-05 17:15
protectorChristian Graus28-Aug-05 17:15 
GeneralRe: sample database in sql server 2005 developer Pin
lagumaster28-Aug-05 19:03
lagumaster28-Aug-05 19:03 
QuestionSQL Server Identity field... Pin
code-frog28-Aug-05 9:03
professionalcode-frog28-Aug-05 9:03 
AnswerRe: SQL Server Identity field... Pin
Jon Sagara28-Aug-05 10:41
Jon Sagara28-Aug-05 10:41 
GeneralRe: SQL Server Identity field... Pin
code-frog28-Aug-05 11:25
professionalcode-frog28-Aug-05 11:25 
GeneralRe: SQL Server Identity field... Pin
code-frog28-Aug-05 11:30
professionalcode-frog28-Aug-05 11:30 
GeneralRe: SQL Server Identity field... Pin
Jon Sagara28-Aug-05 11:31
Jon Sagara28-Aug-05 11:31 
GeneralRe: SQL Server Identity field... Pin
code-frog28-Aug-05 12:14
professionalcode-frog28-Aug-05 12:14 
QuestionHow can I read all 13000 rows from a MS Access Table Pin
softty28-Aug-05 7:56
softty28-Aug-05 7:56 
Questiongorsql server 2005 Pin
lagumaster27-Aug-05 12:59
lagumaster27-Aug-05 12:59 

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.