Click here to Skip to main content
15,892,746 members
Home / Discussions / C#
   

C#

 
Questionreturn value Pin
behzadcp6-May-09 5:47
professionalbehzadcp6-May-09 5:47 
AnswerRe: return value Pin
DaveyM696-May-09 6:09
professionalDaveyM696-May-09 6:09 
GeneralRe: return value Pin
behzadcp6-May-09 6:19
professionalbehzadcp6-May-09 6:19 
GeneralRe: return value Pin
DaveyM696-May-09 9:36
professionalDaveyM696-May-09 9:36 
AnswerRe: return value Pin
OriginalGriff6-May-09 6:14
mveOriginalGriff6-May-09 6:14 
GeneralRe: return value Pin
musefan6-May-09 6:21
musefan6-May-09 6:21 
GeneralRe: return value Pin
Henry Minute6-May-09 7:14
Henry Minute6-May-09 7:14 
Questiondefinivelty confused about sqlite as embedded database Pin
highjo6-May-09 5:18
highjo6-May-09 5:18 
Hello good fellas
I'm struggling since this morning about this sqlite thing.after reading some good tutorials i decided to   use it as my embedded database in my winform application.
i downloaded SQLite-1.0.61.0-setup that install the system.datal.sqlite for me and downloaded the firefox plugin sqlite manager and another management tool called wxSQLitePlus found <a href="http://cfred.free.fr/wxsqliteplus.php">here</a> based on this tutorials found <a href="http://decoding.wordpress.com/2009/01/14/using-sqlite-with-net/">here</a> (just being explicit)
Hoping i'm not posting any stupid stuff that will be ignored, here are my 2 challenges.
the first challenge is that i can't reference the database inside a folder let'say database
i have exception "Unable to open the database file".my app.config is as follow
<code><connectionStrings>
      <add name="embcon" connectionString="Data Source=database\iagency.db;Version=3;"/>
   </connectionStrings></code>
but if the iagency.db is inside the root folder there is no problem at all.app.config like
<code><connectionStrings>
      <add name="embcon" connectionString="Data Source=iagency.db;Version=3;"/>
   </connectionStrings></code>


the second chalenge is that object created via tools such as either firefox plugin or wxsqlite+
cannot be queried inside visual studio 2005 that i'm using.if it's a table when queried , i have an excetion the object doesn't exist even though both tools displays the same data.
and inversly table created by queries inside visual studio cannot be viewed by the tools.
so what's the deal?
is it a memory stuff or i'm just missing some points?
can enybody explain what is happening ?Thanks for reading.

eager to learn

GeneralRe: definivelty confused about sqlite as embedded database Pin
highjo6-May-09 6:33
highjo6-May-09 6:33 
QuestionNeed to copy folder from one path to other Pin
honeyashu6-May-09 4:55
honeyashu6-May-09 4:55 
AnswerRe: Need to copy folder from one path to other Pin
musefan6-May-09 6:11
musefan6-May-09 6:11 
GeneralRe: Need to copy folder from one path to other Pin
Member 10339076-May-09 10:23
Member 10339076-May-09 10:23 
Questionmake a new object in an event! Pin
pcsience6-May-09 4:44
pcsience6-May-09 4:44 
QuestionRe: make a new object in an event! Pin
OriginalGriff6-May-09 4:53
mveOriginalGriff6-May-09 4:53 
QuestionRe: make a new object in an event! Pin
pcsience6-May-09 5:37
pcsience6-May-09 5:37 
AnswerRe: make a new object in an event! Pin
musefan6-May-09 5:49
musefan6-May-09 5:49 
QuestionRe: make a new object in an event! Pin
pcsience6-May-09 7:55
pcsience6-May-09 7:55 
AnswerRe: make a new object in an event! Pin
Henry Minute6-May-09 9:06
Henry Minute6-May-09 9:06 
QuestionRe: make a new object in an event! Pin
pcsience6-May-09 11:38
pcsience6-May-09 11:38 
AnswerRe: make a new object in an event! Pin
Henry Minute6-May-09 12:01
Henry Minute6-May-09 12:01 
GeneralRe: make a new object in an event! Pin
pcsience9-May-09 2:29
pcsience9-May-09 2:29 
QuestionCompositeDataBoundControl designer crashes VS2008 Pin
Andre Vianna6-May-09 4:40
Andre Vianna6-May-09 4:40 
Questionproblem in C# Pin
kakarman6-May-09 4:26
kakarman6-May-09 4:26 
AnswerRe: problem in C# Pin
musefan6-May-09 4:29
musefan6-May-09 4:29 
AnswerRe: problem in C# Pin
led mike6-May-09 4:37
led mike6-May-09 4:37 

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.