Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
GeneralRe: Performance Evaluation Pin
PaleyX24-Feb-05 14:57
PaleyX24-Feb-05 14:57 
GeneralDisappearing Help window Pin
LannieK24-Feb-05 11:29
LannieK24-Feb-05 11:29 
GeneralRe: Disappearing Help window Pin
sreejith ss nair25-Feb-05 1:55
sreejith ss nair25-Feb-05 1:55 
GeneralRe: Disappearing Help window Pin
LannieK25-Feb-05 2:40
LannieK25-Feb-05 2:40 
GeneralRe: Disappearing Help window Pin
sreejith ss nair25-Feb-05 4:36
sreejith ss nair25-Feb-05 4:36 
GeneralC# to parse XML using Web Service Pin
trigger96824-Feb-05 10:08
trigger96824-Feb-05 10:08 
GeneralDllnotfound Exception for Sqlite Dll Pin
Adnan Siddiqi24-Feb-05 8:43
Adnan Siddiqi24-Feb-05 8:43 
GeneralRe: Dllnotfound Exception for Sqlite Dll Pin
Adnan Siddiqi24-Feb-05 9:28
Adnan Siddiqi24-Feb-05 9:28 
after putting in Try block and calling Exception.TargetSite
i got the following:
IntPtr sqlite_open(IntPtr,Int32,Intptr By Ref)
by calling StackTrace,i got the following:

at Finisar.Sqlite.sqlite2.open(String filename)
at Finisar.Sqlite.SqliteConnection.open()

i am using the following code to open a db file

try
{
String dbpath="C:\\iconfig.db";
String connString=@"Data Source="+dbpath+";UTF8Encoding=True;Version=2";
Finisar.SQLite.SQLiteConnection mycon=new Finisar.SQLite.SQLiteConnection(connString);
mycon.Open();
MessageBox.Show(mycon.State.ToString());
}
catch(Exception ex)
{
MessageBox.Show(ex.StackTrace.ToString(),"Error");

}

Thanks

-adnan
GeneralRe: Dllnotfound Exception for Sqlite Dll Pin
Joel Lucsy25-Feb-05 3:56
Joel Lucsy25-Feb-05 3:56 
GeneralAdding right aligned controls to MenuStrip in whidbey Pin
SathishVJ24-Feb-05 7:38
SathishVJ24-Feb-05 7:38 
GeneralRe: Adding right aligned controls to MenuStrip in whidbey Pin
Judah Gabriel Himango24-Feb-05 8:56
sponsorJudah Gabriel Himango24-Feb-05 8:56 
GeneralRe: Adding right aligned controls to MenuStrip in whidbey Pin
SathishVJ25-Feb-05 11:07
SathishVJ25-Feb-05 11:07 
GeneralPassword protected files - HELP! Pin
Anthony Mushrow24-Feb-05 6:09
professionalAnthony Mushrow24-Feb-05 6:09 
GeneralRe: Password protected files - HELP! Pin
Dave Kreskowiak24-Feb-05 8:14
mveDave Kreskowiak24-Feb-05 8:14 
GeneralHELP! override OnPain, OnLayout and DoubleBuffer Pin
TheSebaster24-Feb-05 5:47
TheSebaster24-Feb-05 5:47 
Generallinking schema programatically Pin
Member 110614424-Feb-05 5:15
Member 110614424-Feb-05 5:15 
GeneralRegular expression mayhem Pin
Esmo200024-Feb-05 4:18
Esmo200024-Feb-05 4:18 
GeneralRe: Regular expression mayhem Pin
Michael Dunn24-Feb-05 6:09
sitebuilderMichael Dunn24-Feb-05 6:09 
GeneralRe: Regular expression mayhem Pin
Esmo200024-Feb-05 7:21
Esmo200024-Feb-05 7:21 
GeneralRe: Regular expression mayhem Pin
S. Senthil Kumar24-Feb-05 8:43
S. Senthil Kumar24-Feb-05 8:43 
GeneralRe: Regular expression mayhem Pin
Esmo200024-Feb-05 9:25
Esmo200024-Feb-05 9:25 
GeneralSending Emails - The "SendUsing" configuration value is invalid. Pin
MrEyes24-Feb-05 2:51
MrEyes24-Feb-05 2:51 
GeneralRe: Sending Emails - The "SendUsing" configuration value is invalid. Pin
turbochimp24-Feb-05 12:06
turbochimp24-Feb-05 12:06 
Generalcannot pass a string through an object to an unmanaged VC++ dll Pin
grs_files24-Feb-05 2:29
grs_files24-Feb-05 2:29 
GeneralNeed Help - Game Menu programming. Pin
giggssux9224-Feb-05 1:48
giggssux9224-Feb-05 1: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.