Click here to Skip to main content
15,902,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: generate numbers Pin
skyeddie30-Jul-06 23:52
skyeddie30-Jul-06 23:52 
GeneralRe: generate numbers Pin
LongRange.Shooter31-Jul-06 5:47
LongRange.Shooter31-Jul-06 5:47 
GeneralRe: generate numbers Pin
Vipin Venugopal30-Jul-06 23:56
Vipin Venugopal30-Jul-06 23:56 
Questionlinking up project Pin
skyeddie30-Jul-06 18:50
skyeddie30-Jul-06 18:50 
AnswerRe: linking up project Pin
LongRange.Shooter31-Jul-06 5:51
LongRange.Shooter31-Jul-06 5:51 
GeneralRe: linking up project Pin
skyeddie31-Jul-06 16:59
skyeddie31-Jul-06 16:59 
QuestionConnect to a central db server Pin
GizmoC30-Jul-06 18:34
GizmoC30-Jul-06 18:34 
AnswerRe: Connect to a central db server Pin
LongRange.Shooter31-Jul-06 5:56
LongRange.Shooter31-Jul-06 5:56 
1) Get away from Access. That is a piece of crap. Use SQL Server Express which will allow you to migrate your application to a full-blown SQL Server without programming changes.
2) You access the remote database with a connection string. This specifies which server to look for the database on.
3) You get away from hard coding (somewhat) by putting the connection string in your application config file.

You may, however, make sure you are running the right version of Visual Studio to ensure you have the remote capabilities exposed to you. (Visual C# Express, for example, has a lot of functionality stripped from it.)
QuestionHow to create a setup in C#? Pin
Mithun Acharya30-Jul-06 18:09
Mithun Acharya30-Jul-06 18:09 
AnswerRe: How to create a setup in C#? Pin
AnnnS30-Jul-06 19:50
AnnnS30-Jul-06 19:50 
QuestionFlickering problem! help! :( Pin
janita30-Jul-06 18:01
janita30-Jul-06 18:01 
AnswerRe: Flickering problem! help! :( Pin
Vipin Venugopal30-Jul-06 20:35
Vipin Venugopal30-Jul-06 20:35 
AnswerRe: Flickering problem! help! :( Pin
janita30-Jul-06 21:10
janita30-Jul-06 21:10 
AnswerRe: Flickering problem! help! :( Pin
janita1-Aug-06 15:41
janita1-Aug-06 15:41 
Questionconnection for excel Pin
Mohammed Elkholy30-Jul-06 11:35
Mohammed Elkholy30-Jul-06 11:35 
AnswerRe: connection for excel Pin
Guffa30-Jul-06 11:53
Guffa30-Jul-06 11:53 
Questionnew process information ? Pin
raol duke30-Jul-06 9:47
raol duke30-Jul-06 9:47 
QuestionIs there any packer for .NET? Pin
xkx3230-Jul-06 7:13
xkx3230-Jul-06 7:13 
AnswerRe: Is there any packer for .NET? Pin
leppie30-Jul-06 15:31
leppie30-Jul-06 15:31 
QuestionShould I use Dispose in this situation Pin
xkx3230-Jul-06 7:01
xkx3230-Jul-06 7:01 
AnswerRe: Should I use Dispose in this situation Pin
Colin Angus Mackay30-Jul-06 11:14
Colin Angus Mackay30-Jul-06 11:14 
AnswerRe: Should I use Dispose in this situation Pin
Guffa30-Jul-06 11:51
Guffa30-Jul-06 11:51 
AnswerRe: Should I use Dispose in this situation Pin
LongRange.Shooter31-Jul-06 5:59
LongRange.Shooter31-Jul-06 5:59 
QuestionHow to get Text control value into a numeric data type? Pin
Amol Ravatale30-Jul-06 5:39
Amol Ravatale30-Jul-06 5:39 
AnswerRe: How to get Text control value into a numeric data type? [modified] Pin
Shy Agam30-Jul-06 5:53
Shy Agam30-Jul-06 5:53 

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.