Click here to Skip to main content
15,914,013 members
Home / Discussions / C#
   

C#

 
GeneralSintax error in the INSERT INTO instruction Pin
Sasuko4-Feb-05 0:34
Sasuko4-Feb-05 0:34 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Sasuko4-Feb-05 6:29
Sasuko4-Feb-05 6:29 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Dave Kreskowiak4-Feb-05 8:44
mveDave Kreskowiak4-Feb-05 8:44 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Sasuko4-Feb-05 11:07
Sasuko4-Feb-05 11:07 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Sasuko4-Feb-05 11:09
Sasuko4-Feb-05 11:09 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Dave Kreskowiak5-Feb-05 5:10
mveDave Kreskowiak5-Feb-05 5:10 
Questiondatabase directory bug? Pin
Anonymous3-Feb-05 23:21
Anonymous3-Feb-05 23:21 
AnswerRe: database directory bug? Pin
David Salter3-Feb-05 23:38
David Salter3-Feb-05 23:38 
Its not a bug, the current working directory has been changed by the file open dialog so the current working directory is no longer that of your application hence you can't see the database.

You need to give the full path to your database. You should be able to get the path of your exe, and then append the database name on to the end of it, so wherever you app is installed it will always work.



Database FAQ
GeneralRe: database directory bug? Pin
Anonymous4-Feb-05 0:29
Anonymous4-Feb-05 0:29 
GeneralRe: database directory bug? Pin
Mazdak4-Feb-05 0:32
Mazdak4-Feb-05 0:32 
GeneralRe: database directory bug? Pin
Anonymous4-Feb-05 0:50
Anonymous4-Feb-05 0:50 
GeneralRe: database directory bug? Pin
David Salter4-Feb-05 0:44
David Salter4-Feb-05 0:44 
GeneralRe: database directory bug? Pin
Anonymous4-Feb-05 0:53
Anonymous4-Feb-05 0:53 
AnswerRe: database directory bug? Pin
Charlie Williams4-Feb-05 6:07
Charlie Williams4-Feb-05 6:07 
GeneralFind component owner form Pin
sulimovx3-Feb-05 23:18
sulimovx3-Feb-05 23:18 
Generalc# socket Pin
prabhakar263-Feb-05 23:13
prabhakar263-Feb-05 23:13 
GeneralRe: c# socket Pin
sameerhanda4-Feb-05 4:35
sameerhanda4-Feb-05 4:35 
Generaltreeview Pin
magnifique3-Feb-05 22:24
magnifique3-Feb-05 22:24 
GeneralRe: treeview Pin
Anonymous4-Feb-05 1:50
Anonymous4-Feb-05 1:50 
Generaldynamic plug of component Pin
ppp0013-Feb-05 21:56
ppp0013-Feb-05 21:56 
QuestionHow to modify the tnsnames.ora file by method? Pin
Colinyin3-Feb-05 19:52
Colinyin3-Feb-05 19:52 
General#define in C# Pin
zecodela3-Feb-05 19:44
zecodela3-Feb-05 19:44 
GeneralRe: #define in C# Pin
Dave Kreskowiak4-Feb-05 6:13
mveDave Kreskowiak4-Feb-05 6:13 
GeneralRe: #define in C# Pin
mav.northwind6-Feb-05 2:13
mav.northwind6-Feb-05 2:13 
GeneralRe: #define in C# Pin
Dave Kreskowiak6-Feb-05 3:48
mveDave Kreskowiak6-Feb-05 3: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.