CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kilofafeure

Search: Search took 0.02 seconds.

  1. Re: sqldatareader: index out of range althought have more rows

    Found the problem! the problem was that it was creating a space memory for the "array" and when It tried to access to the 31 it hadn't enough memory...Now I'm changing it so that It works with any...
  2. Replies
    0
    Views
    946

    Sintaxis error on Stored Procedure

    Hi, I'm trying to create a stored procedure but I'm obtainning a sintax error in one of the queries. I've tried to execute it alone but it ever returns the same error:


    Mens. 156, Nivel 15,...
  3. Re: Problem with Me: "Me it's only valid in a instance method"

    Solved, the solutions was this:


    Imports Facturacion
    Imports System.Windows.Forms
    Imports System.Drawing
    Imports System.Data
    Imports System.Data.SqlClient
    Imports System.IO
    Imports...
  4. sqldatareader: index out of range althought have more rows

    Hi, I've made a sql query to fill a sqldatreader for after go line by line processing the data. The problem I've is that I'm receiving this error message:


    "System.ArgumentOutOfRangeException: El...
  5. Problem with Me: "Me it's only valid in a instance method"

    Hi, I'm trying to make a winform (vb, VS2008) application that permits take a file from your hard drive and process it. I've tried to create a empty project with the structure but it appears empty....
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured