Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralPls Help... Pin
srj22-Apr-08 1:22
srj22-Apr-08 1:22 
GeneralRe: Pls Help... Pin
Blue_Boy22-Apr-08 1:35
Blue_Boy22-Apr-08 1:35 
GeneralRe: Pls Help... Pin
Ashfield22-Apr-08 1:37
Ashfield22-Apr-08 1:37 
GeneralRe: Pls Help... Pin
Gareth H22-Apr-08 1:39
Gareth H22-Apr-08 1:39 
GeneralC# using COM to communicate with VB Pin
JustRonald22-Apr-08 0:57
JustRonald22-Apr-08 0:57 
QuestionC# and MySql server Pin
bdiepeveen22-Apr-08 0:39
bdiepeveen22-Apr-08 0:39 
GeneralRe: C# and MySql server Pin
phannon8622-Apr-08 1:01
professionalphannon8622-Apr-08 1:01 
GeneralRe: C# and MySql server Pin
bdiepeveen22-Apr-08 2:49
bdiepeveen22-Apr-08 2:49 
My coding for adding has been done,
Tought the removing function still does not , and i'm not sure how to finish the following:

string query = "DELETE FROM facturen WHERE Id = " there should be more here
MySql.Data.MySqlClient.MySqlCommand bQuery = new MySql.Data.MySqlClient.MySqlCommand(query, connection);

bQuery.ExecuteNonQuery();
connection.Close();
Questionresource leak in thread termination? Pin
George_George22-Apr-08 0:01
George_George22-Apr-08 0:01 
AnswerRe: resource leak in thread termination? Pin
Reelix22-Apr-08 0:10
Reelix22-Apr-08 0:10 
GeneralRe: resource leak in thread termination? Pin
George_George22-Apr-08 0:57
George_George22-Apr-08 0:57 
AnswerRe: resource leak in thread termination? Pin
Le centriste22-Apr-08 1:21
Le centriste22-Apr-08 1:21 
GeneralRe: resource leak in thread termination? Pin
George_George22-Apr-08 1:29
George_George22-Apr-08 1:29 
GeneralRe: resource leak in thread termination? Pin
Le centriste22-Apr-08 1:58
Le centriste22-Apr-08 1:58 
GeneralRe: resource leak in thread termination? Pin
George_George22-Apr-08 2:46
George_George22-Apr-08 2:46 
GeneralRe: resource leak in thread termination? Pin
Le centriste22-Apr-08 2:49
Le centriste22-Apr-08 2:49 
GeneralRe: resource leak in thread termination? Pin
George_George22-Apr-08 3:03
George_George22-Apr-08 3:03 
GeneralRe: resource leak in thread termination? Pin
Le centriste22-Apr-08 3:07
Le centriste22-Apr-08 3:07 
GeneralRe: resource leak in thread termination? Pin
George_George22-Apr-08 3:38
George_George22-Apr-08 3:38 
GeneralRe: resource leak in thread termination? Pin
Guffa22-Apr-08 3:30
Guffa22-Apr-08 3:30 
GeneralRe: resource leak in thread termination? Pin
George_George22-Apr-08 3:41
George_George22-Apr-08 3:41 
GeneralRe: resource leak in thread termination? Pin
Guffa22-Apr-08 7:25
Guffa22-Apr-08 7:25 
GeneralRe: resource leak in thread termination? Pin
George_George22-Apr-08 16:54
George_George22-Apr-08 16:54 
GeneralRe: resource leak in thread termination? Pin
Guffa27-Apr-08 5:28
Guffa27-Apr-08 5:28 
GeneralRe: resource leak in thread termination? Pin
George_George27-Apr-08 17:44
George_George27-Apr-08 17:44 

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.