Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: Access Controls from another class Pin
kasik5-Feb-06 4:57
kasik5-Feb-06 4:57 
GeneralRe: Access Controls from another class Pin
tray_gator5-Feb-06 6:04
tray_gator5-Feb-06 6:04 
GeneralRe: Access Controls from another class Pin
Colin Angus Mackay5-Feb-06 10:42
Colin Angus Mackay5-Feb-06 10:42 
GeneralRe: Access Controls from another class Pin
tray_gator5-Feb-06 22:05
tray_gator5-Feb-06 22:05 
Questionjoining the server with my application Pin
moonangel_bio4-Feb-06 7:39
moonangel_bio4-Feb-06 7:39 
AnswerRe: joining the server with my application Pin
Colin Angus Mackay4-Feb-06 15:18
Colin Angus Mackay4-Feb-06 15:18 
General[Message Deleted] Pin
emran8344-Feb-06 19:48
emran8344-Feb-06 19:48 
GeneralRe: joining the server with my application Pin
Colin Angus Mackay4-Feb-06 23:45
Colin Angus Mackay4-Feb-06 23:45 
emran834 wrote:
Is that you meant My application will be running stand alone in the user's computer or The user must have SQL server installed !!


The latter, SQL Server must be installed.


emran834 wrote:
Whenever i build my solution, the RELEASE Folder is Stand Alone and My .mdf file is inside the RELEASE Folder which made sense to me that it will run stand alone. Ain't I right ?


No, that isn't right. The database file is useless without SQL Server to open it and server data from it and allow changes to it. In your application you never access the file directly. SQL Server is the only thing that accesses the file. Your application accesses SQL Server not the file.

ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

GeneralRe: joining the server with my application Pin
moonangel_bio5-Feb-06 1:42
moonangel_bio5-Feb-06 1:42 
GeneralRe: joining the server with my application Pin
Colin Angus Mackay5-Feb-06 1:51
Colin Angus Mackay5-Feb-06 1:51 
GeneralRe: joining the server with my application Pin
Dave Kreskowiak5-Feb-06 5:04
mveDave Kreskowiak5-Feb-06 5:04 
GeneralRe: joining the server with my application Pin
emran8345-Feb-06 10:34
emran8345-Feb-06 10:34 
GeneralRe: joining the server with my application Pin
Colin Angus Mackay5-Feb-06 10:46
Colin Angus Mackay5-Feb-06 10:46 
GeneralRe: joining the server with my application Pin
emran8345-Feb-06 11:15
emran8345-Feb-06 11:15 
GeneralRe: joining the server with my application Pin
emran8345-Feb-06 17:28
emran8345-Feb-06 17:28 
GeneralRe: joining the server with my application Pin
Colin Angus Mackay5-Feb-06 22:11
Colin Angus Mackay5-Feb-06 22:11 
Questioncomponent property in designer Pin
_Liron_4-Feb-06 5:30
_Liron_4-Feb-06 5:30 
AnswerRe: component property in designer Pin
leppie4-Feb-06 11:34
leppie4-Feb-06 11:34 
QuestionMULTIMEDIA Pin
telemed4-Feb-06 3:29
telemed4-Feb-06 3:29 
QuestionApplication close event Pin
Mridang Agarwalla4-Feb-06 1:39
Mridang Agarwalla4-Feb-06 1:39 
AnswerRe: Application close event Pin
Ravi Bhavnani4-Feb-06 1:58
professionalRavi Bhavnani4-Feb-06 1:58 
QuestionNetwork Problem Overview Pin
snouto4-Feb-06 0:45
snouto4-Feb-06 0:45 
AnswerRe: Network Problem Overview Pin
S. Senthil Kumar4-Feb-06 20:03
S. Senthil Kumar4-Feb-06 20:03 
QuestionContextMenu and Databases Pin
Ronni Marker4-Feb-06 0:41
Ronni Marker4-Feb-06 0:41 
Questionstring to html Pin
stijnbe3-Feb-06 23:49
stijnbe3-Feb-06 23:49 

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.