Click here to Skip to main content
15,867,777 members
Home / Discussions / Database
   

Database

 
GeneralRe: Different forms Pin
afronaut14-Jul-04 14:54
afronaut14-Jul-04 14:54 
GeneralPivot Tables in SQL Server Pin
-Dr_X-26-May-04 17:11
-Dr_X-26-May-04 17:11 
GeneralRe: Pivot Tables in SQL Server Pin
Mike Ellison26-May-04 17:55
Mike Ellison26-May-04 17:55 
GeneralRe: Pivot Tables in SQL Server Pin
-Dr_X-26-May-04 20:14
-Dr_X-26-May-04 20:14 
GeneralRe: Pivot Tables in SQL Server Pin
Mike Ellison27-May-04 6:18
Mike Ellison27-May-04 6:18 
QuestionHow to Insert a comma "," in the SQL SERVER? Pin
Anonymous26-May-04 12:00
Anonymous26-May-04 12:00 
AnswerRe: How to Insert a comma "," in the SQL SERVER? Pin
Om Prakash Pant5-Jun-04 1:11
Om Prakash Pant5-Jun-04 1:11 
GeneralRe: How to Insert a comma "," in the SQL SERVER? Pin
afronaut14-Jul-04 14:46
afronaut14-Jul-04 14:46 
Another cheap trick if you have characters in code is to do a cast with the ascii value:

string apos = (char)39;

But yeah, I can't see why you wouldn't be able to insert a comma - it must be syntactical.

*->>Always working on my game, teach me
*->>something new.
cout << "dav1d\n";
QuestionHow to Insert a comma &quot;,&quot; in the SQL SERVER? Pin
Anonymous26-May-04 11:59
Anonymous26-May-04 11:59 
AnswerRe: How to Insert a comma &quot;,&quot; in the SQL SERVER? Pin
Garth J Lancaster26-May-04 12:56
professionalGarth J Lancaster26-May-04 12:56 
AnswerRe: How to Insert a comma &quot;,&quot; in the SQL SERVER? Pin
Edbert P26-May-04 12:57
Edbert P26-May-04 12:57 
Generalstoring data into access Pin
DustinWehler26-May-04 8:18
DustinWehler26-May-04 8:18 
GeneralRe: storing data into access Pin
Mike Ellison26-May-04 10:45
Mike Ellison26-May-04 10:45 
GeneralRe: storing data into access Pin
afronaut14-Jul-04 14:42
afronaut14-Jul-04 14:42 
GeneralACCESS 2000 &amp; SQL Pin
Bob Stanneveld26-May-04 5:30
Bob Stanneveld26-May-04 5:30 
GeneralRe: ACCESS 2000 & SQL Pin
Michael Potter26-May-04 6:51
Michael Potter26-May-04 6:51 
GeneralRe: ACCESS 2000 & SQL Pin
Bob Stanneveld26-May-04 6:57
Bob Stanneveld26-May-04 6:57 
GeneralRe: ACCESS 2000 &amp; SQL Pin
Michael Potter26-May-04 8:19
Michael Potter26-May-04 8:19 
GeneralRe: ACCESS 2000 &amp; SQL Pin
Bob Stanneveld26-May-04 8:29
Bob Stanneveld26-May-04 8:29 
GeneralRe: ACCESS 2000 &amp; SQL Pin
Serge Lobko-Lobanovsky1-Jun-04 0:41
Serge Lobko-Lobanovsky1-Jun-04 0:41 
GeneralRe: ACCESS 2000 &amp; SQL Pin
Bob Stanneveld1-Jun-04 6:02
Bob Stanneveld1-Jun-04 6:02 
General@@trancount problem Pin
williamchou25-May-04 21:01
williamchou25-May-04 21:01 
GeneralRe: @@trancount problem Pin
Venkatraman25-May-04 22:04
Venkatraman25-May-04 22:04 
GeneralRe: @@trancount problem Pin
williamchou25-May-04 22:10
williamchou25-May-04 22:10 
GeneralRe: @@trancount problem Pin
Hesham Amin25-May-04 23:51
Hesham Amin25-May-04 23:51 

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.