Click here to Skip to main content
15,907,001 members
Home / Discussions / C#
   

C#

 
QuestionCreateDatabase() / DatabaseExists() Question Pin
Jammer25-Jun-08 9:39
Jammer25-Jun-08 9:39 
AnswerRe: CreateDatabase() / DatabaseExists() Question Pin
Judah Gabriel Himango25-Jun-08 18:07
sponsorJudah Gabriel Himango25-Jun-08 18:07 
GeneralRe: CreateDatabase() / DatabaseExists() Question Pin
Jammer26-Jun-08 2:57
Jammer26-Jun-08 2:57 
GeneralRe: CreateDatabase() / DatabaseExists() Question Pin
Jammer26-Jun-08 7:20
Jammer26-Jun-08 7:20 
QuestionHow can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 9:33
Mohammad Dayyan25-Jun-08 9:33 
AnswerRe: How can I convert this string to the image? Pin
Guffa25-Jun-08 9:44
Guffa25-Jun-08 9:44 
AnswerRe: How can I convert this string to the image? Pin
hammerstein0525-Jun-08 9:45
hammerstein0525-Jun-08 9:45 
GeneralRe: How can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 9:56
Mohammad Dayyan25-Jun-08 9:56 
GeneralRe: How can I convert this string to the image? Pin
hammerstein0525-Jun-08 10:13
hammerstein0525-Jun-08 10:13 
GeneralRe: How can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 10:21
Mohammad Dayyan25-Jun-08 10:21 
GeneralRe: How can I convert this string to the image? Pin
Guffa25-Jun-08 10:29
Guffa25-Jun-08 10:29 
GeneralRe: How can I convert this string to the image? Pin
hammerstein0525-Jun-08 10:34
hammerstein0525-Jun-08 10:34 
GeneralRe: How can I convert this string to the image? Pin
Mbah Dhaim25-Jun-08 22:39
Mbah Dhaim25-Jun-08 22:39 
GeneralRe: How can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 10:16
Mohammad Dayyan25-Jun-08 10:16 
GeneralRe: How can I convert this string to the image? Pin
hammerstein0525-Jun-08 10:22
hammerstein0525-Jun-08 10:22 
GeneralRe: How can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 10:36
Mohammad Dayyan25-Jun-08 10:36 
QuestionUse Ctrl+F1 to cycle between MDI child windows Pin
AndrusM25-Jun-08 7:46
AndrusM25-Jun-08 7:46 
QuestionUsing Ctrl+E menu shortcut from readonly control Pin
AndrusM25-Jun-08 7:43
AndrusM25-Jun-08 7:43 
QuestionAdding A Record (Sql Server 2005 Compact Edition and Visual Studio 2005 C#) Pin
lpaulding25-Jun-08 6:16
lpaulding25-Jun-08 6:16 
I am using Sql Server 2005 Compact Edition as a database and I can't seem to get this thing to add a simple record... I run the a simple Insert statement and the Table is still empty. I get no error code or anything... Has anyone else been able to add records to a Compact Edition table in Visual Studio 2005 using C#??? Here is my code...

INSERT INTO TimeZone
(state, abbrev, tzone)
VALUES (@p1, @p2, @p3)

Now the one thing that isn't showing is my primary key field which is "tzid". But it is autonumbered. I fill in the values in code for @p1, @p2, @p3. When I open up the TimeZone table, it is empty... Any help would be appreciated. Thanks
AnswerRe: Adding A Record (Sql Server 2005 Compact Edition and Visual Studio 2005 C#) Pin
Igor Velikorossov25-Jun-08 6:34
Igor Velikorossov25-Jun-08 6:34 
GeneralRe: Adding A Record (Sql Server 2005 Compact Edition and Visual Studio 2005 C#) Pin
Abhijit Jana25-Jun-08 6:43
professionalAbhijit Jana25-Jun-08 6:43 
QuestionRegion left-most coordinate? Pin
Emil Müller25-Jun-08 6:08
Emil Müller25-Jun-08 6:08 
AnswerRe: Region left-most coordinate? Pin
Guffa25-Jun-08 7:31
Guffa25-Jun-08 7:31 
GeneralRe: Region left-most coordinate? Pin
Luc Pattyn25-Jun-08 7:55
sitebuilderLuc Pattyn25-Jun-08 7:55 
GeneralRe: Region left-most coordinate? Pin
Emil Müller25-Jun-08 13:48
Emil Müller25-Jun-08 13: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.