Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sateesh villa

@sateesh villa
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ODBC Data Error
    S sateesh villa

    Hi, I am trying to connect to Sybase SQLAnyWhere DB from C# using ODBC Data Connection. I am getting the below error. "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Can anyone tell me the reason for that ? Error Report : System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Data.Common.UnsafeNativeMethods.SQLExecDirectW(OdbcStatementHandle StatementHandle, String StatementText, Int32 TextLength) at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod) at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader) at System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Odbc.OdbcCommand.ExecuteReader() I have a list of command strings. I am exceuting the following commands in for loop. foreach (string str in stringlist) { OdbcCommand defineTankCMD = Conn.CreateCommand(); defineTankCMD.CommandText = str; OdbcDataReader defineTankReader = defineTankCMD.ExecuteReader(); defineTankReader.Close(); } Is it OK. some times it is working fine and some times it was giving error.

    C# database csharp performance help question

  • C# MDI Application
    S sateesh villa

    Thank you.. I read it. Can I get any sample projects anywhere in web?

    C# csharp question

  • C# MDI Application
    S sateesh villa

    Hi, I am new to C#.I have to develop an MDI apps in C#. Can anyone give me a sample C# MDI Application, If you have any? Regards, Sateesh.

    C# csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups