Click here to Skip to main content
15,902,198 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to run a CS program at client without SQL Server! Pin
mtone17-May-04 9:41
mtone17-May-04 9:41 
GeneralRe: How to run a CS program at client without SQL Server! Pin
tuliplanetrain17-May-04 15:36
tuliplanetrain17-May-04 15:36 
GeneralRe: How to run a CS program at client without SQL Server! Pin
mtone18-May-04 7:07
mtone18-May-04 7:07 
Generalspaces in SQL Server Columns (C#,VB.net) Pin
Itanium13-May-04 20:34
Itanium13-May-04 20:34 
GeneralRe: spaces in SQL Server Columns (C#,VB.net) Pin
mtone25-May-04 3:00
mtone25-May-04 3:00 
GeneralInserting special characters in SQL 2000 Pin
Anonymous13-May-04 19:37
Anonymous13-May-04 19:37 
GeneralRe: Inserting special characters in SQL 2000 Pin
Hesham Amin13-May-04 21:35
Hesham Amin13-May-04 21:35 
GeneralRe: Inserting special characters in SQL 2000 Pin
sanjucsharp13-May-04 21:39
sanjucsharp13-May-04 21:39 
You can't directly insert any special character.Just decode your special character with any other name e.g. "'" you can give your single quote the name "SQT".Now insert this value in the database.Now when you retrieve the value then decode this "SQT" to "'".That's all..... your job has done.
GeneralRe: Inserting special characters in SQL 2000 Pin
Anonymous19-May-04 1:29
Anonymous19-May-04 1:29 
GeneralRe: Inserting special characters in SQL 2000 Pin
Rob Graham15-May-04 2:54
Rob Graham15-May-04 2:54 
GeneralEmbarcadero Rapid SQL Pin
Nino_113-May-04 15:57
Nino_113-May-04 15:57 
GeneralRe: Embarcadero Rapid SQL Pin
mtone18-May-04 7:26
mtone18-May-04 7:26 
GeneralRow Concatenation Pin
Ruchi Gupta13-May-04 13:08
Ruchi Gupta13-May-04 13:08 
GeneralRe: Row Concatenation Pin
Bill Dean18-May-04 5:20
Bill Dean18-May-04 5:20 
GeneralRe: Row Concatenation Pin
Ruchi Gupta18-May-04 5:40
Ruchi Gupta18-May-04 5:40 
GeneralRe: Row Concatenation Pin
Bill Dean18-May-04 6:10
Bill Dean18-May-04 6:10 
Generaldatabase location Pin
Anonymous13-May-04 11:44
Anonymous13-May-04 11:44 
GeneralRe: database location Pin
Jeff Varszegi13-May-04 12:01
professionalJeff Varszegi13-May-04 12:01 
GeneralRe: database location Pin
Anonymous13-May-04 12:26
Anonymous13-May-04 12:26 
GeneralRe: database location Pin
Jeff Varszegi13-May-04 13:19
professionalJeff Varszegi13-May-04 13:19 
GeneralRe: database location Pin
Anonymous13-May-04 14:04
Anonymous13-May-04 14:04 
GeneralRe: database location Pin
Jeff Varszegi13-May-04 14:54
professionalJeff Varszegi13-May-04 14:54 
GeneralRe: database location Pin
Anonymous13-May-04 15:41
Anonymous13-May-04 15:41 
GeneralRe: database location Pin
Jeff Varszegi15-May-04 2:43
professionalJeff Varszegi15-May-04 2:43 
GeneralRe: database location Pin
Anonymous15-May-04 4:17
Anonymous15-May-04 4:17 

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.