Click here to Skip to main content
15,917,176 members
Home / Discussions / C#
   

C#

 
GeneralRe: Displaying the output of one window form in another window form Pin
Paul Conrad19-Jan-08 7:21
professionalPaul Conrad19-Jan-08 7:21 
GeneralConcatting 2 fields in SQL from 2 tables Pin
Gareth H19-Jan-08 4:01
Gareth H19-Jan-08 4:01 
GeneralRe: Concatting 2 fields in SQL from 2 tables Pin
pmarfleet19-Jan-08 4:56
pmarfleet19-Jan-08 4:56 
GeneralRe: Concatting 2 fields in SQL from 2 tables Pin
Gareth H19-Jan-08 6:31
Gareth H19-Jan-08 6:31 
GeneralRe: Concatting 2 fields in SQL from 2 tables Pin
Gareth H19-Jan-08 6:38
Gareth H19-Jan-08 6:38 
GeneralRe: Concatting 2 fields in SQL from 2 tables Pin
pmarfleet19-Jan-08 9:11
pmarfleet19-Jan-08 9:11 
GeneralRe: Concatting 2 fields in SQL from 2 tables Pin
Gareth H19-Jan-08 9:59
Gareth H19-Jan-08 9:59 
GeneralRe: Concatting 2 fields in SQL from 2 tables Pin
pmarfleet19-Jan-08 10:08
pmarfleet19-Jan-08 10:08 
gareth111 wrote:
But, is there a way of making it not database dependent?


AFAIK, string concatenation is pretty standard across different database providers. However there are likely to be subtle differences. For instance, in T-SQL you are required to cast non-string values to strings before attempting to concatenate that value with another string. Access is more forgiving, and I believe doesn't require explicit casting. If you want database independence, you should limit yourself to pure ANSI SQL in your queries and perform any data manipulation in your middle tier.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


Questionhow to display percentage of compeletion of bacup sql server in my app ? Pin
hdv21219-Jan-08 3:45
hdv21219-Jan-08 3:45 
AnswerRe: how to display percentage of compeletion of bacup sql server in my app ? Pin
pmarfleet19-Jan-08 5:00
pmarfleet19-Jan-08 5:00 
GeneralRe: how to display percentage of compeletion of bacup sql server in my app ? Pin
hdv21219-Jan-08 5:22
hdv21219-Jan-08 5:22 
GeneralRe: how to display percentage of compeletion of bacup sql server in my app ? Pin
pmarfleet19-Jan-08 5:53
pmarfleet19-Jan-08 5:53 
AnswerRe: how to display percentage of compeletion of bacup sql server in my app ? Pin
Tamer Oz19-Jan-08 19:04
Tamer Oz19-Jan-08 19:04 
GeneralCSV file Import to SQL Server Database and Validation From C#.Net Pin
Nisha_Aadhi19-Jan-08 1:11
Nisha_Aadhi19-Jan-08 1:11 
GeneralRe: CSV file Import to SQL Server Database and Validation From C#.Net Pin
pmarfleet19-Jan-08 4:58
pmarfleet19-Jan-08 4:58 
Generalmessage box in windows service Pin
Ahmad Adnan19-Jan-08 1:05
Ahmad Adnan19-Jan-08 1:05 
GeneralRe: message box in windows service Pin
jhaga19-Jan-08 4:50
professionaljhaga19-Jan-08 4:50 
Generaltwo RegEx questions: subpatterns, performance Pin
peterchen19-Jan-08 0:29
peterchen19-Jan-08 0:29 
GeneralRe: two RegEx questions: subpatterns, performance Pin
jhaga19-Jan-08 4:34
professionaljhaga19-Jan-08 4:34 
GeneralRe: two RegEx questions: subpatterns, performance Pin
peterchen19-Jan-08 7:35
peterchen19-Jan-08 7:35 
GeneralRe: two RegEx questions: subpatterns, performance Pin
jhaga19-Jan-08 7:51
professionaljhaga19-Jan-08 7:51 
GeneralRe: two RegEx questions: subpatterns, performance Pin
peterchen19-Jan-08 9:43
peterchen19-Jan-08 9:43 
GeneralRe: two RegEx questions: subpatterns, performance Pin
jhaga19-Jan-08 11:14
professionaljhaga19-Jan-08 11:14 
GeneralSending Mail...and monitoring Inbox Pin
sindhutiwari18-Jan-08 18:36
sindhutiwari18-Jan-08 18:36 
GeneralRe: Sending Mail...and monitoring Inbox Pin
Abhijit Jana18-Jan-08 20:12
professionalAbhijit Jana18-Jan-08 20:12 

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.