Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it a correct way Pin
InOut.NET31-May-06 21:57
InOut.NET31-May-06 21:57 
Questioncombobox Pin
kjosh31-May-06 20:28
kjosh31-May-06 20:28 
AnswerRe: combobox Pin
InOut.NET31-May-06 22:11
InOut.NET31-May-06 22:11 
QuestionHelp on P/Invoke BSTR* Pin
bluish31-May-06 20:08
bluish31-May-06 20:08 
AnswerRe: Help on P/Invoke BSTR* Pin
rah_sin31-May-06 20:13
professionalrah_sin31-May-06 20:13 
GeneralRe: Help on P/Invoke BSTR* Pin
bluish31-May-06 20:22
bluish31-May-06 20:22 
AnswerRe: Help on P/Invoke BSTR* [modified] Pin
stancrm31-May-06 20:27
stancrm31-May-06 20:27 
Questionupdating and retriving image Pin
leelaraj31-May-06 20:03
leelaraj31-May-06 20:03 
hai,
iam capturing a image and storing the image in the database as binary format and also able to retrieve the image. once i edit the image and save the image its saving but sometimes its showing length of large bytes and also once edited and updated iam unable to retrieve the image , its giving out of memory error. i will show my updating code .pls help me....

SQL="Update VisitorPhoto set ID='"+ txtVisitorID.Text.Trim() + "',";
SQL+=" Length='" + m_lImageFileLength + "',";
SQL+=" Picture='" + m_barrImg+ "',";
SQL+=" Type='" + '1'+ "',";
SQL+=" upsize_ts='" + DateTime.Now.ToString("dd/MM/yyyy hh:mm:sstt") + "'";
SQL+=" where ID='"+ txtVisitorID.Text.Trim() + "'";
Db.Execute_Non_Query(SQL);



AnswerRe: updating and retriving image Pin
Laubi1-Jun-06 2:19
Laubi1-Jun-06 2:19 
GeneralRe: updating and retriving image Pin
leelaraj2-Jun-06 19:47
leelaraj2-Jun-06 19:47 
QuestionAdding Design script to script component in SSIS using C# Pin
Tarsha31-May-06 19:31
Tarsha31-May-06 19:31 
QuestionUrgent Pin
Shiv531-May-06 17:54
Shiv531-May-06 17:54 
AnswerRe: Urgent Pin
rah_sin31-May-06 18:21
professionalrah_sin31-May-06 18:21 
AnswerRe: Urgent Pin
_AK_31-May-06 18:31
_AK_31-May-06 18:31 
AnswerRe: Urgent Pin
nandank8131-May-06 18:56
nandank8131-May-06 18:56 
Questionwhat is the C# equivalent of PHP crypt() function Pin
Srivalli31-May-06 14:07
Srivalli31-May-06 14:07 
AnswerRe: what is the C# equivalent of PHP crypt() function Pin
Christian Graus31-May-06 15:06
protectorChristian Graus31-May-06 15:06 
Questionhow to create a FillReversibleRectangle blue? Pin
Susuko31-May-06 13:59
Susuko31-May-06 13:59 
Questionusing .Split() without loss Pin
PyroManiak31-May-06 11:57
PyroManiak31-May-06 11:57 
AnswerRe: using .Split() without loss Pin
Guffa31-May-06 12:15
Guffa31-May-06 12:15 
QuestionRegistry Keys Pin
NaNg1524131-May-06 10:50
NaNg1524131-May-06 10:50 
QuestionWrapMode on LinearGradientBrush fails Pin
Ista31-May-06 10:39
Ista31-May-06 10:39 
QuestionCheck for operating system Pin
NaNg1524131-May-06 10:04
NaNg1524131-May-06 10:04 
AnswerRe: Check for operating system Pin
stancrm31-May-06 11:06
stancrm31-May-06 11:06 
QuestionLife without DialogBoxParam - how can I pass data to a Form in this .NET world? Pin
nicknotyet31-May-06 8:59
nicknotyet31-May-06 8:59 

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.