Click here to Skip to main content
15,885,944 members
Home / Discussions / C#
   

C#

 
AnswerRe: Show the "video capture filter " form in c# Pin
LongRange.Shooter10-Jul-06 8:21
LongRange.Shooter10-Jul-06 8:21 
JokeRe: Show the "video capture filter " form in c# Pin
Malcolm Smart10-Jul-06 20:53
Malcolm Smart10-Jul-06 20:53 
QuestionOdbcCommand not taking Pin
HahnTech10-Jul-06 6:21
HahnTech10-Jul-06 6:21 
AnswerRe: OdbcCommand not taking Pin
Not Active10-Jul-06 6:50
mentorNot Active10-Jul-06 6:50 
GeneralRe: OdbcCommand not taking Pin
HahnTech10-Jul-06 10:16
HahnTech10-Jul-06 10:16 
GeneralRe: OdbcCommand not taking Pin
Not Active10-Jul-06 11:33
mentorNot Active10-Jul-06 11:33 
GeneralRe: OdbcCommand not taking Pin
HahnTech10-Jul-06 13:23
HahnTech10-Jul-06 13:23 
GeneralRe: OdbcCommand not taking Pin
Colin Angus Mackay10-Jul-06 12:20
Colin Angus Mackay10-Jul-06 12:20 
HahnTech wrote:
Well some sites use MS SQL others use Postgrsql. When you write code that is flexible and not just MS you can't always take the easy way


Ummm.....

You are going to have to write different SQL queries anyway for each database because of the differences in the way SQL is implemented in each database. If you write a proper DAL (Data Access Layer) you can swap in and out the DAL depending on the datbase you are using. The rest of the application uses interface(s) to the DAL, so both have the same public methods. However, inside each of the DAL classes the datbase code is optimised for the appropriate database.


Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
AnswerRe: OdbcCommand not taking Pin
Guffa10-Jul-06 7:06
Guffa10-Jul-06 7:06 
GeneralRe: OdbcCommand not taking Pin
HahnTech10-Jul-06 10:19
HahnTech10-Jul-06 10:19 
GeneralRe: OdbcCommand not taking Pin
led mike10-Jul-06 10:39
led mike10-Jul-06 10:39 
GeneralRe: OdbcCommand not taking Pin
HahnTech10-Jul-06 11:34
HahnTech10-Jul-06 11:34 
GeneralRe: OdbcCommand not taking Pin
led mike10-Jul-06 12:08
led mike10-Jul-06 12:08 
GeneralRe: OdbcCommand not taking Pin
HahnTech10-Jul-06 13:21
HahnTech10-Jul-06 13:21 
AnswerRe: OdbcCommand not taking Pin
Guffa10-Jul-06 12:26
Guffa10-Jul-06 12:26 
QuestionSendMessage problem Pin
psyonara10-Jul-06 5:52
psyonara10-Jul-06 5:52 
AnswerRe: SendMessage problem Pin
LongRange.Shooter10-Jul-06 8:16
LongRange.Shooter10-Jul-06 8:16 
AnswerRe: SendMessage problem Pin
mav.northwind10-Jul-06 9:02
mav.northwind10-Jul-06 9:02 
QuestionHiding a control Pin
joshp121710-Jul-06 5:21
joshp121710-Jul-06 5:21 
AnswerRe: Hiding a control Pin
Ravi Bhavnani10-Jul-06 5:31
professionalRavi Bhavnani10-Jul-06 5:31 
GeneralRe: Hiding a control Pin
joshp121710-Jul-06 5:45
joshp121710-Jul-06 5:45 
GeneralRe: Hiding a control Pin
Ravi Bhavnani10-Jul-06 5:55
professionalRavi Bhavnani10-Jul-06 5:55 
GeneralRe: Hiding a control Pin
Jun Du10-Jul-06 5:59
Jun Du10-Jul-06 5:59 
GeneralRe: Hiding a control Pin
Christian Graus10-Jul-06 8:17
protectorChristian Graus10-Jul-06 8:17 
AnswerRe: Hiding a control Pin
Andrew Lygin10-Jul-06 8:48
Andrew Lygin10-Jul-06 8:48 

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.