Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why is the image erased by the background? Pin
garry.fang10-Apr-09 9:26
garry.fang10-Apr-09 9:26 
AnswerRe: Why is the image erased by the background? Pin
Dan Neely10-Apr-09 7:04
Dan Neely10-Apr-09 7:04 
QuestionHow to run swf file from c#? Pin
Supra210-Apr-09 5:26
Supra210-Apr-09 5:26 
AnswerRe: How to run swf file from c#? Pin
Dan Neely10-Apr-09 7:08
Dan Neely10-Apr-09 7:08 
AnswerRe: How to run swf file from c#? Pin
krishna_goluguri8-Jul-10 0:25
krishna_goluguri8-Jul-10 0:25 
QuestionExcel grid lines issue Pin
winsrividhya10-Apr-09 5:24
winsrividhya10-Apr-09 5:24 
AnswerRe: Excel grid lines issue Pin
Henry Minute10-Apr-09 8:31
Henry Minute10-Apr-09 8:31 
Questionusing infomessege in firebird or other database Pin
muhammedmustafa10-Apr-09 4:48
muhammedmustafa10-Apr-09 4:48 
hi everyone,

i am using firebird database and i want catch a message from firebird server. i am writing that code to catch info message but it is not giving me infomessage. i am looking for this problem on all web pages. but i did not find a knowledge.

is there a anyone to help me this subject i become happy.

private void Form1_Load(object sender, EventArgs e)
{
FbConnection baglanti = new FbConnection("DataSource = 192.168.2.99; Database = d:\\data\\vt.fdb; ConnectionTimeout = 20; UserID = SYSDBA; Password = sifre; PacketSize = 8192; Charset = WIN1254");
baglanti.InfoMessage += new FbInfoMessageEventHandler(baglanti_InfoMessage);
baglanti.Open();

FbTransaction trans = baglanti.BeginTransaction();
FbCommand sorgu = new FbCommand("insert into deneme (adi) values ('ee')",baglanti,trans);
sorgu.ExecuteNonQuery();
trans.Commit();

}

public static void baglanti_InfoMessage(object sender, FbInfoMessageEventArgs e)
{
MessageBox.Show(e.Errors[0].Message+e.Message);
}
AnswerRe: using infomessege in firebird or other database Pin
Colin Angus Mackay10-Apr-09 5:04
Colin Angus Mackay10-Apr-09 5:04 
GeneralRe: using infomessege in firebird or other database Pin
muhammedmustafa10-Apr-09 21:24
muhammedmustafa10-Apr-09 21:24 
GeneralRe: using infomessege in firebird or other database Pin
Colin Angus Mackay12-Apr-09 12:12
Colin Angus Mackay12-Apr-09 12:12 
Questionaccesing Gridview Data in javascript function Pin
Abhishek Rana10-Apr-09 2:45
Abhishek Rana10-Apr-09 2:45 
AnswerRe: accesing Gridview Data in javascript function Pin
Henry Minute10-Apr-09 8:33
Henry Minute10-Apr-09 8:33 
QuestionTreeview Problem Pin
Digubha10-Apr-09 2:02
Digubha10-Apr-09 2:02 
AnswerRe: Treeview Problem Pin
Xmen Real 10-Apr-09 6:15
professional Xmen Real 10-Apr-09 6:15 
QuestionAdmin prevlige Pin
yesu prakash10-Apr-09 1:59
yesu prakash10-Apr-09 1:59 
AnswerRe: Admin prevlige Pin
Colin Angus Mackay10-Apr-09 2:02
Colin Angus Mackay10-Apr-09 2:02 
QuestionAdding my app's link to Desktop Context Menu Pin
Sumit Prakash Sharma10-Apr-09 1:06
professionalSumit Prakash Sharma10-Apr-09 1:06 
AnswerRe: Adding my app's link to Desktop Context Menu Pin
Luc 64801110-Apr-09 1:35
Luc 64801110-Apr-09 1:35 
GeneralRe: Adding my app's link to Desktop Context Menu Pin
Sumit Prakash Sharma10-Apr-09 23:03
professionalSumit Prakash Sharma10-Apr-09 23:03 
GeneralRe: Adding my app's link to Desktop Context Menu Pin
Luc 64801111-Apr-09 0:16
Luc 64801111-Apr-09 0:16 
QuestionCall event in another event Pin
Sajjad Leo10-Apr-09 0:00
Sajjad Leo10-Apr-09 0:00 
AnswerRe: Call event in another event Pin
Deresen10-Apr-09 3:09
Deresen10-Apr-09 3:09 
QuestionOracle 11g DB + ODP.NET version 2.111.6.20 + Transaction Scope/.NET3.5 [modified] Pin
devvvy9-Apr-09 23:18
devvvy9-Apr-09 23:18 
QuestionProblem - How to get HDD Serial Number in Windows Vista Pin
kalyan chattopadhyay9-Apr-09 22:22
kalyan chattopadhyay9-Apr-09 22:22 

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.