Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 22:26
Frozzeg16-Aug-09 22:26 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Christian Graus16-Aug-09 22:30
protectorChristian Graus16-Aug-09 22:30 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 22:45
Frozzeg16-Aug-09 22:45 
GeneralRe: AccessViolationException in OdbcDataReader [modified] Pin
Saksida Bojan16-Aug-09 22:57
Saksida Bojan16-Aug-09 22:57 
AnswerRe: AccessViolationException in OdbcDataReader Pin
Christian Graus16-Aug-09 22:29
protectorChristian Graus16-Aug-09 22:29 
AnswerRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 23:12
Frozzeg16-Aug-09 23:12 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Saksida Bojan16-Aug-09 23:15
Saksida Bojan16-Aug-09 23:15 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 23:27
Frozzeg16-Aug-09 23:27 
System.AccessViolationException was unhandled
Message="Attempting to read or write protected memory. This often indicates that other memory is damaged."
Source="System.Data"
StackTrace:
в System.Data.Common.UnsafeNativeMethods.SQLGetData(OdbcStatementHandle StatementHandle, UInt16 ColumnNumber, SQL_C TargetType, CNativeBuffer TargetValue, IntPtr BufferLength, IntPtr& StrLen_or_Ind)
в System.Data.Odbc.OdbcStatementHandle.GetData(Int32 index, SQL_C sqlctype, CNativeBuffer buffer, Int32 cb, IntPtr& cbActual)
в System.Data.Odbc.OdbcDataReader.GetData(Int32 i, SQL_C sqlctype, Int32 cb, Int32& cbActualOut)
в System.Data.Odbc.OdbcDataReader.internalGetString(Int32 i)
в System.Data.Odbc.OdbcDataReader.GetValue(Int32 i, TypeMap typemap)
в System.Data.Odbc.OdbcDataReader.GetValue(Int32 i)
в FMySQLClient.MySQL.FetchArray(OdbcDataReader& reader) в C:\FMySQLClient\FMySQLClient\MySQL.cs:line 199
в FMySQLClient.Form1.button1_Click(Object sender, EventArgs e) в C:\FMySQLClient\FMySQLClient\Form1.cs:line 30
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ButtonBase.WndProc(Message& m)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в FMySQLClient.Program.Main() в C:\FMySQLClient\FMySQLClient\Program.cs:line 18
в System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
в System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
в Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
в System.Threading.ThreadHelper.ThreadStart_Context(Object state)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Threading.ThreadHelper.ThreadStart()
InnerException:
GeneralRe: AccessViolationException in OdbcDataReader Pin
Saksida Bojan16-Aug-09 23:50
Saksida Bojan16-Aug-09 23:50 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg17-Aug-09 0:01
Frozzeg17-Aug-09 0:01 
AnswerRe: AccessViolationException in OdbcDataReader Pin
Singan17-Aug-09 5:01
Singan17-Aug-09 5:01 
Questionread data from a sql database on server from client ??? Pin
mr.mohsen16-Aug-09 20:35
mr.mohsen16-Aug-09 20:35 
AnswerRe: read data from a sql database on server from client ??? Pin
padmanabhan N16-Aug-09 20:39
padmanabhan N16-Aug-09 20:39 
GeneralRe: read data from a sql database on server from client ??? Pin
mr.mohsen16-Aug-09 20:47
mr.mohsen16-Aug-09 20:47 
AnswerRe: read data from a sql database on server from client ??? Pin
Saksida Bojan16-Aug-09 20:43
Saksida Bojan16-Aug-09 20:43 
Questionhow to retrive bookmarks from word document in c#.net Pin
Veerendranadh16-Aug-09 20:27
Veerendranadh16-Aug-09 20:27 
AnswerRe: how to retrive bookmarks from word document in c#.net Pin
padmanabhan N16-Aug-09 20:48
padmanabhan N16-Aug-09 20:48 
QuestionIndex Services Erros(The query contained only ignored words) Pin
alisolution16-Aug-09 20:21
alisolution16-Aug-09 20:21 
AnswerRe: Index Services Erros(The query contained only ignored words) Pin
Hristo-Bojilov16-Aug-09 21:40
Hristo-Bojilov16-Aug-09 21:40 
QuestionOn Line Chat Pin
GauravGupta21216-Aug-09 20:07
GauravGupta21216-Aug-09 20:07 
AnswerRe: On Line Chat Pin
Christian Graus16-Aug-09 20:22
protectorChristian Graus16-Aug-09 20:22 
Question[Message Deleted] Pin
GauravGupta21216-Aug-09 19:26
GauravGupta21216-Aug-09 19:26 
AnswerRe: on line chat module Pin
Christian Graus16-Aug-09 19:59
protectorChristian Graus16-Aug-09 19:59 
QuestionDistributed Application Development Pin
Abdul Rahman Hamidy16-Aug-09 19:26
Abdul Rahman Hamidy16-Aug-09 19:26 
AnswerRe: Distributed Application Development Pin
Hristo-Bojilov16-Aug-09 21:52
Hristo-Bojilov16-Aug-09 21:52 

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.