Click here to Skip to main content
15,887,444 members
Home / Discussions / C#
   

C#

 
AnswerRe: Use a database like a resource Pin
Luc Pattyn5-Jul-10 0:18
sitebuilderLuc Pattyn5-Jul-10 0:18 
GeneralRe: Use a database like a resource Pin
Steven Solberg5-Jul-10 0:49
Steven Solberg5-Jul-10 0:49 
GeneralRe: Use a database like a resource Pin
Steven Solberg5-Jul-10 1:07
Steven Solberg5-Jul-10 1:07 
GeneralRe: Use a database like a resource Pin
Luc Pattyn5-Jul-10 1:11
sitebuilderLuc Pattyn5-Jul-10 1:11 
GeneralRe: Use a database like a resource Pin
Steven Solberg5-Jul-10 1:18
Steven Solberg5-Jul-10 1:18 
GeneralRe: Use a database like a resource Pin
Luc Pattyn5-Jul-10 1:26
sitebuilderLuc Pattyn5-Jul-10 1:26 
GeneralRe: Use a database like a resource Pin
Steven Solberg5-Jul-10 1:27
Steven Solberg5-Jul-10 1:27 
GeneralRe: Use a database like a resource Pin
Steven Solberg6-Jul-10 22:32
Steven Solberg6-Jul-10 22:32 
I found something nice to link to the database
When checking out some files in the manifests and such I found this.

This I a copy of myapp.exe.config
<?xml version="1.0"?>
<configuration>
    <configSections>
    </configSections>
    <connectionStrings>
        <add name="WindowsFormsApplication1.Properties.Settings.databaseConnectionString" connectionString="Data Source=|DataDirectory|\database.sdf" providerName="Microsoft.SqlServerCe.Client.3.5"/>
    </connectionStrings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>


However, it doesn't show up when I type 'Properties.Settings.' in my code, but I think I'm getting close Wink | ;)
GeneralRe: Use a database like a resource Pin
Luc Pattyn6-Jul-10 23:23
sitebuilderLuc Pattyn6-Jul-10 23:23 
GeneralRe: Use a database like a resource Pin
Kevin Marois6-Jul-10 7:34
professionalKevin Marois6-Jul-10 7:34 
GeneralRe: Use a database like a resource Pin
Luc Pattyn6-Jul-10 7:36
sitebuilderLuc Pattyn6-Jul-10 7:36 
GeneralRe: Use a database like a resource Pin
Kevin Marois6-Jul-10 7:38
professionalKevin Marois6-Jul-10 7:38 
GeneralRe: Use a database like a resource Pin
Roger Wright5-Jul-10 19:29
professionalRoger Wright5-Jul-10 19:29 
GeneralRe: Use a database like a resource Pin
Steven Solberg5-Jul-10 20:13
Steven Solberg5-Jul-10 20:13 
GeneralRe: Use a database like a resource Pin
Steven Solberg5-Jul-10 20:24
Steven Solberg5-Jul-10 20:24 
GeneralRe: Use a database like a resource Pin
Roger Wright6-Jul-10 3:04
professionalRoger Wright6-Jul-10 3:04 
QuestionAxisItemLabelStyle Pin
It_tech3-Jul-10 22:28
It_tech3-Jul-10 22:28 
AnswerRe: AxisItemLabelStyle Pin
kevinnicol5-Jul-10 7:32
kevinnicol5-Jul-10 7:32 
Questionconversion Pin
Parthi278873-Jul-10 6:02
Parthi278873-Jul-10 6:02 
AnswerRe: conversion Pin
Keith Barrow3-Jul-10 6:13
professionalKeith Barrow3-Jul-10 6:13 
AnswerRe: conversion Pin
Luc Pattyn3-Jul-10 6:49
sitebuilderLuc Pattyn3-Jul-10 6:49 
QuestionSqlparameter Pin
humayunlalzad3-Jul-10 1:59
humayunlalzad3-Jul-10 1:59 
AnswerRe: Sqlparameter Pin
Estys3-Jul-10 2:06
Estys3-Jul-10 2:06 
GeneralRe: Sqlparameter Pin
humayunlalzad3-Jul-10 2:18
humayunlalzad3-Jul-10 2:18 
AnswerRe: Sqlparameter Pin
Estys3-Jul-10 2:26
Estys3-Jul-10 2:26 

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.